Why do some sites/forums use bbcode or another formatting language when they could just allow filtered html?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
There are a couple possible reasons:
|
||||
|
|
|
When BBCode first came about, there weren't as many nice rich (WYSIWYG) editors as you see today. Early incarnations of these editors merely manipulated the plain text in the edit box that you were typing your post/reply into, adding BBCode as needed. BBCode is easier for users to understand than HTML, and some power users would actually prefer to hammer out their messages without using toolbars or rich editors... BBCode is more rigid than HTML, so it is easier to describe a simple markup syntax like BBCode than it is to try to educate a user on what HTML tags (and attributes) are allowed. |
|||
|
|
