1
Hi all,
I have a great Problem with this modul.
I need to add Tables in News, but it seems to make an additional <TR> for every <TR> I am making in the document.
If you want to see what I mean add this content to a new news artikeland preview it:
le="color: #000000"><?php <table> <tr> <td>Test1</td> </tr> <tr> <td>Test2</td> </tr> <tr> <td>Test3</td> </tr> <tr> <td>Test4</td> </tr> <tr> <td>Test5</td> </tr> <tr> <td>Test6</td> </tr> </table>
The Problem is that I need the Table at the top of the document and NOT on the bottom.
I tried Version 1.3 and the actual Version 1.55.
Is there any update of the News modul or can anyone help me??