Announcement

Collapse
No announcement yet.

alternate backgrounds

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    alternate backgrounds

    Hi, I'm trying to get my homepage to have a different background to the rest of the site. Can anyone give a newbie some advice? I'm getting the feeling conditions may be the answer (but I haven't got my head around them yet), or is it something much more straightforward?

    Thanks

    Andy

    #2
    You may have sorted this already but for others you can wrap the homepage background image between a Blockif and use IsBrochureHomepage ... if you include the new line AFTER the image used for the rest of the site the stylesheet cascade will use this on the homepage only

    HTH


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Code:
      <body<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBrochureHomePage%22%20%2f%3e" > background="../img.gif" style="background-position:center"</actinic:block>>
      www.simonstaton.co.uk

      Comment

      Working...
      X