centering a background image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • siouxfire
    New Member
    • Mar 2005
    • 15
    • 3.0.7

    centering a background image

    I've set an image as the background to the BODY element with the following code...

    #123456 url(http://www.homepage.com/Images/g_wallpaper1.jpg) repeat

    the problem is that it's aligned from the left and I need it to be centered. Is there a way to do this?

    I have a background image that fits with my tables and an html header (which are centered) and it won't work unless the background image is also centered. Hopefully this is simply, but I've not had any luck so far.

    Thanks in advance.
  • jamesyfx
    Senior Member
    • Feb 2005
    • 679
    • 3.6.x

    #2
    #123456 url(http://www.homepage.com/Images/g_wallpaper1.jpg) top center

    Something like that?

    Comment

    • siouxfire
      New Member
      • Mar 2005
      • 15
      • 3.0.7

      #3
      Thanks, Jamesyfx. That did the trick nicely - Thank you.

      Comment

      Related Topics

      Collapse

      Working...