|
Post by lostsoul on Feb 21, 2006 9:32:13 GMT -5
ok on the forum colours it says change the colours of the window backgrounds. However if you want to use images you cant. However using CSS you can change the background to images:
Code:
<style> <!--
.windowbg { background-image: url(image link here); background-repeat: repeat; }
.windowbg2 { background-image: url(image link here); background-repeat: repeat; }
--> </style>
I just wipped this up this morning . It is best to use images that repeat and dont interfer with text.
To be put into the Global Headers
|
|
|
Post by matthew on Feb 21, 2006 9:56:22 GMT -5
you can't really claim this as your own, Aled. it's just basic css
|
|
|
Post by lostsoul on Feb 21, 2006 11:24:33 GMT -5
Sorry edited just never ever seen this before...
|
|