Linking to a certain area of text help. - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Linking to a certain area of text help. (/showthread.php?tid=49286) Linking to a certain area of text help. by Tasha on 08-21-2005 at 09:05 PM
Ok, this is kinda hard to explain, and you may not get it at first, but I assure you, I am trying my best to explain this as well as I can. RE: Linking to a certain area of text help. by saralk on 08-21-2005 at 09:15 PM
you would put code: where you want the page to jump to. And you put code: as the link to that section RE: Linking to a certain area of text help. by multimillion2k on 08-21-2005 at 09:17 PM
Is this what you want, Tasha? If it's on the same page you don't need to write the whole path: RE: Linking to a certain area of text help. by absorbation on 08-21-2005 at 09:21 PM
Page Anchors It's easy tasha <a href="#codeword">whatever words you want to use</A> To tell the link where to go, this is what you need to do. Copy and paste this code and put it where you want the link to go on your page: <A name="codeword"></A> You can use any code word you want. RE: Linking to a certain area of text help. by multimillion2k on 08-21-2005 at 09:43 PM
Here you go, Tasha! code: So THAT's what [code] is for! [/spam][/code] RE: Linking to a certain area of text help. by Tasha on 08-21-2005 at 09:46 PM
quote: You're gonna have to cry, coz I still don't understand. Getting confused here. for my test, i'm linking to this page: http://www.tashaj.info/?page_id=44 (its jsut a test page with a loada stupid writing on it). And the word I want it to go to, is "label" (thats again jsut for my test.) So where do I put the word, and where do I put the page id? RE: Linking to a certain area of text help. by andrey on 08-21-2005 at 09:56 PM
let's say you want to link to the word "eee.e" which is on http://www.tashaj.info/?page_id=44. Or for your first example, on page A you put <a href="url_for_page_2#anchor">Link 1</a> and on page B you put <a name="anchor">word_where_link_1_should_link_to</a> Take a look at A Beginner's Guide to HTML - Links to Specific Sections (tip: bookmark it, it's quite useful ) Yup, you got it RE: Linking to a certain area of text help. by Tasha on 08-21-2005 at 10:25 PM Thank you so so much andrey. It was that link to the HTML guide that helped me. Thanks alot to everyone else who tried to help too, i'm just a bit stupid when it comes to working things out with code. RE: Linking to a certain area of text help. by multimillion2k on 08-21-2005 at 10:36 PM
Your only real problem was that you had |