Follow this list of tips to get the best out of the wizard!
The profile wizard is meant to be easy to use, even for the CSS virgin, but if you are having trouble you can always look through our CSS links and find out how to do something yourself, or post in our forums for more help.
Saying that, a mini reference of the common CSS elements you will want to change is listed below
All background images should be specified in the form url(http://www.site.com/image.gif). Do not forget the url and brackets!
Occasionally all background properties can be specified in so called short-hand
#4a2110 url(images/duckisland.jpg) no-repeat left top
This specifies background colour, background image, background repeat, background position in that order.
color in CSS specifies the colour of a font, not the background colour. You can use a limited number of named colours such as red, blue, cyan, or hex values such as #cc0000 etc. Droppers appear next to colour and background colour values so you can choose a suitable colour easily1px solid #800000. This specifies that the border is to be 1 pixel thick, solid and a dark red. Other styles apart from solid are inset outset ridge dotted dashedThis property is only really set when you want to hide something in your profile, in which case you set display to a value of none. If something is not showing when you think it should be, then check your code for a display: none
2px 5px 2px 5px and these numbers are in the order top right bottom left. You can use the keyword auto as any of those values2px 5px 2px 5px and these numbers are in the order top right bottom left. You can use the keyword auto as any of those values











8.3 - 14 votes