Where to enable html code to use for admin? only FOR ADMIN.
I don't want to enable basic html either for regular members.
thanks.
Use [html][/html]
BBC tags in your posts.
I want to insert images using <img src attribute without enabling basic html checkbox.
How can I use html tags for my need?
thanks.
When I am using the following html to insert image in posts (as admin), it is just displaying as it is.
<a href="http://www.site.com/myimage.png"><img src="http://www.site.com/myimage.png"></a>
Quote from: pittu on June 22, 2010, 03:20:54 PM
When I am using the following html to insert image in posts (as admin), it is just displaying as it is.
<a href="http://www.site.com/myimage.png"><img src="http://www.site.com/myimage.png"></a>
And how about this?
[html]<a href="http://www.site.com/myimage.png"><img src="http://www.site.com/myimage.png" /></a>[/html]
Thank you! It worked!!!!