maxic0 Posted September 12, 2006 Share Posted September 12, 2006 Hi, i have a news content thing on my website, and here is the CSS code for it![code]#header { background:url(images/header.gif) no-repeat; width:700px; height:30px;}#footer { background:url(images/footer.gif) no-repeat; width:700px; height:30px;}#content { background:url(images/content.gif) repeat-y; width:700px;}p { margin:0px 40px; padding-bottom: 4px; padding-left:20px; line-height:1.5em;}[/code]Now it doesn't work properly..The padding-bottom: 4px; works..But the padding-left:20px; doesn't!Can somone please tell my why this is?ThanksMax Link to comment https://forums.phpfreaks.com/topic/20535-padding-isnt-working/ Share on other sites More sharing options...
ToonMariner Posted September 13, 2006 Share Posted September 13, 2006 send a link or show us some html please Link to comment https://forums.phpfreaks.com/topic/20535-padding-isnt-working/#findComment-90920 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.