Quote Originally Posted by alan081954
Instead of just a plain background,How do I add an image background?
if you can add image into your background,you can change the style.css
Code:
background-color: #cccccc;
replace this css into this
Code:
background-image:
url('yourimage.gif')
Code:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #cccccc;
color: #222222;
margin: 0px;
padding: 0px;
}