IE VS FF margin troubles

Discussion in 'CSS' started by crazydinny, Jun 20, 2007.

  1. #1
    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
     
    crazydinny, Jun 20, 2007 IP
  2. evenfall

    evenfall Well-Known Member

    Messages:
    145
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #2
    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;}
     
    evenfall, Jun 20, 2007 IP