Forum Moderators: open

Message Too Old, No Replies

Bottom tag?

looking for the opposite function to #top

         

limbo

10:22 am on Jul 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello

Wondered if anybody had seen the opposite code for that below.

<a href="#top">top of page</a>

thought I'd try

<a href="#bottom">bottom of page</a>

but that would have been too easy ;) - not bothered about having the page validate - this ones for an intranet site. at the moment I am using an anchor in the template but need it to be more flexible.

Ta

Limbo

killroy

10:29 am on Jul 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm afraid your own anchor is the only ways:

<a href="#bottom">Go Down</a>

...

<a name="bottom">
</body>

SN

limbo

10:39 am on Jul 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cheers kilroy

Thought that might be the answer. Always worth a try