View Single Post
  #2 (permalink)  
Old Apr 16th, 2008, 23:39
Bocaj Bocaj is online now
Reputable Member
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 347
Thanks: 2
Thanked 20 Times in 20 Posts
Re: Question about anchor text

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...
Reply With Quote