Ok try this
body {
text-align: center; /*aligns ie */
}
then have the conatiner as somthing like this
#container {
margin: 0 auto; /*aligns good browser */
text-align: left; /*just makes sure text goes where it should */
width: 600px; /*good to change */
}








Reply With Quote
