Results 1 to 6 of 6

Thread: My Website Problem

  1. #1
    trajillo's Avatar Fitter Happier
    Join Date
    Sep 2003
    Location
    Meccamputechture, USA
    Age
    38
    Posts
    839
    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.

  2. Internet, Programming and Graphics   -   #2
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    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 Code:
    <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...

  3. Internet, Programming and Graphics   -   #3
    trajillo's Avatar Fitter Happier
    Join Date
    Sep 2003
    Location
    Meccamputechture, USA
    Age
    38
    Posts
    839
    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

  4. Internet, Programming and Graphics   -   #4
    Santa's Avatar dvhyt5er
    Join Date
    Aug 2005
    Location
    1
    Posts
    2,050
    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

  5. Internet, Programming and Graphics   -   #5
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    You really should remove the extra head, html and body tags that are in that page.
    It oculd be trouble in other browsers.

  6. Internet, Programming and Graphics   -   #6
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    preliminary html question requirement: submit your markup to w3c.
    If it has errors, fix those first, then if it's still broken, ask.

    this post is guaranteed 100% parrot-free

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •