Forum Moderators: open
I think this is a great idea as a lot of web users don't know how to change the text size in browsers.
What is the simplest way to do this if I use CSS for my page layout?
Regards.
Chris B.
Every page load checks for the cookie and if nessecary adds a reference to another stylesheet.
If you just want to change the font size you could add style="font-size:150%;" or similar to the <body>.
Loading a completely seperate stylehseet allows you to do much more than increase the font-size.
i use php for this.
Ben
[added] ^^ what le_gber said ^^ [/added]