how to Insert smiley's into HTML doc

Ryan Kent

Well-known member
I created a Page and would like to add some smiley's into the text area. I googled the subject and all the solutions make it seem a lot more complicated then I think it should be. I can go ahead and use one of those solutions but first I wanted to ask if there is an easy way?

Hoping for something like [bbCode]censored[/bbCode]
 
Pages only support HTML, not BB Code.

To insert a smilie (or any image), you would need to use something like this:

Code:
<img src="styles/default/xenforo/smilies/smile.gif" alt="Smile" style="border: none">
 
thx Brogan

and here I was sure Shelley would beat you to the punch on this one
tongue.png
 
Top Bottom