Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • geejmauriva Friend
    #142506

    Hi,

    I would like to add 2 strips of color on either side of the content pane and have tried adding an image to /templates/ja_antares/images folder and then referencing it in the css (as below) but it has not worked.

    Any ideas?

    Site: http://www.montesinosandassociates.com

    /* COMMON STYLE
    ——————————————————— */
    * {
    margin: 0;
    padding: 0;
    }

    body {
    color: #5A5A5A;
    background: url(../templates/ja_antares/images/background_strips_01.jpg);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;

    Thanks,

    -geejmauriva

    wiery Friend
    #312005

    You could try using these css codes:

    border-left: 5px solid #3F89C3;
    border-right: 5px solid #3F89C3;

    These would work without the image files. You can make them bigger or smaller or change to whatever color you’d like.

    scotty Friend
    #312009

    geejmauriva;135503
    body {
    color: #5A5A5A;
    background: url(../templates/ja_antares/images/background_strips_01.jpg);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;

    Should be : url(../images/background_strips_01.jpg) provided the images are in your templates images folder. If it’s in your root directory images folder then leave out the two dots at the start.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  scotty 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum