PDA

View Full Version : background color when loading


stan111
02-16-2007, 11:54 AM
:confused: when my forum is loading, the background is all white

i would like to change it into another color like the one below



what thing in the Main CSS that i have to change to get this result ?



http://img99.imageshack.us/img99/6266/backgroundzp9.jpg

CyberAlien
02-16-2007, 01:12 PM
In headinclude before <!-- CSS Stylesheet --> add this:<style type="text/css">
<!--
html, body { background-color: #AACFEA; }
-->
</style>

stan111
02-16-2007, 09:47 PM
thank you so much CyberAlien
you rock
got it working