probably one of the daftest questions on here, with the simplest of answers....
But my header won't align to the centre of the page....
It aligns in dreamweaver, but when I preview it, it is still left aligned...
Can anybody please help... my CSS is below...
html,body{margin:0;padding:0}
body{font: 100% arial,sans-serif; background-image:url(../site_images/bg_large.png); background-attachment:fixed; text-align:center;}
div#wrapper {width:779px;}
div#header {width:779px; height:184px; background-image:url(../site_images/header-bg.png);}
