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> </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>