MyBB Community Forums

Full Version: use html in post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to write html code in post how can i write 
when i write html code it shows as it is but i want it to show output of html
ex. i type <html><input type="submit" then it should show me button not the code
how can i do this
Are you sure you want to do this? Toungue

Forums & Posts > *pick forum to allow html* > Edit Forum Settings > Under Miscellaneous Options "Yes, allow HTML in posts"
i tried that but its not work
http://community.mybb.com/mods.php?action=view&pid=16

Try this plugin. I'm sure you're trying to add some major HTML, this plugin should help!
(2015-10-07, 12:54 PM)sparkks Wrote: [ -> ]http://community.mybb.com/mods.php?action=view&pid=16

Try this plugin. I'm sure you're trying to add some major HTML, this plugin should help!

im using that plugin but when i write html code in post it dont show me output
What are you trying to add?
<html>
<input type="submit" value "submit" </input>
I will have to warm you that enabling HTML on your forum opens it up to all kind of attacks, one could easily hijack your admin account for example. You might want to find a different way to display a form, like a custom page.