Fork me on GitHub

why can't i use html?  Bottom

  • when i edit the admin messages and put HTML links into the text field it shows up as the HTML source on the page i would like the link on its the same with images any way to sort this problem out?
  • go to settings, and check which HTML u allow on the site. u have to allow WITH PARAMETERS
  • It needs to including the " "

    Like:

    Code

    <img src="your_image_location" alt="text_bla_bla" width="194" height="21" />


    This will not work:

    Code

    <img src=your_image_location alt=text_bla_bla width=194 height=21 />

This list is based on users active over the last 60 minutes.