View Single Post
  #3 (permalink)  
Old 01-24-2008, 10:51 PM
benzaloy benzaloy is offline
Senior Member
 
About:
Join Date: Nov 2007
Posts: 180
benzaloy is on a distinguished road

Default Writing html code


Quote:
Originally Posted by squirrelnmoose View Post
Here is the structure of a link.
<a href="url">Text to be displayed</a>

The # symbol indicates an anchor somewhere else on the page.
<a href="#internal"> go to internal links</a>
This will display a link with the text "go to internal links" and when clicked it will move down the page to the anchor tag with the name internal.

Here is a great website for learning HTML.
HTML Links
Thank you SnM. Your explanation is clearer than what I read on this subject.

Also thank you for pointing the w3school for me. i feel it is easier to get the info from SysChat than learn html cde in w3schools.

Cheers, ben



Reply With Quote