Hello,
I have a bit of a problem and I am not sure how to overcome it. Basically when I highlight text and click the ‘B’ for bold in the text editor it actually translates this as a tag instead of a <b> tag. This is causing me problems with a plugin which for some reason does not recognise the strong tag. So, is this something to do with the theme?? If so, can I set it back to being a bold tag?
Thanks
Andrew
Hi awilson3rd!
It is not theme related. Please refer to these links:
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element
http://www.w3.org/International/questions/qa-b-and-i-tags
Anyway, you can manually change the strong tag to b tag on the HTML or Text editor.
Best regards,
Ismael
Thanks Ismael,
Yes, I know I can manually change it, it’s just a pain to do so each time with lots of text.
Thanks for the link, I will take a look.
Andrew