1
zeroram
Problem Using Tables on Xoops
  • 2005/10/12 21:09

  • zeroram

  • Friend of XOOPS

  • Posts: 326

  • Since: 2004/6/30


Can someone please tell me, what module is compatible with HTML Tables

i try to add tables using tinycontent,smartsection,wfchannels...etc

and all of them brake the table

example:http://www.chilejoven.com/modules/tinycontent/

2
DonXoop
Re: Problem Using Tables on Xoops

I've done tables plenty of times and it works fine. How are you setting it up? Even in a custom block you can use tables.

If the doc type setting is HTML you can do it the normal way.
le="color: #000000"><?php <table border="1"> <tr> <th> TH 1</th><th> TH 2</th> </tr> <tr> <td> blah blah </td><td> Column 2 </td> </tr> <tr> <td> more blah </td><td> Column 2 row 3 </td> </tr> </table>


should work fine.
no max no bling. goes double for mik. triple for the insane aliases of said lunatics
===========================
Not around here anymore. Way too many idiots, so sad.

3
zeroram
Re: Problem Using Tables on Xoops
  • 2005/10/12 21:48

  • zeroram

  • Friend of XOOPS

  • Posts: 326

  • Since: 2004/6/30


The table you post work fine with tinycontent :)

but why this code does not work??

i try with ' or with " , still does not work


le="color: #000000"><?php <TABLE class=texto1 cellSpacing=1 cellPadding=3 width=98% align=center border=0> <TR> <TD class=boxVII colSpan=6>Llave C</TD></TR> <TR bgColor=#999999> <TD class=texto2 width='4%'></TD> <TD class=texto2 width='11%'>Fecha</TD> <TD class=texto2 width='18%'>Ciudad</TD> <TD class=texto2 align=middle width='36%'>Partido</TD> <TD class=texto2 align=middle width='11%'>Resultado</TD> <TD class=texto2 align=middle width="20%">Árbitro</TD></TR> <TR style='COLOR: #000000' vAlign=top align=left> <TD><FONT color=#000000>1</FONT> </TD> <TD>01.02.05<BR>20.15</TD> <TD>Quilmes-Buenos Aires</TD> <TD>Quilmes - Colo Colo</TD> <TD align=middle><FONT color=black></FONT></TD> <TD></TD>4</TR> <TR style="COLOR: #000000" vAlign=top align=left> <TD><FONT color=#000000>7</FONT> </TD> <TD>08.02.05<BR>20.00</TD> <TD>Santiago</TD> <TD>Colo Colo - Quilmes</TD> <TD align=middle><FONT color=black></FONT></TD> <TD></TD></TR></TABLE> <P>&nbsp;</P>