Hello,

I am trying to make a table similar to the following:

+---------+--------------+
|     abc | defg         |
+---------+--------------+
|    abcd | efg          |
+---------+--------------+
|   abcde | fg           |
+---------+--------------+

Where the first column is right-aligned and the second column is left-aligned.  
I do not want this for every table in my docs, so a
simple CSS hack is out (unless I could specify a css class to use).  Is there 
any way to do the equivalent of "wrapping" the table
in a "<div>" block with a specified CSS class?  Is there some other approach I 
should be taking here?

I have tried using the tabularcolumns directive, but that does not appear to 
work for HTML output.

Any comments or suggestions would be greatly appreciated.

Thanks,
--James


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to