Actually, tables will follow *most* css rules, when placed in them.  Before the built-in HTML parser that allows you to escape out and paste in some of your own style text (see my page for an example: <a href="http://moinmo.in/RickVanderveer">http://moinmo.in/RickVanderveer</a>), using a table with invisible border was a fairly common way of doing text aligning.<br>
<br>There's a HelpOnTables page that will give you some hints (<a href="http://moinmo.in/HelpOnTables">http://moinmo.in/HelpOnTables</a>).  And, of course, the example on my page (above) shows the syntax for floating a table right.<br>
<br>-Rick<br><br><br><br><div class="gmail_quote">On Thu, Jan 8, 2009 at 4:38 PM, Karl Auer <span dir="ltr"><<a href="mailto:kauer@biplane.com.au">kauer@biplane.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I stuck this in my CSS file:<br>
<br>
table.noborder td {<br>
    border:none;<br>
}<br>
<br>
It's really useful for formatting text that won't line up any other way,<br>
especially with images. I vote for it to be in the default themes :-)<br>
<br>
Or if there's some other, better way of turning off borders on tables,<br>
please let me know! Or of controlling table border thickness - that<br>
would be good too.<br>
<br>
Oh - and aligning tables! Not the contents within the cells, but the<br>
table itself. For example, placing a table to the right instead of the<br>
default left. It seems one can indent, but not centre or align tables.<br>
Using {{{#!wiki center ..." doesn't seem to affect tables.<br>
<br>
Regards, K.<br>
<font color="#888888"><br>
--<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
Karl Auer (<a href="mailto:kauer@biplane.com.au">kauer@biplane.com.au</a>)                   +61-2-64957160 (h)<br>
<a href="http://www.biplane.com.au/%7Ekauer/" target="_blank">http://www.biplane.com.au/~kauer/</a>                  +61-428-957160 (mob)<br>
<br>
GPG fingerprint: 07F3 1DF9 9D45 8BCD 7DD5 00CE 4A44 6A03 F43A 7DEF<br>
</font><br>------------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It is the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://p.sf.net/sfu/Xq1LFB" target="_blank">http://p.sf.net/sfu/Xq1LFB</a><br>_______________________________________________<br>
Moin-user mailing list<br>
<a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/moin-user" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
<br></blockquote></div><br>