- Code: Select all
<a href="golfpage.html#golfsection">Visit my golfpage</a>
That should work, the golfpage.
html links to the specific page, and the #golfsection tells it where on the page to go.
The golf section must be a identifier of some kind, most probably a
- Code: Select all
<div="golfsection"></div>
It won't work for classes (atleast it shouldn't)
However.... i don't use dreamweaver so i can't really tell you much more...