Log in

View Full Version : this problem does actually legitimately occur



ervinjn
03-15-2021, 10:18 PM
How do you make bold letters unbold? What's the code?

I have actually just encountered a situation where I had this same question. I am working with an html editor on a website that automatically inserts bold tags when you use brackets. Yet, I want to use brackets. I found that using the bracket code twice tricks the editor into printing the brackets. However, the line is bolded: and I don't want it bolded. so, my immediate thought: how do I unbold it.
Just thought you'd like to know that the situation does actually occur.

info_experto
03-18-2021, 11:37 AM
You have tried if it lets you modify that line with CSS

ervinjn
03-18-2021, 12:06 PM
No, I haven't. I really don't know much about html. I've never even heard of CSS.
Thank you for replying. I had pretty much given up on it.
I'll check this out! If I make headway, I'll post it here.