I am running Twist of Nature, 1.3.9f and would like to add an image to the main body of the entire page.
If you could point me in the right direction on this that would be great.
Thanks
I am running Twist of Nature, 1.3.9f and would like to add an image to the main body of the entire page.
If you could point me in the right direction on this that would be great.
Thanks
body {background-image: url(path-to-your-image-file);}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
That would go in your stylesheet to attach a background image to the body tag (which is the visible part of the page).
There are very good tutorials on using css at http://www.w3schools.com
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)