Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    18
    Plugin Contributions
    0

    Default indexbody and indexhomebody problems

    I have developed a layout that I like for my site but when I click off the main page the tagline centers itself rather than being justified as it is on the first page,

    seems that the heading is in a indexhomebody tag on the homepage but indexBody in the subseqent pages

    link to the site is link

    On the second page is is centered as white text on a white backgroud so you need to highlight the page to see what has happened.

    Any help would be greatly appreciated.

    Thanks

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

    Default Re: indexbody and indexhomebody problems

    You have a rule that will apply only on the homepage, when you want it to apply globally.
    Code:
    #indexHomeBody #mainWrapper #headerWrapper #logoWrapper #taglineWrapper {
    	margin-left:6.5em;
    	width: 200px;
    }
    All you need is
    Code:
    #taglineWrapper {
    	margin-left:6.5em;
    	width: 200px;
    }
    because #taglineWrapper occurs nowhere else and doesn't need more specificity.

 

 

Similar Threads

  1. Ye Olde "indexHomeBody" issue with Chrome ...
    By Fez-o Joe in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Sep 2010, 05:30 PM
  2. Huh??? <body id="indexHomeBody">?
    By zcnb in forum General Questions
    Replies: 6
    Last Post: 23 Apr 2009, 09:34 PM
  3. indexhomebody style
    By mimi78 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Apr 2009, 01:54 AM
  4. [Done v1.3.7.1] #indexHomeBody - not working
    By Woodymon in forum Bug Reports
    Replies: 16
    Last Post: 30 Jan 2008, 08:23 PM
  5. Email header problems - and update problems
    By kinget in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Oct 2006, 09:10 PM

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