I am trying to add images to my header, spent hours reading through the forums and tried to follow several options I thought might help. Neither of them worked, so not sure what I’m doing wrong.

Option 1: Found under FAQ “how do I change the header image” --- I’ve added below to /includes/templates/classic/css/stylesheet.css:
#logoWrapper{
width:760px;
height:110px;
background-image:url(http://www.fashion-foot.net/images/FF-pics/2-barefoot-2 feet.jpg);
background-repeat:no-repeat;
}

Option 2: Found under “how to add an image *between* header text and above content??” --- I’ve changed the sales text under /includes/languages/english/exodus/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', '<img src="http://www.fashion-foot.net/images/FF-pics/2-barefoot-2 feet.jpg');
define('HEADER_LOGO_WIDTH', '288px');
define('HEADER_LOGO_HEIGHT', '56px');
define('HEADER_LOGO_IMAGE', 'logo.png');

Option 3: Found under “How Do I Add An Additional Image To My Header?” --- I’ve added <div id="midheader">… to /includes/templates/template_default/common/tpl_header.php
</div>
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
<div id="midheader"><a href="http://www.fashion-foot.net"> <img alt="2-barefoot-2 feet.jpg" src="http://www.fashion-foot.net/images/FF-pics/2-barefoot-2 feet.jpg" /> </a></div>
<br class="clearBoth" />
</div>
<!--eof-navigation display-->

Can you pls tell me how to fix it? My website is http://www.fashion-foot.net/ . As you can tell, it’s far from being done, still tinkering around how to insert and adjust images so the look and feel of the site will be somewhat decent. I had a site set up years ago, but cancelled it after it got hacked into twice, and sadly, now I cannot seem to remember a thing.

Any help is appreciated. Thanks