PDA

View Full Version : Enyone change background



Guest
06-09-2004, 06:45 AM
hi,

does enyone know how to change the background color in to a background pic or .gif or jpg as backgound selected


;D ;D

andrei_c
06-15-2004, 12:24 AM
You need to add 'background' attribute to the <body> tag in the template. For example:


<body background="your_picture.jpg">

After that, make sure to put the picture file into the same folder as your HTML files.

Andrei

BLOWERS
06-19-2004, 09:04 AM
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 &amp; superb forum, guys - glad I registered!

andrei_c
06-28-2004, 01:20 PM
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).