closing tags

Discussion in 'HTML & Website Design' started by deelow, Jul 28, 2007.

  1. #1
    Ive been messing around with a site a friend made, and its full of tables

    It works when viewed in ie7 and firefox, but not on ie6 and a few ie7's

    I've checked the code, and i can see its missing a few closing row tags

    but there is so many im just getting lost,

    is there a easy way to see this ?
     
    deelow, Jul 28, 2007 IP
  2. HuggyCT2

    HuggyCT2 Guest

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    TBH any site should be coded in Valid XHTML and CSS and not to use tables unless you have tabular data, you can get a template coded now days for $40 - $80 and it will be alot faster loading, and work in all browsers.
     
    HuggyCT2, Jul 28, 2007 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Why waste money though when you can get it done for free?
     
    Dan Schulz, Jul 28, 2007 IP
  5. HuggyCT2

    HuggyCT2 Guest

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    So this will completey recode the site into Valid XHTML and CSS?

    Hmmmm
     
    HuggyCT2, Jul 28, 2007 IP
  6. thevirus

    thevirus Active Member

    Messages:
    267
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Why would tidying up the code make the page load any faster? Does the browser really get confused and stall when it can't find and end tag?
     
    thevirus, Jul 28, 2007 IP
  7. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The browser has to "guess" what the code is supposed to do, which can cause rendering problems between different browsers.

    It's best to have every browser using (and abiding by) the same set of rules than to let them all do their own thing.
     
    Dan Schulz, Jul 28, 2007 IP
  8. HuggyCT2

    HuggyCT2 Guest

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Only reason people have templates all in tables and yucky code is because they use html generators to code them. I can tell any page just by looking how it loads in a browser if its been coded right or wrong. Bottom line is XHTML and CSS without tables is by far superior to tables, tables are not even meant for making a layout they are for tabular data.
     
    HuggyCT2, Jul 28, 2007 IP
  9. deelow

    deelow Well-Known Member

    Messages:
    287
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #9
    where would be the best place to start to learn XHTML and CSS :)
     
    deelow, Jul 28, 2007 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #10
    SitePoint.
     
    Dan Schulz, Jul 28, 2007 IP
  11. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Seriously. Go to www.sitepoint.com/books/html1 and purchase a copy of "Build Your Own Web Site the Right Way Using HTML & CSS" by Ian Lloyd.
     
    Dan Schulz, Jul 28, 2007 IP