hi,
does enyone know how to change the background color in to a background pic or .gif or jpg as backgound selected
;D ;D
Printable View
hi,
does enyone know how to change the background color in to a background pic or .gif or jpg as backgound selected
;D ;D
You need to add 'background' attribute to the <body> tag in the template. For example:
After that, make sure to put the picture file into the same folder as your HTML files.Code:<body background="your_picture.jpg">
Andrei
Can this only be done for HTML pages? I would love to try and have a pic of my own as a background in the database windows themselves (or some of them).
Fantastic prog & superb forum, guys - glad I registered!
Of course. This is HTML feature and it is not related to OrangeCD. The code will work in any HTML page (assuming the image file name is correct).