I cant get FF to use the margins i set, but it looks fine in IE... Im pretty new to CSS and im currently only using Internal CSS which may not be the prettiest but i gota start somewhere. phaostudentministries.com is the site.. (i cant post a live link). Just view source and any ideas would be helpful. As i read through another forum i saw an idea of putting the whole body in div's and that didnt work. Let me know thanks. -Dinny
I would recommend learning more about css and designing without the use of tables. I find it more intuitive and easier to troubleshoot. But if you just want a quick fix, you can add this line in the <style>...</style> section: .margin {width: 400px;}