Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

netscape

Status
Not open for further replies.

kris29

Programmer
Apr 23, 2006
10
IN
hi,

I exported a word document as an html page. it is written partly in xml.

The page, (
appears in IE but does not appear at all in netscape. why is this???

please let me know...thanks.
 
<!--[if gte vml 1]>

that statement is non-standard and Netscape 6 treats it as a comment. So it comments out the entire page. If you are concerned about how something looks in Netscape then I would suggest not using Word to save documents as HTML because microsoft probably purposely makes it break in Netscape. ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top