Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Adding blank lines to a table

If you want to space out a table with blank lines, you must use the <p> and <br> tags (or <p> and <p> depending on how much space you need) and add a non-breaking space in between. For example:

<p>&nbsp;<br>

Internet Explorer ignores tags that have no content so you cannot simply add a <p> tag at the end of the cell.