esto es la primera vez que me pasa, quiero redondear una tabla pero unas si salen bien redondeadas y otras sale con una linea al lado del borde!
aqui esrta como se ve:
Este es el codigo (Es php):
Código PHP:
echo "<TABLE width=\"300\" BORDER='0' bgcolor=\"#336699\" cellpadding=\"0\" cellspacing=\"0\" align='center'>";
echo "<TR><TD width=\"25\"><img src=\"img/ai.gif\" width=\"25\" height=\"25\"></td><TD width=\"250\"><font face=\"Verdana\" size=\"2\" color=\"#cccccc\"><b><center>".$row["slug"]."</font></center></b></TD><TD width=\"25\"><div align=\"left\"><img src=\"img/ad.gif\" width=\"25\" height=\"25\"></td></TR>";
echo "<TR><TD colspan=\"3\"><font face=\"Verdana\" size=\"2\"><center>".$row['timestamp']."</font></center></TD> </TR>";
echo "<TR><TD colspan=\"3\"><font face=\"Verdana\" size=\"1\">".$row["content"]."</font></TD> </TR>";
echo "<tr><td width=\"25\"></td><td width=\"250\"></td><td width=\"25\"></td></tr>";
echo "</TABLE>";
Salu2