1
           
            
                
     
    
    Can someone tell me why when I try to insert a table in a text box (body of news) the XOOPS insert a br tag at the end of every line.
For example when I insert this table
 <table> 
<tr> 
<td>asasasasasasastd> 
tr> 
<tr> 
<td>asasasasasasastd> 
tr> 
<tr> 
<td>asasasasasasastd> 
tr> 
<tr> 
<td>asasasasasasastd> 
tr> 
table>  
and the browser renders this
 <table><br /> 
<tr><br /> 
<td>asasasasasasastd><br /> 
tr><br /> 
<tr><br /> 
<td>asasasasasasastd><br /> 
tr><br /> 
<tr><br /> 
<td>asasasasasasastd><br /> 
tr><br /> 
<tr><br /> 
<td>asasasasasasastd><br /> 
tr><br /> 
table>  
Tanks