Adds 3 links to the page to resize,and reset, text size.
Download the plugin, upload to your WordPress plugins directory and activate.
By adding the following to you theme, inside the body:
efontsize('85');
you can set the default body text size, a default of 100.1 will used if the value is omitted.
As seen on http://elfden.co.uk/ I used this style to position the links at the top right hand side:
ul.efontsize{
position:absolute;
top:0;
right:0;
z-index:999;
}
ul.efontsize li{
display:inline;
margin-right:5px;
}
Requires: 2.5 or higher
Compatible up to: 2.5
Last Updated: 2008-6-4
Downloads: 4,138




