Posts: 215
Name: Syed Saadat Ali
Location: Lahore, Pakistan
|
try this
HTML Code:
<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#181818' width='800'>
<tr>
<td width='150' valign='top' height="30">
<b><font size="2px">Navigation</font></b>
</td>
<td> </td>
</tr>
<tr>
<td>
<table border='0' cellpadding='2' cellspacing='2' style='border-collapse: collapse' bordercolor='#181818' width='150'>
<tr>
<td align='left' valign='top'>
<a href='#' style="font-family:Verdana; font-size:10px; color:#000000">Home</a>
</td>
</tr>
<tr>
<td align='left' valign='top'>
<a href='#' style="font-family:Verdana; font-size:10px; color:#000000">Link1</a>
</td>
</tr>
<tr>
<td align='left' valign='top'>
<a href='#' style="font-family:Verdana; font-size:10px; color:#000000">Link2</a>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
</table>
Just change the height attribute value to adjust the space between Navigation and menu items
<td width='150' valign='top' height="30">
__________________
- -- --- ---- ----- ------ ------- ---------------
If you have knowledge, let others light their candles in it.
|