All I get out of putting:
Quote:
Code:
<a href="#Bottom">Bottom</a>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<a name="Bottom">Footer Anchor Point</a>
|
Into my footer is a link at the bottom of the page that says "Bottom" and a statement saying "anchor",
Do I need to post this after "<!-- controls -->" for a functional "bottom" button:
Quote:
<a href="#bottom" onclick="scroll(0,0); return false;">
<img src="expats/images/misc/bottom.gif" alt="" width="70" height="22" border="0"
style="margin-right:0.4em;"/></a>
|
And then this one for a "top" button:
Quote:
<a href="#top" onclick="scroll(0,0); return false;">
<img src="expats/images/misc/top.gif" alt="" width="70" height="22" border="0"
style="margin-right:0.4em;"/></a>
|
After doing this all I get is a "top" that takes me up, & a "bottom" that takes me up. I'm guessing I'm messing up with the anchor for the bottom?? Thanks in advance for any help.