I am trying to make a website more accessable to as many users, so for people with bad eye, for example. I am trying to include in my php scripts spmething that will remeber certain properties like font size. Although when I load a new page it reverts back to the default size. I tried doing it with session variables, but can't quite get it to work. Psudeo code:
isset session variable font size
session variable font size = number
css style font = number
that's it. Obiously when you load a new page, the session variable should still be there, but it isn't. Don't really understand why. Any better ideas?
isset session variable font size
session variable font size = number
css style font = number
that's it. Obiously when you load a new page, the session variable should still be there, but it isn't. Don't really understand why. Any better ideas?