Hi All
I have been working on my left hand nav on the homepage of www.kjbeckett.com and have almost got it the way I need it. However I have a query on something I am struggling with.
I have inserted an image (SHOP BY CATEGORY) at the top of the box containing the left hand nav but there is a big gap between the image and first line of text (Bangles). I think this is because of the <div>. Is there any way to reduce the gap (c. 10ox) without removing the <div>? I just cant figure it out!?!
This is the HTML:
<table width="160" border="1px" cellspacing="0" cellpadding="0" bgcolor="#EBEBE8" bordercolor="B8B8B8">
<tr>
<td>
<img name="accessoriesbycat" src="http://www.kjbeckett.com/acatalog/leftnav_bycat.gif" alt="">
<div id="navsite">
<ul class="highlighter">
<li><a href="http://www.kjbeckett.com/acatalog/mensbanglesbracelets.html">Bangles</a></li>
I have thought one way may be to overlay the image over the code (perhaps over some line breaks) as opposed to above it?!?
Kind regards
Paul
www.kjbeckett.com
I have been working on my left hand nav on the homepage of www.kjbeckett.com and have almost got it the way I need it. However I have a query on something I am struggling with.
I have inserted an image (SHOP BY CATEGORY) at the top of the box containing the left hand nav but there is a big gap between the image and first line of text (Bangles). I think this is because of the <div>. Is there any way to reduce the gap (c. 10ox) without removing the <div>? I just cant figure it out!?!
This is the HTML:
<table width="160" border="1px" cellspacing="0" cellpadding="0" bgcolor="#EBEBE8" bordercolor="B8B8B8">
<tr>
<td>
<img name="accessoriesbycat" src="http://www.kjbeckett.com/acatalog/leftnav_bycat.gif" alt="">
<div id="navsite">
<ul class="highlighter">
<li><a href="http://www.kjbeckett.com/acatalog/mensbanglesbracelets.html">Bangles</a></li>
I have thought one way may be to overlay the image over the code (perhaps over some line breaks) as opposed to above it?!?
Kind regards
Paul
www.kjbeckett.com
Comment