Click to See Complete Forum and Search --> : center....


absolutmgd13
02-13-2007, 12:30 PM
i have no idea why but for some reason i cant seem to figure out why i cant center this page! help please!

http://www.matthewdesmond.com/LM_2col/twocolumn.html

The Old Sarge
02-13-2007, 12:51 PM
Sorry, but without access to your css I can't really tell.

KDLA
02-13-2007, 12:51 PM
Change your CSS to:


body {margin:0;
padding:0;
text-align: center}
#wrap {
margin:0px auto;
margin-top:5px;
width:810px;
text-align: left;}

absolutmgd13
02-13-2007, 03:24 PM
awesome! thank you