Hi,
I am a novice at this, so please excuse me if the answer to this question is glaringly obvious. I am getting my head around the use of the CSS files for gallery customisation but am struggling to work out how to add a logo (ie - a gif file) to the top of each page. I also have a tiled background image which I want to retain.
Can someone please show me how I would go about doing this??
Thanks in advance.
Posts: 332
Look at pixel poets tutuorial
Also the header code goes into /html_wrap/wrapper.header (save the file without the default extension)
Then use the CSS BODY{ background-image: url(../images/yourtileimage); } To have your background image show up. Place your background image in the /skins/NAME of Skin/images/ folder
=)
Jade
Posts: 2
Thanks Jade. The solution was easier than I expected!