Quirks mode and DOCTYPE compatibility

CH@OS_K!NG

New Member
I wrote a small tool that generates an HTML/CSS code to be placed on a document. My problem is that some websites where the code snippet will be placed are using DOCTYPE, others are written in quirks mode (that's correct, an entire site in quirks mode), others have different DOCTYPES... Is it possible to somehow force the code snippet --and only the code snippet-- to use its own standards? I want it to always look the same, for example on that whole website written in quirks mode, I cannot just add DOCTYPE to the top because it 'breaks' the pages. Any ideas on how to solve this issue?
 
Back
Top