And this is why they invented spacer gifs... Place a small (1px x 1px) transparent gif on it's own line and use the height and width attributes to manipulate it to the size you want like so:
Code:
<!-- ... -->
<td width="50%"><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<td class="menulines" width="10%">Link 1<br /><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<td class="menulines" width="10%">Link 2<br /><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<td class="menulines" width="10%">Link 3<br /><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<td class="menulines" width="10%">Link 4<br /><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<td class="menulines" width="10%">Link 5<br /><img src="spacer.gif" width="minNumOfPx" height="1" alt=""/></td>
<!-- ... -->
I think that'll be your best (only) option. :-(
For all those wondering why I'm not arguing for some cross-browser, standards-compliant solution, well Sundari was asking to support NS4. They are no cross-browser, standards-compliant solutions that work with NS4. :-(
~~Hope This Helps
Bookmarks