Hi Guys,
im running the amazin FCKeditor in my backend for a flashsite. Flash-textfields dont display a bold text when there is written the style like <span style="font-weight: bold;">myText</span>. It needs a <b>-Tag. Same is with italic text.
So id like to know where i can change the output of the FCK so i can turn the style-settings into normal HTML-commands as written before.
Id be glad if anyone could help me out. Im going crazy elsewhere
Thank you for your help
regards
Fabi
Mon, 04/10/2006 - 08:54
#1
RE: Change output to <b> instead of <span sty
RE: Change output to <b> instead of <span style..
MAN u r my god
Can u finally tell me where i can change <strong> to <b> and <em> to <i>?
That would kill my problems at all.
THANK YOU SO MUCH!!!
RE: Change output to <b> instead of <span sty
Re: Change output to <b> instead of <span style..
i found how to change it. open fckconfig.js
here the change:
FCKConfig.CoreStyles =
{
// Basic Inline Styles.
'Bold' : { Element : 'b' },
'Italic' : { Element : 'i' },
it should working now.