Hi,
Once again I come to Dani's forum after days of getting nowhere myself.
I am using the "htmlarea" editor with one of my scripts.
A CSS file (probably) is overriding the changes to font sizes I change in the editor unless they are coded in a certain way.
For example this code works:
<p align="center"><span style="FONT-SIZE: 18pt; COLOR: red">TEST FONT</span></p>
But the normal HTML version doesn't:
<p align="center"><font color="#ff0000" size="5">TEST FONT</font></p>
I have tried many different WYSIWYG editors, Frontpage and Word but none create the code in the first example.
Can anyone tell me the "language" the first example is written in and where I can find an editor that will create that sort of code automatically as you type?
While I can change it myself, I need my customers to be able to use an offline editor without having to know how to code it that way.
Thanks in advance,
Graham