Thank CaCoffin
I have upload your change into the same file thank you very much
I did not under stand this
***NOTE: The two code block lines have intentional line breaks added to prevent the page from spreading across three monitors. It should be one long line.
If you mean it dos not support other browser you cold replace this code
code:
$topic=~ s/(
)/n/isg;
$topic=~ s/(
)/n/isg;
$topic=~ s/(</tr>)/n/isg;
by
code:
[qb] $topic=~ s/(
)//isg;
$topic=~ s/(
)//isg;
$topic=~ s/(</tr>)//isg;
[/qb]