> but how do I center this part? Hi,
Check this page: http://www.sitepoint.com/forums/showpost.php?p=1239967&postcount=4 Link description: "FAQ :How to centre an existing page horizontally? ... The usual way to centre is to use margin-left:auto and margin-right:auto on the div. However , you will also need to supply a width for the surrounding div otherwise it will not centre, so you will need to supply a width large enough to hold your content including borders and padding etc." Basically you would want to wrap your content with a main container... There is a little-bit more to it than that, but the above link should get you headed in right direction. Above link found here: http://www.sitepoint.com/forums/showthread.php?t=171943&page=1&pp=25 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
