While doing some research on this, I cam across this page: XHTML media type test whiched proved rather intersting and points out that some of the lesser used browsers were far more strick that IE even now. Maybe that will change with IE7. This page that proceeds might also shed some light: HTML and XHTML Frequently Answered Questions
And when I ran the guestbook thru the XHTML Basic 1.0 validator, I came across THESE errors which may explain the problem:
#
Line 24, column 15: there is no attribute "width"
<table width=" 50%" border="0">
✉
#
Line 24, column 28: there is no attribute "border"
<table width="50%" border=" 0">
✉
#
Line 26, column 16: there is no attribute "width"
<td width=" 20%"><div align="center"><b><font color="#FFFFFF" size="2" face
Something else I found that every web master/designer who wants to be in business needs to consider: XML: Structuring Data for the Web: An Introduction Now granted the article IS 6 years old but the web site has articles all the way to today.
Quote:
|
search engines - With XML content markup, queries are more likely to retrieve relevant files due to contextual information. Search engines could retrieve a specific portion of file; they also could be much faster if the added context eliminates numerous irrelevant matches.
|
Liz
|