Centering Help!!!

kiko_friendly

New Member
Hello, I designed this page with a small monitor and it was right in the center of the page, but when I look at it on a larger monitor its way to the right. Is there a way I can Get it to always stay centered no matter the screen res? The site is on my server at: http://www.boyleswebdesign.com/Computer/Expresscomputercare.html

Gracias, Jake

Not the way you've coded it. Centering with CSS is not possible - just with text.

Just put the whole lot in a table and centre your table. Don't use the position: absolute; thing because that just means you can't centre it.
 

butteredsausage

New Member
He is right, not the way you coded it. If you use div or table you can align center. with absolute positioning, you are going to get what you define everytime.
 
Top