Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2048 How do I create an empty cell?

You are here: irt.org | FAQ | HTML | Q2048 [ previous next ]

A simple way to creat an empty cell is to place a non-breaking space special character in the cell. Use the following code:

<TD>&nbsp;</TD>

If you need your cell to be smaller than one space, but still show up, you can also use:

<EMBED HEIGHT="1" WIDTH="1" ALT="."></EMBED>

©2018 Martin Webb