How do I center my page please help forums. I'm trying but I can not thank you in advance.
Put this in your CSS file and wrap the div around whatever content you want centered.
.ctr {
margin-left: auto;
margin-right: auto;
}
Edit, text-align will center ALL the text too. I removed it as you just need to center your DIV's.
Edited by user
9 years ago
|
Reason: Not specified