This is a quickie question.
Am I right when I suppose that I cannot use the
<font style="font-variant:small-caps">
tag without the CSS upgrade?
I tested it and it doesn't seem to work - just wanted to be sure...
- Biyang Hansen
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
This is a quickie question.
Am I right when I suppose that I cannot use the
<font style="font-variant:small-caps">
tag without the CSS upgrade?
I tested it and it doesn't seem to work - just wanted to be sure...
- Biyang Hansen
Changing the font does work
http://faq.wordpress.com/2006/06/08/allowed-html-tags/
http://faq.wordpress.com/2006/06/12/can-i-change-my-font-font-size/
Maybe it's the font-variant part that's not supported.
I'd suggest you to do it like this:
<div style="font-variant:small-caps;">
<p>your text here</p>
</div>
The font tag is deprecated. Also, although you can use it, the WP software will strip out any properties you add to it.
HTH
@ katm - yeah I read both faqs before posting but it wasn't clear if the style property was supported.
@ devblog - thanks alot - that seems to work.
- Biyang
This topic has been closed to new replies.