Borders and styles

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 &nbsp; 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)
|/---------------------------------------------------
*----------------------------------------------------


-----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...
bordercolor="transparent"...>? This of
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top