I'm stumped, why does this page look like this?

Discussion in 'HTML & Website Design' started by mdvaldosta, Nov 26, 2005.

  1. #1
    mdvaldosta, Nov 26, 2005 IP
  2. aquila99

    aquila99 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am not sure, however the background image is not showing..
    In the body tag of the default page in the directory
    /contact-us/

    you have the same path as in the homepage, that is:
    <body bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0" background="img/background.jpg">

    while it should be with ../ for the relative path to the upper root.
    <body bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" topmargin="0" background="../img/background.jpg">
     
    aquila99, Nov 26, 2005 IP
  3. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #3
    Check your image calls and also that for your css as aquila99 says.
     
    mcfox, Nov 26, 2005 IP
  4. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks guys, I thought I had all the file and img references set to root, but I guess I missed one. I checked through twice and still missed, thought it was something else.

    :D
     
    mdvaldosta, Nov 26, 2005 IP