I have this css
but when i put some lorem in the content box, it pads the left side, but not the right side, and it just overruns it. what am i doing wrong?Code:.topcontent { background-image:url(images/topcontent.gif); background-repeat:no-repeat; width:623px; height:29px; margin-top:12px; } .midcontent { background-image:url(images/midcontent.gif); background-repeat:repeat-y; padding-left:15px; padding-right:15px; width:623px; } .bottomcontent { background-image:url(images/bottomcontent.gif); background-repeat:no-repeat; width:623px; height:30px; }





lol.
Reply With Quote
