Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How Do I Add An Additional Image To My Header?

    If it's not working there, you might have some CSS error that is causing everything after it to be ignored. Try moving the rule to the top of the stylesheet, say near the body {} rule. If that makes it work, you can successively move it lower in the file (big jumps at first) until it stops working. Between the last two locations will be the error; you can move the rule bit by bit until you narrow it down sufficiently to where the error is.

    If moving the rule to the top makes the site go wonky, examine this rule closely to make sure you haven't messed up something in it.

  2. #22
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: How Do I Add An Additional Image To My Header?

    body {margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 62.5%;color: #888787;background-color: #ffebf2;}

    #midheader {
    position: absolute;
    top: 23px;
    right: 12px;
    }

    /*bof basic elements*/
    a img {border: none;}
    a:link, #navEZPagesTOC ul li a {color: #444443;text-decoration: none;}
    a:visited {color: #444443;text-decoration: none;}
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #e36e96;}
    a:active {color: #444443;}
    h1 {font-size: 1.5em;}
    h2 {font-size: 1.4em;}
    h3 {font-size: 1.3em;}
    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-size: 1.1em;}
    .biggerText {font-size: 1.2em;}
    .clearBoth {clear: both;}
    HR {height: 1px;margin-top: 0.5em;border: none;border-bottom: 1px solid #9a9a9a;}
    h1, h2, h3, h4, h5, h6 {margin: 0.3em 3px;}


    Still no change.

  3. #23
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: How Do I Add An Additional Image To My Header?

    I FIXED IT!! I forgot to remove it from the tpl_header.php file when I moved it over to the stylesheet! ROFL

  4. #24
    Join Date
    Dec 2010
    Posts
    257
    Plugin Contributions
    0

    Default Re: How Do I Add An Additional Image To My Header?

    Thank you SO much for your help...and your patience!! It looks fantastic, and Becca's thrilled!

  5. #25
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How Do I Add An Additional Image To My Header?

    Glad you got it sorted... and glad that Becca's pleased;)

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. How to add additional header on Index page?
    By bluesky1992 in forum Customization from the Admin
    Replies: 1
    Last Post: 18 Nov 2011, 09:13 PM
  2. How to add an image to the header?
    By rrzc in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Jun 2010, 11:06 AM
  3. How to add second header image???
    By keis779 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Dec 2009, 04:50 PM
  4. Product Info page - how to add additional text and image on right side?
    By tat1973 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Nov 2007, 06:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg