W3C markup validator doesn't like FM 10 HTML DOCTYPE
My current client is using InstallAnywhere for their software installer. It has the ability to display help (in HTML) for the individual install screens. So I put some FM pages together and used the Save As HTML option.
InstallAnywhere didn't like the HTML pages and refused to display them (even though they display fine in Chrome, Firefox and IE). So I put the files through the W3C markup Validator.
The Validator wouldn't recognise the FM DOCTYPE - <!DOCTYPE HTML FM_PUBLIC "-//W3C//DTD HTML 4.0//EN"><HTML>
I had to change it to the 4.01 Transitional DOCTYPE - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" to make it happy. Even then, it didn't like the <BODY BGCOLOR="#ffffff"> tag
Question I have is, can I change the DOCTYPE setting somewhere to the Transitional one, so I don't have to keep amending these files every time I update.
Cheers
Mark