Script: Text sizer
Description: Put 2 buttons to large or small your letters
Download this javascript file... DOWNLAOD
Put it in your skin folder
Save this images to your skin/img folder -
| 
Open your Header.tpl
Put this code down from the line which read your css file
And finally put this code everywhere you want to put the 2 buttons that large or small your skin letters
THAT'S ALL
Now your site have 2 buttons to large or small your skin letters like Joomla...
Description: Put 2 buttons to large or small your letters
Download this javascript file... DOWNLAOD
Put it in your skin folder
Save this images to your skin/img folder -
| 
Open your Header.tpl
Put this code down from the line which read your css file
Code:
<script type="text/javascript" src="skins/{PHP.skin}/textsizer.js"></script>
And finally put this code everywhere you want to put the 2 buttons that large or small your skin letters
Code:
<a href="javascript:ts('body',1)"><img src="skins/{PHP.skin}/img/sed_css_larger.png"></a><a href="javascript:ts('body',-1)"><img src="skins/{PHP.skin}/img/sed_css_smaller.png"></a>
THAT'S ALL
Now your site have 2 buttons to large or small your skin letters like Joomla...


























