according to http://220.227.119.177:1499/cgi-bin/kb.cgi?do=read&id=35&lang=en
I want to force firefox to surf all pages with quirk mode..

The author post a way to accomplish it...

=========================================
This is accomplished by modifying web server configurations to inject
the following header in all HTML content:

HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Using this DOCTYPE will force Internet Explorer to use ‘quirks’ mode
to render pages, maintaining the expected content display.
===========================================

so I want to insert the [ HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">  ]
to any page when I surf the page in order to surf the page with quirk
mode.

How do I accomplish it step by step with Firebug???

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
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/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to