Site hosted by Angelfire.com: Build your free website today!
Home About the Maker Photo Album
Photo Pg. 2
Photo Pg.3
Pics of me
Pg. 2
Neopets Muzic Snowmobile Pics
Pg. 2
Pg. 3
Pg.4
My Artwork The Scrap Book Me and Jenn Video Jenns Storys(funny)




Here is a list of some of the basic codes you will need for decorating your shop:

<h1>text here</h1>
Creates the largest headline

<h6>text here</h6>
Creates the smallest headline

<b>text here</b>
Creates bold text

<i>text here</i>
Creates italic text

<font size="#">text here</font>
Sets size of font, from 1 to 7

<font color="hex code">text here</font>
Sets font color, using name or hex value

<a href="URL">text here</a>
Creates a hyperlink

<a href="mailto:EMAIL">text here</a>
Creates a mailto link

<img src="image-address">
Adds an image

<img src="image-address" align=?>
Aligns an image: left, right, center; bottom, top, middle

<body background="image-address">
Sets an image to be tiled as your background


During my time using neopets...i have recieved many questions about html..but the main question is " how do i put a background in my user look-up?"...well here is the answer..just copy the code below and i give customizing tips after the table..

<style type="text/css"> A:link {color: #9933FF;} A:visited {color: #333399;} -->P, TD{ COLOR: #000066;} body { background-image: url("http://www.image-address.gif")}--></style>

You can choose a hex code ant customize your user info

The A:link the basic link colors

The A:visited that is the color of the links after the have been clicked on.

The colorthat is the color of the main font..