0
|
Hello, I do agree the article needs some touching up to better explain how to create an anchor. There are only two steps involved in creating the anchor and it's link. 1) Create the anchor. This is a small piece of code that is added to the section of the page you want to link to. For a textbox you may want to name it 'text'. I would personally make a blank anchor text right above the box. The code would look like: <a name="text"></a> There is nothing in the anchor, but that is OK, it acts like a folded page in a book, just a placemark. 2) Create the link. There are two ways to create the link, one for when you are linking from the same page, and one for when you are linking from an external page. For example, let's say your domain is "example.com" and the textbox (and anchor you created above) is on your form page named "form.html". If you are creating a link to the text anchor on the form.html page, then it is a simple link: <a href="#text">link text here</a> If you are linking from an external page to the textbox, then it is a bit longer, but still simple: <a href="http://example.com/form.html#text">link text here</a> I hope this helps you with your anchor. I will ensure that article is on our update list, it is quite old and in need of refreshing. Kindest Regards, Scott M |
Email: | support@WebHostingHub.com | Ticket: | Submit a Support Ticket |
---|---|---|---|
Call: |
877-595-4HUB (4482) 757-416-6627 (Intl.) |
Chat: | Click To Chat Now |