PDA

View Full Version : Need help temporary background



justfood
06-08-2011, 07:33 PM
can anyone describe to me how i can change my domain background to an all white blank page so I can add the text "website under construction"? This will be a temporary template/background to display before it's designed. thank you :)

redsox9
06-10-2011, 01:09 PM
Using CSS, you create the following:



body { background-color: #FFFFFF; }