Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Left Column Padding - Can't get rid of white space!


shayrgob

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...