PDA

View Full Version : margin and padding issues with phpbb


sportsfanatic54
10-02-2007, 06:46 PM
I'm having some issues with the margin and padding in phpbb... if you switch between say the homepage and the forums page on this site: http://www.pzproductions.com you'll see that the forums nav and content is too far from the top and not far enough to the left.

I cant seem to figure out how to fix this issue, the CSS is set to:


*, html {margin:0; padding:0;}
html,body {margin:0; padding:0;}
table,tr,td {margin:0; padding:0;}


but none of these things has fixed the issue, what am I missing?