Welcome to Dream.In.Code
Become an Expert!

Join 150,423 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,094 people online right now. Registration is fast and FREE... Join Now!




link an article to another page

 
Reply to this topicStart new topic

link an article to another page

flight815
16 Mar, 2008 - 06:36 AM
Post #1

New D.I.C Head
*

Joined: 22 Apr, 2007
Posts: 5


My Contributions
Hello,
Does anyone know how you can (something like an anchor link) from one page to another? or is this possible? I want to have a link referencing on the home page and go to that paragraph on a different page. I have tried the (a name) any ideas. Everything I have tried only takes me to the page in reference.
Thanks in advance.
User is offlineProfile CardPM
+Quote Post

skyhawk133
RE: Link An Article To Another Page
16 Mar, 2008 - 06:42 AM
Post #2

Head DIC Head
Group Icon

Joined: 17 Mar, 2001
Posts: 15,287



Thanked: 61 times
Dream Kudos: 1650
Expert In: Web Development

My Contributions
To link from one page to another page you use a href like this:
<a href="page_to_link_to.html">Link Name</a>

To link to a section on another page you need to put a <a name="section_name"> in the spot on the page you're linking to that you want to jump to. And in the link you should use <a href="page_to_link_to.html#section_name">Link Name</a>

The #section_name in the URL tells the browser to go to the location of the <a name="section_name">
User is offlineProfile CardPM
+Quote Post

flight815
RE: Link An Article To Another Page
16 Mar, 2008 - 07:05 AM
Post #3

New D.I.C Head
*

Joined: 22 Apr, 2007
Posts: 5


My Contributions

Thank you Skyhawk,

The #section_name in the main page was what I was forgetting. Thank you



User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/9/09 08:36PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month