Reply
same page differen place
Old 06-21-2006, 11:37 AM same page differen place
Novice Talker

Posts: 5
Name: carl
hello there,
just wondering if anybody out there can help me set up link system which directs to the same page but a different paragraph is at the top depending on what link you click, i've seen it done loads but have no idea where to begin.

i will be so greatful if anyone can help me..!
foundthatsoul is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-21-2006, 02:13 PM Re: same page differen place
collyer_1's Avatar
Extreme Talker

Posts: 169
Location: Southern Alberta, Canada
If you want to link to a paragraph you need to do two things. The first is to give the paragraph an id:
Code:
<p id="word">word can be replaced by anything just don't use quotation marks or spaces</p>
Then in the link you just have to give it the id:
Code:
<a href="#word">Click Here</a>
The pound sign (#) denominates that the link is internal. You can also use these links on other pages! If you were on a different page, but wanted to link to that particular paragraph you could write your hyperlink like this:
Code:
<a href="page.html#word">Click Here</a>

Last edited by collyer_1 : 06-21-2006 at 02:15 PM.
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 06-21-2006, 02:26 PM Re: same page differen place
Experienced Talker

Posts: 30
Location: Newstead, Notts. UK
You could use the same code, but link it to a paragraph title...
Nick
__________________
Walk the walk...talk the talk.
www.accent-gls.co.uk & www.sizzle4x.com
Plus: http://url123.com/mqwmq
My blog: http://url123.com/a4qpr
nick106b is offline
Reply With Quote
View Public Profile Visit nick106b's homepage!
 
Old 06-21-2006, 02:39 PM Re: same page differen place
collyer_1's Avatar
Extreme Talker

Posts: 169
Location: Southern Alberta, Canada
You can link to any element with an id.
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 06-22-2006, 05:04 AM Re: same page differen place
Novice Talker

Posts: 5
Name: carl
you guys are wicked, thanks loads!
foundthatsoul is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to same page differen place
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12365 seconds with 12 queries