
Originally Posted by
oxicottin
Hello, how would I create a spot on the right side of the tagline to place an image just like the logo on the left side? Im new to this so please explain...

Thanks!
Jade, Please help me get this issue resolved. I opened the tpl_header.php and copyed the logo code:
PHP Code:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
Then I pasted it a few lines below:
PHP Code:
</div>
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
</div>
<!--eof-branding display-->
Now I have two header images. I then opened the stylesheet.css and removed the #logo { padding-left:15px;} which broght the left logo to the left edge of the main wrapper. Then I had to change the width % of the #taglineWrapper to width:71.65%; so everything fit in the #logowrapper. I then changed the logo image to the same image I used for the sidebox.gif. Now everything is almost the way I want it except for now I want to place my banner/logo in the center where it says Your logo could be wider here, Sales Header.... How do I acomplish this? everything im trying is not working out. I also want to get rid of the link thats in the logo....Thanks! I added an attachment of what it looks like as of now
Bookmarks