What i want to do is that when people get to my page, I want to be able to link them to a subheading rather than for them to see the whole stuff which maybe relavant. lets take this page for examble i want to find a way to link to the bottom where it says Brand Profile…
<a name="subheading">SubHeading</a> Code (markup): Then to link/direct there: <a href="page.html#subheading">Link</a> Code (markup): You can also forgo the anchor tag from the first part, and use an element id, but the anchor tag is the intended method.
bigrod thanks for that but I am not really getting what i need to do. can you be a bit clearer for more please on what to do?
See the first bit of code...that's what you put around your subheading on the page you want to link to (but use proper name attribute and text for your subheading) The second part is how you link from whatever page you are linking from...with your page name instead of page.html and the name you used for your anchor tag after the #