My site uses two external style sheets for its layout and look. I want to know if I can, in some way, have a button or text link on the site which turns off all the style sheets. Currently I have a link at the top of my site which users click and it takes them to another part of my site which is exactly the same file just without the links to the stylesheets. But as my site grows i'm finding it hard to update so many pages.
Would I have to use javascript for this? I have taught myself
html and
css but have not yet got round to javascript.
Any help would be greatly appreciated!