~*~ HTML help ~*~

 

How to make a link:  

example  <A HREF="http:www.neopets.com">neopets</A>

result        neopets

 

How to change the font size :

example    <FONT SIZE=1>I love neopets</FONT>

result        I love  neopets

example    <FONT SIZE=6> I love neopets</FONT>

result        I love neopets

                 

How to change the color font :

example     <FONT COLOR="#BA55D3">I love neopets</FONT>

result        I love neopets

 

How to put an image     You can also make an image as a 'clickable' link. Use EXACTLY the same tags as for a regular link, BUT, where you would normally write the words that would be clicked, you instead write the img src tag.

<a href="http://www.neopets.com"> <img src="shopwizard.gif"></a>

    

How to put a background image:

In the body tag you must put the url of your image like this <body background="lingne.gif">
in your shop you go to Create/Edit a shop and you must write this as the first line like this