Announcement

Collapse
No announcement yet.

No background image

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

    No background image

    Catalog V9.03 Smart theme.
    If I set "store using a background colour" to false, and ensure there is a valid image selected, all I get is a white page background.
    I've tried different size images, and I can get back my background colour, but images just don't appear.
    Where can I look to fix this? I can't find the layout code for it anywhere.
    Thanks

    #2
    wrap single quotes around the image name in the css

    Comment


      #3
      I've changed the double quotes to single quotes with no effect, the css line within the "block if" now reads:
      background-image: url('BackgroundImageFileName' );
      Does the image automatically repeat or could it be hiding behind the header area?

      Comment


        #4
        try this

        http://www.w3schools.com/css/pr_background-repeat.asp

        Comment


          #5
          Found the problem!
          In Site Options|General|Appearance Settings|Background Image, the file can be selected by the <browse> when clicked.
          When a file is selected it appears as "images\background1.jpg" in the appearance settings list. This causes the background to be white.
          If the backslash is then changed to a forward slash, the image appears.
          The backslash is correct for the pathname but obviously not for Actinic and HTML. Odd.

          Comment

          Working...
          X