Page 1 of 1

placing an image in the header section

Posted: Fri Jun 02, 2006 8:07 pm
by melgreco
Hi there,

I'm using the CMS version 0.12.2.
I tried to place an image in the header section. For this I put a "background-image: url (xy.jpg)" tag in the "Layout"-Stylesheet, in the header section. However, the image didn't show up. Has this been the wrong place or the wrong way to do it?

Thanks a lot for your help,

Re: placing an image in the header section

Posted: Sat Jun 03, 2006 5:26 am
by Dr.CSS
is there one in there now ie. default template you are using no?
#header{background: url(uploads/images/xy.jpg)}  or uploads/images/yourfolder/xy.jpg if you have a folder in images, NO SPace between  url(
unless the img. is in the root

Re: placing an image in the header section

Posted: Tue Jun 06, 2006 4:34 pm
by melgreco
mark, thanks a lot for your help!

your suggestion has worked out very well.

martin