Body background image
Hi friends,
I have tried to add a background image by editing the style.css as following....The background image was visible...but the whole page content got distorted......
/* main */
body{
background:url(images/sunbeam_background.jpg repeat-no}
html { margin:0; padding:0; background-color:#ffffff; }
p { margin:0; padding:0 0 8px 0;}
Please tell me just how to add an image as background ??