You are not logged in.
Pages: 1
Hi, I'm having a problem with font sizes. I need to have them in pixels, and have the <font [...]> tag use something like:
size="13px"
Is there any way that this can be done? Or is there any other way to input an exact size by hand ? If I try to edit it in html mode, it deletes the px when I switch back to richedit mode.
Offline
i know about CSS and am quite comfortable with it.
I was trying to find out, if it`s somehow possible to put some custom font sizes in the the toolbar combo box that apply a certain pixel size for the selected text.
Offline
If you, as you said, want to edit the HTML by hand you have to do it like said, because there is no option in HTML to set font-size in pixels via the <font> tag (i.e. there is no size="13px"). It's only the 1 to 7 range (of relative values) you have in the select box.
The problem is that the combo box we have in the editor only triggers the browser's built in function which (unfortunately) works with the double plus ungood font-tag.
You could submit a feature request ticket that this be changed or otherwise write a plugin youself.
Offline
Pages: 1