View Single Post
Old 11-03-2004, 09:10 AM   #1 (permalink)
buchannon
Registered User
 
buchannon's Avatar
 
Join Date: Nov 2004
Posts: 43
buchannon is on a distinguished road
Changing all the Text Size on a page

I'm trying to let the users that visit my website change the size of text on it via a dropdown menu, or links or whatever. Like this page on the top right corner:

http://www.section508.gov/

I know if I want to change, text color for instance I could use this:
<a href="#" onClick="document.bgColor='yellow';">Yellow!</a>
but how can I change the size of all the text? Thanks!
buchannon is offline   Reply With Quote