On Jul 10, 9:38 pm, Jack Stewart <[email protected]> wrote: > I am attempting to modify a website designed by a third party > with a DTD of <DOCTYPE HTML PUBLIC "-//SoftQuad//DTD HoTMetaL > PRO 5.0::19980907::extensions to HTML 4.0//EN" "hmpro5.dtd>
Be aware that non-standard doctype probably triggers quirks mode in IE and other browsers and that specifying a known doctype like 401 transitional/strict will mean the browsers will now interpret the page in standards mode. In general, this is a good thing, but there may be rendering differences. Test the rendering well in the browsers you support. -S -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
