Help!
I had everything coming along ok on my site and then thought - instead of handcoding my main links - home, login etc as that was causing a few problems on other pages (Link to homepage breaking etc from login page blah de blah) I should use the actinic advanced user guide rollovers that way I can use the places holders and everything will work - but it has now completely broke! - I have obviously done something incredibly stupid .
The code I have added in is as follows:
<a href="NETQUOTEVAR:NAVBHOME" onMouseOver="SwapImage('home','home2.gif')"
onMouseOut="RestoreImage()"><img src="home1.gif" alt="Home" name="home" width="155" height="25" border="0"></a>
However most of this is now displaying on my pages
http://speedy.bpweb.net
Any help appreciated.
I had everything coming along ok on my site and then thought - instead of handcoding my main links - home, login etc as that was causing a few problems on other pages (Link to homepage breaking etc from login page blah de blah) I should use the actinic advanced user guide rollovers that way I can use the places holders and everything will work - but it has now completely broke! - I have obviously done something incredibly stupid .
The code I have added in is as follows:
<a href="NETQUOTEVAR:NAVBHOME" onMouseOver="SwapImage('home','home2.gif')"
onMouseOut="RestoreImage()"><img src="home1.gif" alt="Home" name="home" width="155" height="25" border="0"></a>
However most of this is now displaying on my pages
http://speedy.bpweb.net
Any help appreciated.
Comment