1
I use XOOPS 2.0.7.3. I am working with articles (the same problem is with WF Section too) module. When I add a table (see below) to the article, table is shown without inner borders (all cells look like a one cell). The same HTML code in IE or FireFox looks fine. Anyone can help?
Example of a table:
le="color: #000000"><?php <table border="2" width="100%" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000"> <tr> <td width="50%">dfsdfd</td> <td width="50%">sdfsdfsd</td> </tr> <tr> <td width="50%">sdfsdf</td> <td width="50%">sdfsdfsdf</td> </tr> </table>