Posted on: 04/14/05 11:30am
By: Strike
I'm trying to get my forum to accept the html tag. I do have it defined in the main config.php file as:
'pre' => array(),
'img' => array('src' => 1, 'alt' => 1)
);
It still does not work, and forum html is enabled. Any ideas?
Forum HTML
Posted on: 04/14/05 06:51pm
By: Blaine
Does this html work in a story?
Forum HTML
Posted on: 05/05/05 12:37pm
By: thorne
Blaine, I probably should have started a new topic but here it goes. is there anyway to sanitize the html that users put in the forum. For example currently if users leave off the end quote in the a href tag, the post layout gets screwed up.