| | |
|
|
|
Re: Named Anchors Revisited |
| message from canjunct on 22 Jul 2004 |
Thanks all for the replies on this issue. I did everything as suggested and still same problem. Any other responses to this issue would be appreciated.
Pat
|
| James Shook replied to canjunct on 22 Jul 2004 |
Is your anchor actually enclosing any content? Empty anchors will be
ignored by some browsers.
|
| Gary White replied to canjunct on 22 Jul 2004 |
That's not reliable either. If having a problem with a link to the top
of the page, do not use the word "top" as the name. Some browsers treat
that as a reserved word. Make sure that there is some content in the
named anchor:
<a name="thetop"> </a>
<a href="#thetop">Top of page</a>
If you do those, there is no reason for it not to work.
Gary
|
|
Archived message: Re: Named Anchors Revisited (Macromedia Dreamweaver)