Strange Background Problem?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • catatonia
    New Member
    • Aug 2009
    • 1

    Strange Background Problem?

    I went;

    Styles and Templates > Style Manager > Default Style (which I am using) > All Style Options > Go

    Then I scrolled to "Page Background", and removed the colour text, then added blockquote {background-image: url(http://www.zetetique.ldh.org/images/crop/cropETb.jpg); background-repeat: no-repeat; background-attachment: fixed} into the "Extra CSS Atrributes" text box.

    Couldn't get it to show up.

    What am I doing wrong?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    I think that is more for Cascading Style Sheets (CSS) properties, then using it for Cascading Style Sheets (CSS) attributes.

    You are using a class to describle what you want done and that you need to add to 'Additional CSS Definitions', as what I have below is what you can add from what you just provided. If this has to do with "Quotes Box", then use the container at very bottom of 'Main CSS' page.
    Code:
    background-image: url('path/to/image.ext');
    background-attachment: fixed;
    background-repeat: no-repeat;

    Comment

    Related Topics

    Collapse

    Working...