Hello Milbo,
Thank you very much for your reply!
I tried your code but it didn't work...
then i tried this code :
if($closeDelimiter) { ?>
<table>
</fieldset>
<?php
} else {
?>
<fieldset>
<span class="userfields_info"><?php echo $field['title'] ?></span>
<?php
$closeDelimiter = true;
$openTable = true;
}
I think the problem is the </table>
When i used your code i had the same problem but when i replaced the </table> with <table> the problem dissapeared...