All i want to do is set a main backgroung image to replace the plain grey?
Do i do this in the standard default theme style sheet? if so, how?
Thanks :)
Basically, yes, but also the template.html.
First, upload the image to the themes/default/images folder.
In template.html, find the table that starts immediately after the <body> tag, and replace the background colour code (bgcolor="#CCCCCC") with background="themes/default/images/yourimagename".
Do this also in the <td..... tag.
Now do the same in style.css to the body and maintable.
You may also want to do it for some of the other tables. Try it and see.
Capser
That worked a treat! excellent.
Thanks for some good help :)
Just wanted to say thanks as well Casper :) This was what I was looking for. Support here has always been great, but also an awesome teaching tool. GJ Coppermine!