Quote:
Originally Posted by StevenLin
I want to put the colored box in the center, but I've tried several css that don't seem to work. How do I put it in the central position instead of in the current left position?
|
I would use the margin-left: <value>
to fake centering , care needs to be taken that the box will always fit the display width (ADE has issues with
auto margins, so be forewarned)