Adding a logo

krispyjim

Joined: 2004-05-22
Posts: 2
Posted: Sat, 2004-05-22 02:13

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.

 
JadeDragon
JadeDragon's picture

Joined: 2003-02-15
Posts: 332
Posted: Sat, 2004-05-22 16:40

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

 
krispyjim

Joined: 2004-05-22
Posts: 2
Posted: Sun, 2004-05-23 10:41

Thanks Jade. The solution was easier than I expected!