<p> Hi everyone! I'm an ABSOLUTE newbie who needs some help. I want to use FCK editor to replace the textarea in an online form. However, the server just rejects/strips all CSS tyle formatting. For instance, it's ok to submit <B> but not <span style="font-weight: bold;">
</p>
<p>Now, it was easy to figure out that I could change the elemnt name/value in the style combo to get things done 'properly' and it works like music. However, I would obviously like to do the same from the toolbar buttons as well.
</p>
<p>Can someone tell me how to do it?
</p>
<p>I've taken a longish look in the forum, the answer must be there somewhere, but I could not find it. And I guess it's some very simple configuation that I'm missing.
</p>
<p>Thanks in advance.
</p>
<p>
<br />
</p>
</p>
<p>Now, it was easy to figure out that I could change the elemnt name/value in the style combo to get things done 'properly' and it works like music. However, I would obviously like to do the same from the toolbar buttons as well.
</p>
<p>Can someone tell me how to do it?
</p>
<p>I've taken a longish look in the forum, the answer must be there somewhere, but I could not find it. And I guess it's some very simple configuation that I'm missing.
</p>
<p>Thanks in advance.
</p>
<p>
<br />
</p>
RE: Formatting without css?
Guess I should have formattd my post above with FCKeditor instead of Xinha
Anyway, itr's exactly this kind of issues (server specific formatting quirks) for which I need to customise the buttons.
Any help will be grately appreciated.
RE: Formatting without css?
If you setup of FCK produces html with styles for the formatting button's it's because you are using the FCKConfig.GeckoUseSPAN as true. Set that variable to false and it will use <b>, <u> and <font>
RE: Formatting without css?
I ran through the config file over and over for words like CSS and style. I could never have guessed this was my entry.
And yes, I should have heeded that red warning.