Linked by Thom Holwerda on Thu 13th Dec 2007 18:31 UTC, submitted by abdavidson
Thread beginning with comment 290563
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




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.