Jump to content

linking


ThatJeeves

Recommended Posts

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>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...