I have been doing searches on BBcode. I get the definition and some examples, like [-b] make this bold [-/b]
I didn’t even know BBcode existed and am eager to learn more about it. Like it says in a previous post, I want to give the users the option to bold, italize, underline, change font style, font size, font color and to parse URLs.
But how can I achieve this with BBcode? Isn’t the same:
<b> bold this </b>
as
[-b] bold this [-/b]
How can I add buttons to format whatever is highlighted? If I can do this with BBcode, how? :puzzle:
PD
I’m doing this for a Content Management System, not a Forum.
Sorry. I added the dash so the text wouldn’t get bolded and you could see the tag.