View Single Post
  #5  
Old 05-25-2005, 08:17 AM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default Re: Changing backround color with a gif or jpeg image

Quote:
Originally Posted by shipmerchant
1. but dont know where to change the color for the bottom horizontal bar, which displays the copyright.

You probably figured this out by now but you can change and put a background image in the copyright area as shown below, notice I also put NOTES in my CSS to help me:

Quote:
Originally Posted by snorocket
/* COPYRIGHT AT BOTTOM OF PAGE */
.Bottom {
BACKGROUND-COLOR: #FFFFFF; COLOR: #000000;
BACKGROUND: URL(images/bgimage.gif);
}

and also:

Quote:
Originally Posted by snorocket
upload the image into the /skin1/images/bgimage.gif directory, anyways probably too late but just thought I'd post to quickly help others.

Just an FYI for problems i ran into was using full paths did not work for me, again smarty variables do not work, and also another weird problem I had that I never figired out was .jpg images would show up missing, switched the image to a .gif and it worked
Reply With Quote