STEP 4: HTML


Now for the part that's actually ON neopets!! Finally. Anyways, this is the part that you paste into the description part of the pet. Make sure to change the stuff that is all in caps to the URLs of the things you uploaded. 


<link rel=stylesheet type="text/css" href="URL TO CSS">
<img src="URL TO BANNER PICTURE" class="a">
<img src="URL TO CIRCLE PICTURE" class="b">
<img src="URL TO BATTLE DOME PICTURE" class="c">
<img src="URL TO PETPET PICTURE" class="d">
<center><img src="URL TO DESCRIPTION PICTURE">


If you don't want people stealing your images, this handy little piece of code disables the right click. Just tack it on to the bottom of the code before saving:
<body oncontextmenu="return false">


< Step 3 | Index | Step 5 >