This is the code of the table:
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
How do I have to show this field? I mean... is this OK?
<?php echo ereg_replace("\n", "<br>", $article->f("table")); ?>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
How do I have to show this field? I mean... is this OK?
<?php echo ereg_replace("\n", "<br>", $article->f("table")); ?>