Adding Background Images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JamesT
    Senior Member
    • May 2003
    • 121
    • 2.3.0

    Adding Background Images

    How do i assign the body background to a link to a picture to it is set to a background. I tryed entering in the url but keeps getting "url is not a valid CSS". anyone?
  • Gavin.
    Member
    • Jul 2003
    • 81
    • 3.5.0 Pre-Release

    #2
    In the CSS section of the admin panel, within the "Extra CSS Attributes" of the body form. Something like this:

    Code:
    background: url('images/yourimage.jpg') no-repeat top left;
    http://www.platinum-central.com
    http://www.netforge.com.au

    Comment

    • Floris
      Senior Member
      • Dec 2001
      • 37767

      #3
      Hint & Tip of the Day:

      If you want to apply a background image to category titles or tables, etc.

      Goto the box that handles the tag and behind the background color, add url('path/file.jpg') and it will have both a purdy background color and then renders the image for you.

      Comment

      • Gavin.
        Member
        • Jul 2003
        • 81
        • 3.5.0 Pre-Release

        #4
        You will actually have to re-define the background color inside the "extras" box

        Code:
        background: url('images/tile.gif') repeat-x top;
        background-color: #E9EBF0;
        http://www.platinum-central.com
        http://www.netforge.com.au

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...