Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/01/2002, 02:10
Avatar de Aleph
Aleph
 
Fecha de Ingreso: agosto-2001
Ubicación: Kenolandia
Mensajes: 1.061
Antigüedad: 22 años, 9 meses
Puntos: 3
Re: StyleSheet para tabla

Correcto, podes indicar un estilo para todas las celdas. Primero defini la clase, algo asi:

.borde {border-color: black; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}

Luego aplicas el estilo asi:

<td class="borde">

Te recomiendo que tambien definas el tipo de fuente, tamaño, color, etc.

SALUD:)S

<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td align="right"><img src="http://www.amsystems.com.ar/imagenes/fw/firma04.gif"></td></tr></table>