View Single Post
10-04-2007, 08:16 PM
#9
Amross is offline Amross
Status: Member
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 311
iTrader: 4 / 100%
 

Amross is on a distinguished road

  Old

Code:
body {
     text-align: center;   /* IE Fix */
}

.containerNameHere {
     width: ***px;   /* Width required for margin centering */
     margin: 0 auto;
     text-align: left;   /* Re-align text to the left */
}