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
If you are talking about the header image it is because you didnt specify a file for the img. you just have a directory.
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.