I wrote in html;
<font size="-2">Hey, I'm Small!</font>
This had no effect.
When I view the page in html, the line above changed to look like
<span>Hey, I'm Small!</span>
I wrote in html;
<font size="-2">Hey, I'm Small!</font>
This had no effect.
When I view the page in html, the line above changed to look like
<span>Hey, I'm Small!</span>
more information
my theme is twenty ten
Font tags are outdated. You need to use CSS instead.
Where are you trying to change the font size? The entire site? You can do a search on the style sheet for 'font-size:' to find the different places font sizes are handled.
You can also modify fonts in the HTML view on pages by doing a div or span `<span style="text-align: center; font-size: 12px; color: #ccc;"> YOUR TEXT</span>'
hi,
I wrote little plugin which enable font size option in tinyMCE editor, so you can change font size without rewriting html.
http://wordpress.org/extend/plugins/wp-editor-fontsize/
This topic has been closed to new replies.