J
Jim Buyens
Normally, the border atttribute in a table tag *does*
apply to the whole table. The only exception is <td></td>,
which doesn't show borders because the cell is completely
empty. To fix that, add a or some other content to
each empty cell.
Normally, if you don't want the table borders to be
visible, you code <table border="0">.
It would help if you'd post the URL, or at least the
entire tag in question.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
apply to the whole table. The only exception is <td></td>,
which doesn't show borders because the cell is completely
empty. To fix that, add a or some other content to
each empty cell.
Normally, if you don't want the table borders to be
visible, you code <table border="0">.
It would help if you'd post the URL, or at least the
entire tag in question.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
bordercolor="transparent"...>? This of-----Original Message-----
Is there a way to set a style for a border that will work for the whole table
like like "border" does in the table tag? Or do I have to put the style in
every <td>?
Or, is there a way to set <table...