|
Styles |
|
|
Customization > Styles
They are build via the standard CSS (Cascading Style Sheets) and it is very important that the structure is correct. An incorrect structure could cause a layout and display errors.
body{ background-repeat: repeat-y; }
a{ text-decoration: none; } a:link{ color: #003366; } a:hover{ color: #000000; } a:active{ color: #000000; } a:visited{ color: #003366; }
Useful resources
W3C CSS http://www.w3.org/Style/CSS/ SELFHTML http://en.selfhtml.org/
|
© 2006 unic8 Studios