Hi all, i'm trying to get rid of the elusive 5-10px gaps between the left hand section navigation...
Each navigation item appears to be wrapped by a table ! I need to get rid of this initially anyway, and then work on the gap afterwards.
Where is the code that creates tha table?
Heres a snippet of the code that appears...
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<span class="leftmenu"><A HREF="Basic_Products.html">Basic Products</A> </span> </TD>
</TR></TABLE>
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<span class="leftmenu"><A HREF="Products_With_Choices.html">Products with a Range of Options</A> </span> </TD>
</TR></TABLE>
I've highlighted the table sections.. I know the text links are controlled initially by act_sectlinesmalltext.html , but what is wrapping each section in that damn table?
Each navigation item appears to be wrapped by a table ! I need to get rid of this initially anyway, and then work on the gap afterwards.
Where is the code that creates tha table?
Heres a snippet of the code that appears...
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<span class="leftmenu"><A HREF="Basic_Products.html">Basic Products</A> </span> </TD>
</TR></TABLE>
<TABLE width="100%"><TR><TD WIDTH="100%" valign="top">
<span class="leftmenu"><A HREF="Products_With_Choices.html">Products with a Range of Options</A> </span> </TD>
</TR></TABLE>
I've highlighted the table sections.. I know the text links are controlled initially by act_sectlinesmalltext.html , but what is wrapping each section in that damn table?
Comment