View Single Post
Old 02-24-2006, 10:01 AM  
Kevsh
Confirmed User
 
Join Date: Dec 2004
Location: TO
Posts: 8,619
Quick Wordpress Help (Please!)

I only use Wordpress a little and so far, haven't done anything fancy. But today I wanted to create a larger font for a link and couldn't figure it out.

For example, I add something like the following (using the HTML pop-up window from the Write Post page):

Code:
<A HREF="" STYLE="font-size: 14pt;">link here</A>
When I click the Update button the STYLE="font-size: 14pt;" portion has been removed.

If I do the following:

Code:
<A HREF=""><FONT SIZE="4">link here</A>
After the update, the SIZE="4" is dropped leaving an empty <FONT> tag.

To make matters worse, in the main editing window (Write Post), the toolbar doesn't have an option for font size. Looked under Options and didn't see anything helpful ...

So how can I use CSS styles within my posts without WordPress deleting?
Thanks

Kevsh is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote