• Welcome to ForumKorner!
    Join today and become a part of the community.

Make This Look More Pimped Up And Win A Prize

reGi

User is banned.
Reputation
0

I just checked out the code with firebug again, and saw in you got this:

#content {

margin-left:600px;
margin-right:600px;

}

remove both those and add

margin:0 auto;
width:800px;

That should look pretty good.
 

Steelmob

Member
Reputation
0

Thank you. I'm currently making something else right now but that is helpful . I'll update it soon.