hola!!
He visto lo que venia en las faqs respecto a este tema, pero no queda como desearia.
Yo quiero poner unas lineas verticales separando columnas, para ello lo que vi era pintar la parte derecha de las celdas, pero queda un espacio entre ellas, y yo quisiera que fuera entera hacia abajo.
Una cosa que se me ocurrio era hacer una columna entre medias de 1px y rellenarla, y luego pintar los bordes de abajo y superior para quitar espacios, pero no consigo que me aparezcan estos ultimos bordes:
<table width="600" border="0">
<tr>
<td><div align="center"><strong>FECHA</strong></div></td>
<td width="1px" bgcolor="#000000" style="border-bottom:thin; border-bottom-color:#000000;border-bottom-style:solid;"></td>
<td><div align="center"><strong>HORA</strong></div></td>
<td width="1px" bgcolor="#000000" style="border-bottom:medium; border-bottom-color:#000000; border-bottom-style:solid; "></td>
<td><div align="center"><strong>EXPEDIENTE</strong></div></td>
<td width="1px" bgcolor="#000000"></td>
<td><div align="center"><strong>TIPO</strong></div></td>
<td width="1px" bgcolor="#000000"></td>
<td><div align="center"><strong>SALA</strong></div></td>
</tr>
<tr>
<td> </td>
<td width="1px" bgcolor="#000000" style="border-top:medium; border-top-color:#000000; border-top-style:solid;"></td>
<td> </td>
<td width="1px" bgcolor="#000000" style="border-top:medium; border-top-color:#000000; border-top-style:solid;"></td>
<td> </td>
<td width="1px" bgcolor="#000000" style="border-top:medium; border-top-color:#000000; border-top-style:solid;"></td>
<td> </td>
<td width="1px" bgcolor="#000000" style="border-top:medium; border-top-color:#000000; border-top-style:solid;"></td>
<td> </td>
</tr>
</table>