Linked by Thom Holwerda on Thu 13th Dec 2007 18:31 UTC, submitted by abdavidson
Law and Order "Opera Software filed a complaint with the European Commission yesterday which is aimed at giving consumers a genuine choice of Web browsers. The complaint describes how Microsoft is abusing its dominant position by tying its browser, Internet Explorer, to the Windows operating system and by hindering interoperability by not following accepted Web standards. Opera has requested the Commission to take the necessary actions to compel Microsoft to give consumers a real choice and to support open Web standards in Internet Explorer."
Thread beginning with comment 290563
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Interoperability
by andrewg on Thu 13th Dec 2007 20:59 UTC in reply to "RE[4]: Interoperability"
andrewg
Member since:
2005-07-06

You're right that is ugly!

Some notes that may be of interest to you since you used XHTML 1.0 strict.

1.The <center> tag should not be used in XHTML strict. In you case using text-align: center in the style would work. If you are centering an element use margin: auto; or margin: [vertical] auto;

2. font tags should not be used.

3. Its bad practice to use inline styles.

None of the above are required for IE.

Reply Parent Bookmark Score: 2