Html Help:
ok both of these are fairly simple, I'll start off with scroll bar colours. I mean just look at it! A boring plain dull grey... *Yawn*

Everyone would love a different colour scroll bar that goes with their pages wouldn't you? well ok I'll tell ya how!
Part 2: Neopets shop discriptions
Part 1: Scroll bar [universal]
<style type="text/css">
body {
scrollbar-arrow-color:
#FFFFFF;
scrollbar-base-color:
#000000;
scrollbar-dark-shadow-color:
#EE6363;
scrollbar-track-color:
#F0F8FF;
}
</style>
The above script is exactly what you need to use to change you scroll bar. First off do not edit anything in blue, only edit those things in yellow. The numbers in yellow are the colour codes, because this script doesn't work with many colour names you need to use the codes found on the colour chart.
Scroll bar [universal]
Neopets shop descriptions
OK this one is ONLY for neopets, it most likely would work everywhere else! But it's not needed! If you have a shop and want to change the item descriptions in your shop to  new font or different colour all you need to know is right here!

Ok I should say this changes more than just the item description, if you want to see full changes check out my shop
Belial18
<style type>TD,P,body {COLOR: #000000; FONT-FAMILY: Times New Roman; FONT-SIZE: 10pt; TEXT-DECORATION: none}</style type>
OK like above, the blue text should not be altered at all. The yellow text is what you want to edit and the green I dunno lol.

The Colour bit is obvious, however the names of colours DO NOT always work so you might need to use the numbers found HERE. The Font Family is the style of font like Times New Roman or Comic Sans MS also you can download some other fonts for free from Amazon Free Fonts.

As for the Green bit, i assume that this is for changing font to bold or italic, but i don't know. I personally have never used it so be carefull if you do change it.
Html Help Home page
Part 3: Other Neopets stuff
Other Neopets Stuff!
Neopets User look-up
As we all know, neopets™ has made it so that neodeck names can no longer be used to edit your User look-up. By now many of you have noticed that it is still possible. First you need to goto the main Chat page.
Scroll to the bottom and find where it says "About me" If you want to type somet about yourself good ahead. Then post either one of the following html in there too.
<style>A{COLOR:C1}BODY{COLOR:C2}</style>
After pasting the above into the name of your "About Me" info, change C1 & C2 to colours, C1 is the colour links will be, and C2 the colour other text will be. Only the name of twelve basic colours work, so if you want the full range you will need the Hex codes found on my colour code chart
Version B; is my favorite as it has more freedom and it lets you add a background. As with version A, you will need to specify the colours, C1, C2 & C3.
First replace
C1 with the colour you want your links to be. Replace C2 with the colour you want visited links. (visted links - if you have both C1 & C2 the same colour the link will not change colour once someone has clicked it)
Then replace
C3 with the colour you want your main text to be!

Finally, your background. Obviously your file will need to be saved online somewhere like tripod, Geocities, Angelfire or some other free storage site.
(N.B; Do not link to someone else web page for the background, this is bandwidth stealing and if that site closes you loose your image. Always save the image to your computer and upload it into your OWN web storage) then simply replace http://your-web-site... with your URL.
Version A: Font colours
Version B: Font colour & backgrounds
<style type="text/css"> A:link {color: C1;} A:visited {color: C2;} -->P, TD{ COLOR: C3;} body { background-image: url("Http://Your-site-name/Image.jpg")}--></style>
Finally save your "about me" description, and go view your look-up!