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 Quote Link to comment 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 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.