Click to See Complete Forum and Search --> : Link Help


Rick_Garrison
07-20-2003, 03:15 PM
I know it is possible to click on a link that moves the page down to a designated part of the webpage- such as the (long) code below:

<OL><A NAME="top">
<LI></a><A HREF="#new">Whats New</A>
</OL>


<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>


<OL>
<HR ALIGN=LEFT SIZE=1 WIDTH=640>
<A NAME="new">
<LI><H4>WHATS NEW?</H4>
<HR ALIGN=LEFT SIZE=1 WIDTH=640>
<font color="#000000">
<B>Weapons</B> have been added to my arsenal- only the best made it to the end. Many of the weapons are made by
Rigid Ice</font>
<UL>
<LI><font color="#000000">New and very realistic looking skins/uniforms for training gameplay.</font>
<LI><font color="#000000">New weapons- several great looking weapons</font></a><font color="#000000">, sounds, models, and
pictures.</font>



But, is it possible to have a link on a webpage, that when clicked on, goes to another webpage and then moves down to a designated part of the page?

Please help! Thanks!

pyro
07-20-2003, 04:48 PM
Only if that page has an anchor. If so, you just link to it like this: <a href="thepage.htm#anchorname">Go to the anchor</a>

Rick_Garrison
07-20-2003, 05:46 PM
Hey thanks! I got it to work! :D

pyro
07-20-2003, 05:58 PM
You're welcome... :)