hi how you doing...im having a bit of an issue with my images in section_line.html not working as a link
here is a link to an example page
http://www.custom-wizard.com/acatalog/Kuryakyn.html
the text links work fine but when you hover over the images you can see the URL where it is meant to go in the status bar, but you cannot click the image.
here is the code for the section
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ROWSPAN="2" ALIGN="LEFT" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">
NETQUOTEVAR:SECTIONIMAGE
</A>
</TD>
<TD ALIGN="left" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK" style="text-decoration:'none'; color:'#8e876b';" >
<FONT FACE=VERDANA SIZE=+0><b>NETQUOTEVAR:SECTIONNAME</b></FONT></A>
<FONT FACE=VERDANA SIZE=-1> NETQUOTEVAR:SECTIONTEXT</FONT> </TD>
</TR>
</TABLE>
The href is the same for each <A> tag yet only the lower one works...
is there something im missing, i can see it being a really obvious problem, may just need a outsiders view
thanks in advance
Phil
here is a link to an example page
http://www.custom-wizard.com/acatalog/Kuryakyn.html
the text links work fine but when you hover over the images you can see the URL where it is meant to go in the status bar, but you cannot click the image.
here is the code for the section
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD ROWSPAN="2" ALIGN="LEFT" VALIGN="TOP">
<A HREF="NETQUOTEVAR:SECTIONLINK">
NETQUOTEVAR:SECTIONIMAGE
</A>
</TD>
<TD ALIGN="left" VALIGN="MIDDLE">
<A HREF="NETQUOTEVAR:SECTIONLINK" style="text-decoration:'none'; color:'#8e876b';" >
<FONT FACE=VERDANA SIZE=+0><b>NETQUOTEVAR:SECTIONNAME</b></FONT></A>
<FONT FACE=VERDANA SIZE=-1> NETQUOTEVAR:SECTIONTEXT</FONT> </TD>
</TR>
</TABLE>
The href is the same for each <A> tag yet only the lower one works...
is there something im missing, i can see it being a really obvious problem, may just need a outsiders view
thanks in advance
Phil
Comment