cmgmyr Posted September 11, 2006 Share Posted September 11, 2006 Please check out www.e-resolutions.org in FF.As you can see there are some spacing problems with the div main and maincontent. I tried setting the top/bottom margins/padding to 0 but it did nothing. Once I put a border around either div, the problem goes away. How do I fix this?Thanks,-Chris Quote Link to comment Share on other sites More sharing options...
obsidian Posted September 11, 2006 Share Posted September 11, 2006 looks like it may be margins on the <p> tags. when you say you did your top/bottom margins, was that on the div or on the p tags? Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted September 11, 2006 Author Share Posted September 11, 2006 Thanks obsidian that was enough to clue me in. :)I added:#main p{ margin:0px; padding:5px;}and it worked. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.