Act_SectionLIneImage.html original template reads :
and this gives me the following HTML in the final page...
However, what I actually want the final code to read is;
Can i modify NETQUOTEVAR:SECTIONIMAGE and add the onmouseover and onmouseout comands ? Is this possible?
Simon.
HTML Code:
<TD ALIGN="center" VALIGN="TOP"> <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A> </TD>
HTML Code:
<TD ALIGN="center" VALIGN="TOP"><A HREF="MyPage.html"> <IMG SRC="../images/MyImage.gif" ALT="MyPage" BORDER=0 HEIGHT=118 WIDTH=85 ALIGN="ABSMIDDLE"></A></TD>
HTML Code:
<TD ALIGN="center" VALIGN="TOP"><A HREF="MyPage.html"> <IMG SRC="../images/MyImage.gif" ALT="MyPage" BORDER=0 HEIGHT=118 WIDTH=85 ALIGN="ABSMIDDLE" onMouseOver="showtrail('../images/MyImage.gif','Mypage','Mypage description.','','','1',203);" onMouseOut="hidetrail();"></A></TD>
Simon.
Comment