Results 1 to 8 of 8

Thread: These spaces...

  1. #1
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default These spaces...

    I'm doing a school project and I decided to create a website for it. Here's the url: http://flamehtmlstudios.com/max/

    Now, for some reason, spaces are showing up before and after the content. Can someone figure out why?

  2. #2
    Join Date
    Sep 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am not sure what you mean - all appears fine for me in IE 6.

  3. #3
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    The problem is in Firefox

  4. #4
    Join Date
    Sep 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am not very proficient with tables and slices and etc. but the problem your experiencing might have something to do with the fact that you close your <table> tags and both your <div> before you start your content.....

    As for Firefox - its a great browser for usability and all but it sure makes a webmasters job 10x more difficult - i hate it!

    Good Luck With Your Problem!

  5. #5
    Join Date
    Mar 2006
    Location
    Cleveland, Ohio
    Posts
    574
    Thanks
    6
    Thanked 5 Times in 5 Posts

    Default

    Alright, noticed I was closing the container tag. I got rid of the extra </div>. The tables in this case are simply to organize the navbar(s) and not the layout. The layout is basically div's.
    It's still got the spaces
    :/

  6. #6
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by QuickScriptz
    As for Firefox - its a great browser for usability and all but it sure makes a webmasters job 10x more difficult - i hate it!
    Yeah, nothing beats IEs: "object has no properties", not even the error console, and DOM inspector? don't even think about it...
    Last edited by ItsMeOnly; 09-15-2006 at 09:25 PM.

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    1. There is no tabular data on that page. There shouldn't be any <table>s on it either.
    2. You've used an odd form of pseudo-XHTML. Please, stick to HTML.
    3. Your page also doesn't validate, meaning that it's going to appear quite differently in most browsers, since Quirks mode is very unpredictable.
    As for Firefox - its a great browser for usability and all but it sure makes a webmasters job 10x more difficult - i hate it!
    By following standards (to a far greater extent than IE, anyway), it makes a webmaster's job one heck of a lot easier if s/he's any good and doesn't rely on one of IE's many bugs. If said webmaster has relied on one of these bugs, the page will display incorrectly in any browser except IE (and probably any version of IE except the one in which it was developed) anyway, and there's no point in blaming what is merely one of those browsers for his/her bad design decisions. The page in question on this thread, for example, displays this problem in Firefox, Konqueror, and Opera, to name but three.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    Your page also doesn't validate, meaning that it's going to appear quite differently in most browsers, since Quirks mode is very unpredictable.
    Validity doesn't trigger either "Quirks" or "Standards" mode rendering: the document type declaration does. However, invalid markup will cause browsers to perform error correction which may cause the document tree to be constructed differently. This latter issue can affect both what a script will encounter when traversing the document tree, and possibly form submission and rendering behaviour as elements may be nested differently than intended.

    Mike

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
  •