[ic] CSS Tables

Stefan Hornburg (Racke) racke at linuxia.de
Tue Jun 24 14:21:51 UTC 2008


William Fiore wrote:
> On Tue Jun 24 2008 13:12:16 David wrote:
> 
> "How does the use of [table-organize] exclude the use of CSS
> in your situation?"
> 
> My middle columns of my table have a different style than my outer
> columns and I'm not sure how to accomplish this with the
> [table-organize] tag.

You can assign HTML attributes individually to each of your columns:

[table-organize
     cols=3
     pretty=1
     tr.0='bgcolor="#EEEEEE"'
     tr.1='bgcolor="#FFFFFF"'
     td.0='align=right'
     td.1='align=center'
     td.2='align=left'
   ]
   [loop list="1 2 3 1a 2a 3a 1b"] <td> [loop-code] </td> [/loop]
   [/table-organize]

Regards
           Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




More information about the interchange-users mailing list