Adding option for choose text size

Permalink
I've just had a request to quote for a local council website which I will recommend they use C5 for as it fits every one of the requirements except 1.

They need to have the three A's which allow you to select the text size on the site. Can anyone help me out with how I might do this through C5?

Cheers,
Steve

PassionForCreative
 
Mnkras replied on at Permalink Reply
Mnkras
that shouldn't be to hard, just have different CSS files, and store a cookie based on the size they clicked and have it add to the header the specific CSS file.
frz replied on at Permalink Reply
frz
yes this is something you'd have to code into your CSS with some javascript. if you look around the web im sure you'll find lots of examples of how to make this work in different ways - concrete5 shouldn't have any impact on how that behaves.
finz replied on at Permalink Reply
How do you implement
<a href="javascript:ts('body',-1)"><img class="Cursor" border="0" hspace="0" alt="Decrease Font Size" src="<?=$this->getThemePath()?>/images/fs_off_01.gif" /></a> <a href="javascript:ts('body',+1)"><img class="Cursor" border="0" hspace="0" alt="Increase Font Size" src="<?=$this->getThemePath()?>/images/fs_off_04.gif" /></a>

without it trying to load another page instead of the javascript function.
Thank you in advance
Geoff
SVijay replied on at Permalink Reply
SVijay
Hi,

There is an add-on named font scaler for this app. Its a free add-on

Download it from the below link

http://www.concrete5.org/marketplace/addons/font-scaler/...