Hello,
Suppose I have table with two columns. I can center this table by using:
margin: auto
But let's say I want second column to appear in the center. How do I do that? Is it possible?
Edited:
Here is what I want to achieve:
-------------------------------------------------------
| |
| ---------------------------------- |
| |1 column| 2column | |
| |1 column| 2column | |
| |1 column| 2column | |
| |1 column| 2column | |
| |1 column| 2column | |
| ---------------------------------- |
| |
| |
-------------------------------------------------------
Second column is in the center of page/div. If this is impossible with tables how to do it with divs?