What is the best way to increase and decrease text size on a web page using PHP, CSS, or JQuery? And is there any tutorials on how to do this? or an example would be helpful.
Thanks
What is the best way to increase and decrease text size on a web page using PHP, CSS, or JQuery? And is there any tutorials on how to do this? or an example would be helpful.
Thanks
Set text-size on the text container (a p, a div, a span, ...).
<p style='font-size:120%'>
Check the font-size
CSS property
Reference: http://www.w3.org/TR/CSS2/fonts.html#font-size-props