08-13-2011, 11:46 PM
Your site is all over the place! You better work on that.
Anyway here's a tip: add a wrapper. It will make everything look so much better. Add this file into the style.css (or whatever you named it) then add it into your pages.
[lua]
#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}
[/lua]
Anyway here's a tip: add a wrapper. It will make everything look so much better. Add this file into the style.css (or whatever you named it) then add it into your pages.
[lua]
#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}
[/lua]