Forum Moderators: open

Message Too Old, No Replies

link direction?

im lost, need help

         

TriN

11:43 am on Sep 29, 2004 (gmt 0)



ok, this is one html code that i seriously dont know. you know how there's <a href="#top"> </a> right? how do you set a link to take you to a certian part of a page?
Ex: a calender page. click on a link that says "December4th" and it'll take you all the way down to december 4th. how do i do that?

pete_m

11:55 am on Sep 29, 2004 (gmt 0)

10+ Year Member



Put something like this:
<a href="#December4th">December 4th</a>

at the place you want to link to be,
and put:
<a name="December4th"></a>

wherever on the page you want to user to end up.

Leosghost

12:01 pm on Sep 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Take a look here..
[w3.org...]

and if you are confused ( cos W3 are some of the most verbose pages on the planet ..I found a single page one day that was over 800ko! ) ...then there are sites which you can try out your html in "realtime" ..but i can't post the url here