I would very much like to change this so that instead of using the STRIONG tag it uses the B tag
howveer, even after doing a grep I CAN NOT find where you editor inserts/selects tags to insert?!?!?!?!??!
i grep'd the full folder, and manualy read each file line by line and yet there is nowhere in your code that say "when making bold use strong tag" or anything of the like
PLEASE can you tell me where this is in the code?
Please?
Pretty Please?
I have now wasted 6 hours of my clients time trying to use a freaking <B> instead of <STRONG>
howveer, even after doing a grep I CAN NOT find where you editor inserts/selects tags to insert?!?!?!?!??!
i grep'd the full folder, and manualy read each file line by line and yet there is nowhere in your code that say "when making bold use strong tag" or anything of the like
PLEASE can you tell me where this is in the code?
Please?
Pretty Please?
I have now wasted 6 hours of my clients time trying to use a freaking <B> instead of <STRONG>
RE: Configuration mess
As far as I know, the only way you'll be able to force the use of one or the other set of tags is to replace all instances of <strong> with <b> as the first step in your server-side code.
RE: Configuration mess
there are a couple of ways you could do this yourself:
1. define a custom style in the fckstyles.xml file
2. write a small plugin and cause the default bold button to execute your new plugin, rather than the default code.
RE: Configuration mess
Yup i feel like a twit now.

hehe
But I do thank you both for your informative relpies.
cheers