need help with the coding of my header on my website.

Discussion in 'HTML & Website Design' started by hawksrnm1, Aug 6, 2007.

  1. #1
    Can someone take a look at the code on http://www.theticketfinders.com and see what I have done wrong. The header shows up on the main page and each of the sub-pages for MLB Baseball, NFL Football, ect. However it doesn;t show up for the team pages. I have only finished the team pages for MLB Baseball though so you'll have to look there. Any help would be appriciated. Thanks
     
    hawksrnm1, Aug 6, 2007 IP
  2. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #2
    Whats the url of the page its not showing up>?
     
    sundaybrew, Aug 6, 2007 IP
  3. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hawksrnm1, Aug 6, 2007 IP
  4. Galen

    Galen Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you are talking about the header image it is because you didnt specify a file for the img. you just have a directory.
     
    Galen, Aug 6, 2007 IP
  5. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    look again...i just fixed that...still no header
     
    hawksrnm1, Aug 6, 2007 IP
  6. surfnwahm

    surfnwahm Member

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #6
    It looks like your team pages are in a directory different from that of your image directory.

    Your main pages: page.html is in the root and can access folder /images
    Your team pages: /directory/page.html is in a folder one level down from the root

    Change your team pages link to ../images/header.jpg, where ../ is your full URL
    That should make it visible.
     
    surfnwahm, Aug 6, 2007 IP