Wind wrote:
Thanks for the links.
More or less I got what I wanted (i.e. fancy fonts), my problem is this:
http://www.neopets.com/~Rylende (please ignore the mess)
Why is there so much blank space under the table?
That is because neopets (or you... I haven't looked at pet pages yet) has a DIV called bottomban that is stretching it. You can put this:
#bottomban {
height: 0px;
}
In your styles to shrink it back to a normal size.
mazil wrote:
Heh, a Neopets CSS guide. I'd be happy to help with that. A guide teaching the entirety of CSS would be a big task, though!
Yeah it would be a big task, but starting in simple steps and then increasing to large ones like arrangement of DIVs in tables isn't that bad. Don't want to reach w3c's level for neopets.
I think once we are able to define each user-lookup's ids and classes then it shouldn't be a problem from there. I know pretty much what everything in the neopet stylesheet is, it won't be too bad.
I find neopets CSS not that bad to read, everything is well commented as opposed to other websites that aren't commented at all. XD