You can easily style your profile page by using HTML codes.
Here are some frequently used codes:
Bold Text - <b>Text here</b>, text within
bracketed b tags will show up bold.
Centered Text - <center>Text here</center>, text within bracketed center tags
will be aligned to the center of your profile
Coloured/Sized Text - <font color="pink" size="2">Text
here</font>. Font appearing within bracketed font tags, with a
color attribute will turn to the colour you put in the quotes after color=. Replace pink (in
the example) with the colour you would like to use. You can also change the size
of the font by changing the size attribute; replace 2 (in the example) with any
size you'd like to use.
Black Background with White Text: <style>body{background-color: black; color: white;} div,div#proContent,div#vibeContainer,div#proMainHead, div#proUserTitle{background-image: none; background-color: black;}div#vibeContainer{border: 1px solid white;}</style>
For more and to discuss with other users, see the Help Desk.