/ Published in: CSS
Fixed width div centered on the page. Text align is left justify inside the div.
Expand |
Embed | Plain Text
body {text-align:center;} div#everything {text-align:left;width:960px;margin:0 auto;}
Comments
Subscribe to comments
You need to login to post a comment.

Just what i am looking for!