Forum Moderators: martinibuster

Message Too Old, No Replies

Inserting links

Elementary information required

         

Keith

6:56 pm on Jun 28, 2003 (gmt 0)

10+ Year Member


I have tried inserting a few links into the html part of my home page but all the html shows through onto the viewing page. What am I doing wrong? Do be gentle with me - I'm new!

takagi

6:58 pm on Jun 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Keith, Welcome to WebmasterWorld.

Can you show us a few lines of the code you used?

claus

7:15 pm on Jun 28, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



generally a link will have this format:

<a href="http://www.example.com/">Example site</a>

- what is between =" and "> is the link as seen in the browsers address bar.

- what is between "> and </a> is the tekst you should see on your page.

The example link above should look and work like this on your page when you view it in a browser:

Example site [example.com]

Hope this helps.
/claus