Click to See Complete Forum and Search --> : Font Size


ranjistinos
06-19-2006, 05:26 PM
Hello there. I would like to know how I can allow users to adjust the font size of content on pages. I dont mean via browser settings. Is It this achieved using CSS?

Thanks in advance

kiwibrit
06-19-2006, 05:56 PM
Yes. I size font in em. More here (http://www.bigbaer.com/css_tutorials/css_font_size.htm).

NogDog
06-19-2006, 06:00 PM
I have seen it done with multiple CSS style sheets and using server-side scripting in the pages that allows the user to select different font sizes (and saving their last choice in a cookie so that subsequent page views use that choice by default).