webmaster resources tips and articles
webmaster information

Path = Home : HTML Design Tips : Creating A Placeholder for an Empty Table Cell

Creating A Placeholder for an Empty Table Cell



Web Source Web Design Tips
by Shelley Lowery

Without using a placeholder within your blank table cells, your empty table cell borders will not display.

By simply adding the   character code within your HTML, your table cell will be visible.

<TABLE BORDER CELLPADDING="4">
<TR>
<TD>Your Text</TD>
<TD>&nbsp;</TD>
<TD>Your Text</TD>
</TR>
<TR>
<TD>&nbsp;</TD>
<TD>Your Text</TD>
<TD>&nbsp;</TD>
</TR>
</TABLE>


Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net


 

 

© janim.net 2000 - 2008 All rights reserved