re image placement on a menu bar thingy

liunx

Guest
hrmm ok<br />
<br />
see - side bar (<!-- m --><a class="postlink" href="http://members.iinet.net.au/~cycnbyc/sidebar.htm">http://members.iinet.net.au/~cycnbyc/sidebar.htm</a><!-- m -->) for what i'm talking about. i know the images arent there - but you'll get the general gist of what i'm trying to ask<br />
<br />
i am trying to figure out the spacing of the buttons that are stacked on top of each other. <br />
<br />
yeh so i've tried using <br> and <p> and nsbp bu cant quite seem to get the exact spacing i want. <br />
<br />
any advice on this for me???<!--content-->well, you're using <p> tags, which will insert an extra break. if you want precise control with a minimal of fuss, try using tables.<table cellpadding=0 cellspacing=0 border=0 width=100 height=300><br />
<tr><br />
<td width=100 height=100><br />
<img src=http://www.htmlforums.com/archive/index.php/"" width=100 height=100><br />
</td><br />
</tr><br />
<tr><br />
<td width=100 height=100><br />
<img src=http://www.htmlforums.com/archive/index.php/"" width=100 height=100><br />
</td><br />
</tr><br />
<tr><br />
<td width=100 height=100><br />
<img src=http://www.htmlforums.com/archive/index.php/"" width=100 height=100><br />
</td><br />
</tr><br />
</table><!--content-->excellent<br />
that's much better<br />
<br />
thanks for that<br />
(shoulda thought of it myself)<!--content-->
 
Back
Top