Hi all,
I bought a package called webscribble and I'm using it to put classified ads on my website (wicklow.com)
I've managed to make a few mods to the software to display a hit counter for each ad and also a website link for each ad but if you take a look at the webscribble site
http://www.webscribble.com/products/...o/browse.shtml
The ad description is all one long string of text. When you enter an ad, you can press return for a line break but this is not displayed. I think this is to do with stripslashes but can anyone tell me is there a way to allow the ad description to have some simple html in there to make the ads a bit less cramped...
Here are the lines from the source code that display the ad description
$ad_description = censorBadWords(stripslashes($fAd[description]));
$ad_description = wordwrap($ad_description, 70, "<br>\n", 1);
Thanks
Al.


