I'm trying to create a wiki page that contains tables side by side as in a
two column page format. I'm using trac 0.12. In order to do this I set up a
page using nested tables. The following sample code works successfully with
one caveat. The outer table (which is otherwise not visible) is surrounded
by a border. I'd like to remove this border. It seems logical to wrap the
code using a "{{{#!table processor with appropriate styles, but trac errors
out with the message:

 

!#table must contain at most one table

 

Is there any way to get around this? Is there a better processor to use than
"{{{#!td"? Unfortunately because of the way the table processor is
implemented, it seems impossible to apply any styles, classes to the outer
table if there are any nested tables.

 

Working code with undesired surrounding border:

 

{{{#!td
style="border:none;vertical-align:top;padding-right:100px;padding-left:20px;
padding-top:20px;padding-bottom:20px"

= Left Side Table =

 

||='''Column L.A''' =||='''Column L.B'''=||

||Some data||Some more data||

||Miscellaneous stuff||More data||

||Useless info||Stuff||

||Even more stuff||Data||

||Another line||Sample||

}}}

{{{#!td
style="border:none;vertical-align:top;padding-top:20px;padding-bottom:20px;p
adding-right:20px"

= '''Right Side Table''' =

 

||='''Column R.A'''=||='''Column R.B'''=||

||Some data||Some more data||

||Miscellaneous stuff||More data||

 

[[br]]

= '''Second Table on Right''' =

 

||='''Column R.C'''=||='''Column R.D'''=||

||Some data||Some more data||

||Miscellaneous stuff||More data||

}}}

 

 

Thanks,

 

-- Bill --

 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to