XHTML in IE and in FF

Discussion in 'HTML & Website Design' started by gregy1403, Jul 10, 2007.

  1. #1
    Hi

    I'm trying to validate my already finished site. This http://www.adrenalinsports.si/balon/kontakt1.php page is looking ok in IE but not ok in firefox.

    I don't know what is wrong since all background images have width and height specified.

    Any idea, please!
     
    gregy1403, Jul 10, 2007 IP
  2. x-noise

    x-noise Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    first of all, xhtml is useless on IE, because IE does not have a XHTML parser. So it's just plain and simple html.

    second: align attribute is not allowed in HTML 4.01 strict nor in XHTML

    third: target attribute is not allowed either

    fourth: face, font, border, color, etc etc etc ... they are all not allowed in neither HTML 4.01 strict nor XHTML 1.0.

    First try to learn html good, and then ask these questions. If you had a little time to take a look on html 4.01 specs, you wouldn't have asked here these questions.

    As a closing advice: kill those damn tables. HTML is not only about properties and stuff like that. Validity of a HTML document depends on multiple factors. A validator like the w3c one does not man that your site is valid. It is merely a step in the process of creating a simple and light design.
     
    x-noise, Jul 10, 2007 IP