Title: Message
Just been reading about center align, and its problems
The recommendation is
 

margin-left: auto;
margin-right: auto;
width: 80%;
text-align: left;
and a hack
body { text-align: center; }
 
I have always been using
 
left: 10%;
right: 10%;
width: 80%;
text-align: left;
Which seemed to work in all browsers, is this not easier? Is there any reason why I should not do it that way, and work with the hack instead? (just wondering)
 
Taco Fleur
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
 

Reply via email to