98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » Usage of Anchor Points and Alphabetical Order | Dreamweaver forum
Usage of Anchor Points and Alphabetical Order | Dreamweaver forum
Resolved · High Priority · Version CS3
Raphael has attended:
Dreamweaver Introduction (2 days) course
Usage of Anchor Points and Alphabetical Order
I am trying to set up a page with a alphabet header where each letter would take the user directly to the section of the letter selected. I was wtrying to create anchor points to do so as all the info is on the same page.
When trying to insert an anchor in a table, I am not allowed to create it. Can you confirm that is not the way to go about it ?
Thanks
Raph
RE: Usage of Anchor Points and Alphabetical Order
Raphael,
I would say that is the correct way to do it.
Why are you not allowed to create it? Are you getting an error message?
Try inserting into the code like this:
<a name="b"></a>
Then linking to it by code too, like this:
<a href="#b">Go to B</a>
See if that works.
I'm not sure why Dreamweaver wouldn't allow you to insert an anchor, unless it's a template or library item issue. Do you use either of these?
Please reply with any Dreamweaver errors you are getting so I can assist you further.
Kind regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Quick Tag EditorIf you want to quickly access your HTMl tag while in design view, highlight your item on a page and press Ctrl+T |