lilchici13
07-08-2003, 07:07 PM
im having trouble with them on this (http://www.sportsaccess.org) page heres the code i used:
<a href="#july">Event Calendar</a>
wats wrong with it?
<a href="#july">Event Calendar</a>
wats wrong with it?
|
View Full Version : anchors lilchici13 07-08-2003, 07:07 PM im having trouble with them on this (http://www.sportsaccess.org) page heres the code i used: <a href="#july">Event Calendar</a> wats wrong with it? Karen_ 07-08-2003, 07:30 PM I dont see where you used the code on that page, but did you put the second part of the code where you want the link to go? Do you have this?: <A name="july"></A> http://www.lissaexplains.com/html4.shtml#anchor pb&j 07-08-2003, 07:32 PM change this... <h4><font color="green">July</font></h4> to this... <a name="july"><h4><font color="green">July</font></h4></a> |