ThatJeeves 6 Posted February 28, 2012 Report Share Posted February 28, 2012 How do I link to seperate sections on an individual page of my site? Quote Link to post Share on other sites
niche 136 Posted February 28, 2012 Report Share Posted February 28, 2012 Please give an example. Quote Link to post Share on other sites
ShadowMage 94 Posted February 28, 2012 Report Share Posted February 28, 2012 You can use id's to link to specific sections. If you have the following header:<h1 id='section_a'>Section A</h1> You can use the following link to jump to that section:<a href='#section_a'>Jump to Section A</a> The above will work from within the same page. If you need to link to this section from a different page you can do the following:<a href='www.domain.com/index.html#section_A'>Go to Section A</a> 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.