So you want to make your user lookup, shop, or guild pretty, eh? Or you are just stuck on what tag does what. Well, look
no further, because here is your reference guide to HTML/CSS. Only the basics though, nothing too extravagant, but it will
help you get along.
To make a font bold: Tag: <b> </b>
Example:
<b>NHFA</b> =
NHFA To make a Marquee: Tag: <marquee>
</marquee>
Example: <marquee>I love NHFA :P</marquee> =
To put a background in your shop (repeating): Tag:
<body background="IMAGE LINK HERE">
When you find a background you want to use, copy that image URL into where
it says IMAGE LINK HERE.
To put a background in your shop (fixed - not repeating): Tag:
<body background="IMAGE LINK HERE" bgproperties=fixed>
This means that the background will not move when you
scroll up and down.
To insert an Image Tag: <img src="IMAGE LINK HERE">
To make text/images centered: Tag: <center> </center>
Example:
<center><img src="http://www.lunnybin.com/neopets/staffavatars/sissy.gif"></center> =

<center>I love NHFA!</center> =
I love NHFA!To make text underlined: Tag: <u> </u>
Example: <u>I love NHFA!</u> =
I love NHFA! To make bullets
Tag: Surrounding tag - <ul> </ul> Bullet tag - <li>
Example:<ul>
<li>TEXT
<li>TEXT
</ul>
=
To put a background in your user lookup Tag: <style>
body
{
background : url(IMAGE LINK HERE) fixed center;
}
</style>
To make your font Italic
Tag: <i> </i>
Example: <i>I love NHFA!</i> =
I love NHFA! To
change the font color in your shop: Tag: <body text="COLOR">
Change COLOR to a color
that you want, such as red or green or blue.
To put a link in your shop or guild Tag:
<a href="URL HERE">TEXT</a>
Example: <a href="http://www.neopets.com/games/crossword/index.phtml">Faerie
Crossword</a> =
Faerie Crossword