PDA

View Full Version : Site Doesn't Appear.... Help! hehe


sportsfanatic54
09-20-2005, 09:34 AM
yeah, well the site only appears on one of my computers, and doesnt show up even on the school computers... I don't know what I did wrong, but maybe I just am overlooking something. If someone could look at the code, maybe you'll see something I missed, or maybe you could give some friendly advice. Thank you.

http://montaguewolfpac.bravehost.com/index.html

http://montaguewolfpac.bravehost.com/wolfpac.css

Pegasus
09-20-2005, 10:16 AM
You have duplicate DTD and html tags. Remove this part from your page.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
</head><body>

Peg

sportsfanatic54
09-20-2005, 03:23 PM
hmmm this is quite the predicament... see I can see the double DTD and Header tags when I view my source, but when I go to the bravenet page editor, it only shows one set of tags..... should I just remove the set of tags it shows?

sportsfanatic54
09-20-2005, 03:59 PM
ah well... I just ummm redid the header part on a new page and added the rest of my body, that seemed to work. Thanks for the help Peg.

Pegasus
09-20-2005, 05:14 PM
You're quite welcome.

Peg