is it possible, when entering html code in news "story", this to be recognized by page as html coding and treated as such?
e.g. in the news "story" when entering :
<table border="1" width="100%">
<tr>
<td>test</td>
</tr>
</table>
this to be displayed as a table in the index.php page (to be drawn a table) and NOT the above coding to be shown as if it is a text (which happens now)