Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Link to a certain section of a page? How to?

Status
Not open for further replies.
Joined
Jan 22, 2006
Posts
886
Reaction score
10
Say i have a long text document with different headed sections.

How can i provide a link to go straight to a certain section of a page?

For example if my website had two pages:

MENU PAGE

TEXT PAGE

if i wanted to put links on the menu page to different sections of the TEXT page, how do i do this?

I hope i've explained it clearly enough!
 
HTML Named Anchors are the keywords you're looking for:

http://www.w3.org/TR/REC-html40/struct/links.html

<a href=#thisIsWhereIWantItToGo>link to that part of the page</a>

<a name=thisIsWhereIWantItToGo>destination part of page</a>

something like that

sorry - that was same page. different page is similar but with # directly after destination url

so <a href=otherpage.html#thisIsWhereIWantItToGo> go there </a>

-aqls-
 
Last edited:
Thanks for the quick reply.

I really should have known the answer myself, but i've never actually done that before!

Thanks
 
Status
Not open for further replies.

Rule #1: Be Respectful

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

Domain Forum Friends

Lastest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Siusaidh AcornBot:
    Siusaidh has left the room.
      Siusaidh AcornBot: Siusaidh has left the room.
      Top Bottom