I've seen that you can exclude some tags from the strip_tags function (eg $content=strip_tags($content,"<b><strong><em><i><p><br><ul><li><ol>");) but unsure how to incorporate that into <?php echo strip_tags($Noticeboard->getColumnVal("NoticeboardContent")); ?>
I am am wanting to strip all tags except <a href>....