PDA

View Full Version : background image


okapi
18th of December 2003 (Thu), 11:38
i would like to define a background image instead of simple background color. is this possible?

okapi
18th of December 2003 (Thu), 16:23
yes, it is possible...
this is my approach:
i put the image of my choice into the graphs-folder. then i edited pagetemplates/photo/default.php for the photo-pages. i put everything (html-tables, code) into a new table: width="100%" background="graphs/your_image.jpg" border="0" cellspacing="0" cellpadding="0".
so far the photo pages. same must work with index page.

but maybe there's an easier way?

Pekka
18th of December 2003 (Thu), 17:03
http://photography-on-the.net/forum/showthread.php?t=21774 ?

okapi
19th of December 2003 (Fri), 05:16
finally i got it. i didn't think it's as easy as that.
thank you very much!