HTML HELP PLEASE!!!!!!?

  • Thread starter Thread starter mrjlmaher191
  • Start date Start date
M

mrjlmaher191

Guest
Okay i know you have seen those websites that have links and when you click on the links it goes down the page, to the info it. i need that code and to know how to use it? hopefully i made you understand it! Thanks
 
What you want to create is an 'anchor link'. An anchor link allows you to create an area in the middle of a page that can be linked to.

To create the anchor link:

* Go into the page you want to add an anchor list to, for example, "About Us" and go into edit mode
* Put your curser in the area where you want the link to be, for example, just before your phone number
* Select the anchor icon (next to the link icons).
* When asked, put in the name of this anchor (for example, phonenumber)
* You will want to note the URL for this page and the name you just assigned. In this example, it would be: about-us and phonenumber (note the capitalization, too)
* NOTE - the anchor won't show in the view of this text. If want to see if the anchor is there, click on the 'diable rich-text' link where you can find the HTML that looks like: "<a name="phonenumber">".

To add this anchor link to another page:

* Go into the text where you want to add this anchor link and go into edit mode
* Select the text you where you want to add the anchor link and click the link (chain) icon
* Instead of adding a link as you normally would, add the anchor link in this format: anchorpageURL#anchornamel . In this example, you would add: about-us#phonenumber (the # is part of the link).

You should now have a hyperlink that, when clicked, will go to the anchor page and position the page so that the phone number area will be seen.
 
Back
Top