Click to See Complete Forum and Search --> : No borders


kiloecho
08-10-2007, 12:49 PM
My pages look fine on Firefox, but borders disappear on IE, and only appear if there is data in the table. Anybody kno the cause/solution?

KDLA
08-10-2007, 02:13 PM
Not without some code.....
KDLA

kiloecho
08-10-2007, 02:39 PM
Thanks, KDLA. Bad news, tables will be populated by search results from DB.
Have to figure something else.

• MaNiC MoE •
08-10-2007, 02:45 PM
<table>
<tr>
<td></td> <!-- No border will appear -->
<td>&nbsp;</td> <!-- An empty cell with borders around it -->
</tr>
</table>

ghippleh
08-10-2007, 03:06 PM
try validating your code to make sure its valid for various browsers.

ray326
08-10-2007, 04:14 PM
Collapse the borders and re-add them explicitly with styles.

Major Payne
08-11-2007, 10:02 AM
Same topic posted by OP:

http://www.webdeveloper.com/forum/showthread.php?t=157804

Ron