Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove unwanted space above categories


dabbuhl

Recommended Posts

Posted
it's this image

 

This helped. I was able to find the m17.jpg in the header.php and found the following code:

 

</td></tr>

<tr><td colspan=6 height=12 width=726 bgcolor=#809745></td></tr>

</table>

<table cellspacing=0 cellpadding=0 bgcolor=#A7C45A>

<tr><td valign=top><img src=images/m17.jpg width=12 height=69></td>

<td width=702 valign=top>

<table cellspacing=0 cellpadding=0>

<tr><td colspan=4 width=702 height=0 bgcolor=#DFE9C7></td></tr>

<tr><td width=200 valign=top bgcolor=#DFE9C7>

<table cellspacing=0 cellpadding=0 width=160 align=center>

<tr><td height=0></td></tr>

<tr><td></td></tr>

<tr><td height=0></td></tr>

 

If you see, there are 2 height=0 at the bottom of the code. They were height=6 and when I change them, the spacing went away. I guess they were used for spacers.

 

Thanks for your help.

Posted
This helped. I was able to find the m17.jpg in the header.php and found the following code:

 

</td></tr>

<tr><td colspan=6 height=12 width=726 bgcolor=#809745></td></tr>

</table>

<table cellspacing=0 cellpadding=0 bgcolor=#A7C45A>

<tr><td valign=top><img src=images/m17.jpg width=12 height=69></td>

<td width=702 valign=top>

<table cellspacing=0 cellpadding=0>

<tr><td colspan=4 width=702 height=0 bgcolor=#DFE9C7></td></tr>

<tr><td width=200 valign=top bgcolor=#DFE9C7>

<table cellspacing=0 cellpadding=0 width=160 align=center>

<tr><td height=0></td></tr>

<tr><td></td></tr>

<tr><td height=0></td></tr>

 

If you see, there are 2 height=0 at the bottom of the code. They were height=6 and when I change them, the spacing went away. I guess they were used for spacers.

 

Thanks for your help.

I can't find this code in my header.php which line is it on?

 

Thanks

Archived

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

×
×
  • Create New...