Hi all,
I would like to change text format without showing tag, for example, when I select "example" and click B button to make it bold, this text will be bold, not show
HTML Code:
[B]example[/B]
. How can I do it?
Thanks
--------------- Added [DATE]1213629102[/DATE] at [TIME]1213629102[/TIME] ---------------
I got it. Thanks
--------------- Added [DATE]1213629788[/DATE] at [TIME]1213629788[/TIME] ---------------
I did enable WYSIWYG to do like that. Everything is working, but only <strike> BBCode is not working. When I select a text and click on <strike> button, it show
Code:
<strike>text</strike>
, not showing [S]text[/S]
Can you tell me how can I should do?