
Originally Posted by
laurieudy
Thanks AFO I like your fan odessy site! What did you do to get your background??
Also, I have downloaded image handler 2 do i need to move it to the zen cart file on dreamweaver? I am just not sure what to do next.
Follow the directions in the IH2 download and upload the files to the matching folders on your domain. You'll need an FTP client like FileZilla or SmartFTP to do that.
The background (which matches the background of the Fan Odyssey site) is in the stylesheet. It needs to be added to a few places in the stylesheet. This is an example:
Code:
#mainWrapper {
background-color: #000000;
background-image: url('../images/space011.jpg');
text-align: left;
width: 100%;
vertical-align: top;
}