Make This Look More Pimped Up And Win A Prize

Skill said:
sidorak95 said:
I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png

You have low resolution mate, I'll try to make it work properly for every resolution.

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.
 
reGi said:
Skill said:
sidorak95 said:
I'm on 1024x768. Here's a screenshot:
http://i.imgur.com/9NBit.png

You have low resolution mate, I'll try to make it work properly for every resolution.

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.

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