Hello, in my site, I have an external stylesheet so basically my whole site is being styled up. I would like to know if there is anyway to create an element, say <div>s, which contains no styles at all for previewing purposes. The only one I could think of is Iframe but I do not know how to go about it. At the same time, I do not want to use javascript to do that.
For firefox, download the developer’s toolbar. It’s pimp-tastic! It allows you to view your current web page with out the included style sheets.
I’m not sure I understand the question at hand… but if you just do <div>something</div>
without giving it a class, it won’t get styled…
and the only other way to interpret this question and answer it, is to do what syous said
hmms… Well, for example I have create a basic website template and I would like to show the template preview, to my visitors, on my site, together with my site content (e.g. header, menu, footer) So, the basic website template does not have styles (CSS). As you know if I were to put that on my site, it will be styled and I don’t want it to. I want it to be default font type, size and colour that the visitor has set for the browser (e.g. Times New Romans).
if you just create two versions of the same page, one without the link to the stylesheet, that should work.