PDA

View Full Version : My Website Problem



trajillo
09-15-2005, 06:14 AM
Hey on my website: here
http://www.pault.fusedhosting.com/

if you look at it in firefox...you get this space up the bery top..which looks stupid and if you look at it in IE .. its fine..? can anyone look at my code and see whats up with it.... thanks.

Barbarossa
09-15-2005, 09:14 AM
You've got two lots of HEAD and BODY tags, and an extra end-tag for HTML, which can't help.

Page should be of this structure (more or less)


<HTML>
<HEAD>
<TITLE> blah blah blah </TITLE>


</HEAD>

<BODY>

...

</BODY>
</HTML>

Nothing should come after the </HTML>. Make those changes and see if it makes any difference... :unsure:

trajillo
09-15-2005, 09:39 AM
nah it just seems that way in the final code because i got a php include up top for the header..and i already fixed it.. i just added a table up the top...:) thanks anyways

Santa
09-15-2005, 09:45 AM
i dont know how to fix it
it looks really weird in my editor - cant work with so many overlay pictures

your page is also a little bit too wide - i get a scroll bar at bottom on a 1024 screen

tesco
09-16-2005, 05:00 PM
You really should remove the extra head, html and body tags that are in that page.
It oculd be trouble in other browsers.

sparsely
09-16-2005, 06:54 PM
preliminary html question requirement: submit your markup to w3c.
If it has errors, fix those first, then if it's still broken, ask.