Announcement

Collapse
No announcement yet.

Background Image

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

    Background Image

    I am trying to put together a quick website for a community project. They want a background image but if I set a back ground image you can't read the text. So I have created a back ground image with a white area in the middle. However, this is clumsy and doesn't work in all browsers. Is there a way of setting the main content area to white and having a back ground image filling the screen either side? See www.aefes.co.uk. Thanks in advance.
    Stardust Funky Kids T-Shirts

    #2
    I found this solution from member Jont:

    in design tab navigate to your outer layout. Locate the opening <BODY> tag and just after add:

    <div id="outerWrap">

    Locate the closing </BODY> tag right towards the bottom of the page .. just before this add:

    </div>

    In the actinic.css stylesheet add the following :

    #outerWrap {
    width: 950px;
    background-color: #fff;
    margin: 0 auto;
    }
    Stardust Funky Kids T-Shirts

    Comment


      #3
      Glad you got it sorted.

      I'm also glad that the spirit of Jonty lives on. he was a very valued member of the community but unfortunately passed away about 18 months ago.

      Comment

      Working...
      X