#container{ margin-top:87px; margin-left:auto; margin-right:auto; width:449px; }
"patriotfan" said:Thanks, that solved it
In FF it is centerd. Here is the page in question: http://www.pfmashup.co.cc/php/minifolio/index.html
try adding:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
to the top of your HTML, see what happens.
awesome :)