Okay, I've figured out my last issue - should be background color. So scratch my last question, but I'm still lost on post #3 of this list adding the pic.
Thanks,
The End Zone
Okay, I've figured out my last issue - should be background color. So scratch my last question, but I'm still lost on post #3 of this list adding the pic.
Thanks,
The End Zone
My last 2 questions for the afternoon.
Okay, ?'s - 1 the #3 post in this thread & 2 - How do I get rid of white border in below my tagline wrapper?
Any help is greatly appreciated.
Thanks,
The End Zone
define ('HEADER_SALES_TEXT', zen_image(DIR_WS_TEMPLATE_IMAGES . 'taglineimage.gif', 'Alternate Tagline text'));
This should make the tagline an image drawn from
/includes/templates/your_template/images/taglineimage.gif.
The white space is caused by a <br class="clearBoth" /> somewhere around the bottom of the branding display section, or maybe below it. It is unnecessary in Firefox and could just be deleted, but that will sometimes cause IE to mess up the display. If you change that one to
<div class="clearBoth"></div>
it should help.
The tagline is not quite as tall as the logo, so there will still be a space below that unless you add a height to #tagline that matches the logo height.
gjh42,
Thanks for your response. I've got everything I currently needed fixed except the white line below "the end zone" the
<div class="clearBoth"></div> didn't change anything in Firefox & added a small white line to the top in IE7. So how do I change the #tagline height to match the logo?
Website = http://www.endzoneonline.com
Thanks again & any help is appreciated,
The End Zone
Okay, problem is now solved, I changed the tagline wrapper to a height of 99px (which matches my logo) which then caused the white line to go completely across the page, not just under the tagline. So I added the line #headerWrapper {margin-bottom:-12px;} which made the line go poof! Not sure it's the best way, but it did fix it. Glenn thanks for the help.
The End Zone