Is this possible?
I have to make a site acessible to all browser users, even those with Javascript disabled.
I want to use an anchor to switch to a new CSS file without using Javascript. The new CSS file turns the page to high contrast for certain visually impaired users
It's easy enough to do with Javascript, but I can't find a way to do it without using Javascript.
I don't want to write a new page that uses the new CSS file, as this means maintaining 2 HTML files with the same information, the only difference being their CSS files.
Any suggestions greatly appreciated.
I have to make a site acessible to all browser users, even those with Javascript disabled.
I want to use an anchor to switch to a new CSS file without using Javascript. The new CSS file turns the page to high contrast for certain visually impaired users
It's easy enough to do with Javascript, but I can't find a way to do it without using Javascript.
I don't want to write a new page that uses the new CSS file, as this means maintaining 2 HTML files with the same information, the only difference being their CSS files.
Any suggestions greatly appreciated.