Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: pittu on June 21, 2010, 11:00:03 AM

Title: Enable HTML for admin
Post by: pittu on June 21, 2010, 11:00:03 AM
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.
Title: Re: Enable HTML for admin
Post by: Mick. on June 21, 2010, 11:11:24 AM
Use [html][/html] BBC tags in your posts.
Title: Re: Enable HTML for admin
Post by: pittu on June 21, 2010, 11:14:11 AM
I want to insert images using <img src attribute without enabling basic html checkbox.

How can I use html tags for my need?

thanks.
Title: Re: Enable HTML for admin
Post by: 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>
Title: Re: Enable HTML for admin
Post by: xenovanis on June 22, 2010, 03:22:34 PM
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]
Title: Re: Enable HTML for admin
Post by: pittu on June 23, 2010, 11:29:34 AM
Thank you! It worked!!!!