Although I have change the default setting to:
FCKConfig.GeckoUseSPAN = false ;
I see that the html generated
using internet explorer produces tag like:
Code: <b> </b>
while firefox produces :
Code: <span style="bold;"> </span>
Do anyone have solutions to handle this case?
Thank you.
FCKConfig.GeckoUseSPAN = false ;
I see that the html generated
using internet explorer produces tag like:
Code: <b> </b>
while firefox produces :
Code: <span style="bold;"> </span>
Do anyone have solutions to handle this case?
Thank you.