Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CenterShop or something else causing 3px padding?


designbysue

Recommended Posts

Please visit www.patinballwarehouseny.com/index.php. There is an additional 3 px padding of the table color behind the html header of my site. I have used Firebug and found the header to be to he 800px x 96 px as I want but the actual area around the header is 806 x 102. I have set up the width of the cart as 800. I have searched and cannot find where this extra 3px padding (or spacing) is coming from. I want the header to sit directly on the darker background color. (The HTML is showing table1 as having 3px padding and 3px spacing, but where is table1? Can someone help me clean this up please/ I sure hope so as I have spent way too much time on such as simple thing.

 

All help greatly appreciated,

Sue

Link to comment
Share on other sites

Please visit www.patinballwarehouseny.com/index.php. There is an additional 3 px padding of the table color behind the html header of my site. I have used Firebug and found the header to be to he 800px x 96 px as I want but the actual area around the header is 806 x 102. I have set up the width of the cart as 800. I have searched and cannot find where this extra 3px padding (or spacing) is coming from. I want the header to sit directly on the darker background color. (The HTML is showing table1 as having 3px padding and 3px spacing, but where is table1? Can someone help me clean this up please/ I sure hope so as I have spent way too much time on such as simple thing.

 

All help greatly appreciated,

Sue

This code for your header:

 

<div align="center">
<table border="0" width="800" id="table1">
<tr>
	<td>
		<img border="0" src="images/catalogheader_01.gif" width="280" height="96"><a href="http://www.paintballwarehouseny.com/index.php" onmouseover="on('image1');" onmouseout="off('image1')"><img src="images/homeup.gif"  border="0" name="image1" width="80" height="96" alt="Home" </a><a href='https://www.paintballwarehouseny.com/shopping_cart.php?osCsid=10e93b942e62889168a1ed7da19cda5f' onmouseover="on('image2');" onmouseout="off('image2')"><img src="images/cartup.gif"  border="0" name="image2" width="72" height="96" alt="Cart" </a><a href='https://www.paintballwarehouseny.com/account.php?osCsid=10e93b942e62889168a1ed7da19cda5f' onmouseover="on('image3');" onmouseout="off('image3')"><img src="images/accountup.gif"  border="0" name="image3" width="116" height="96" alt="My Account"</a><a href='https://www.paintballwarehouseny.com/checkout_shipping.php?osCsid=10e93b942e62889168a1ed7da19cda5f' onmouseover="on('image4');" onmouseout="off('image4')"><img src="images/checkup.gif"  border="0" name="image4" width="100" height="96" alt="Check out" </a><img border="0" src="images/catalogheader_06.gif" width="152" height="96"></tr>
</table></div>

 

Should be something like this for the first two lines:

 

<div align="center">
<table border="0" width="800" cellpadding="0" cellspacing="0" id="table1">

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...