shayrgob Posted March 26, 2010 Share Posted March 26, 2010 check out my site at http://www.importwerks.com There is padding above, to the left, and below the left column that I can't get rid of. Anyone run into this? thanks! Link to comment Share on other sites More sharing options...
shayrgob Posted March 26, 2010 Author Share Posted March 26, 2010 here is the CSS for the sidebar: #left { background-color:#1e1e1e; top: 0px; left: 0px; padding-bottom: 0px; margin: 0px; } I also tried padding: 0px; but that didn't work either. Link to comment Share on other sites More sharing options...
♥mdtaylorlrim Posted March 26, 2010 Share Posted March 26, 2010 I think what you are seeing is the cellpadding of td.main I don't think it has anything to do with the left column css. Could be wrong... Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...? Link to comment Share on other sites More sharing options...
germ Posted March 26, 2010 Share Posted March 26, 2010 here is the CSS for the sidebar: #left { background-color:#1e1e1e; top: 0px; left: 0px; padding-bottom: 0px; margin: 0px; } I also tried padding: 0px; but that didn't work either. It's in the main table the left column is in: <table border="0" cellpadding="3" cellspacing="3" width="100%"> <tbody><tr> <td id="left" bgcolor="#1e1e1e" valign="top" width="125"><table border="0" cellpadding="0" cellspacing="0" width="125"> <!-- left_navigation //--> The 1st line in that code needs to be: <table border="0" cellpadding="0" cellspacing="0" width="100%"> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
shayrgob Posted March 26, 2010 Author Share Posted March 26, 2010 germ: that did that trick. i actually tried changing it to 0 one at a time instead of both at the same time. doh thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.