Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Catagories heading


ph1ngering

Recommended Posts

Ok here goes, i have change my Catagories background to an image. The image apears great but doesn't look right.

 

Basically it looks like this:

 

tr

td td

tr

 

tr

td td

tr

 

tr

td td

tr

 

My problem is i need t remove the first and last Rows to make it look right. The first and last rows contain the Corner_left.gif and Corner_right.gif

 

Can any one tell me what fine i can make changes to the table and remove those two rows?

 

Does that make sense

 

Thanks from the NEWBIE...

 

--Craig

Link to comment
Share on other sites

Opp sorry.. Messed up the table in my description.

 

Here is the snipit of code, but not sure what file make the table?

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
   <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>
   <td width="100%" height="14" class="infoBoxHeading">Products</td>
   <td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
 </tr>
</table>

 

Thanks again..

Link to comment
Share on other sites

InfoBox is a class, and that is where the code that calls in the corner images comes from. I would not advise that you alter it.

 

To remove the corner images from the info box, just use any image programme that allows you to save transparent gifs and create one gif in the same size as the three images, and then save it 3 times in images/info box as:

 

corner_left

corner_right

corner_right_left (or left_right can't remember offhand)

 

This will solve your problem.

 

Vger

Link to comment
Share on other sites

InfoBox is a class, and that is where the code that calls in the corner images comes from.  I would not advise that you alter it.

 

To remove the corner images from the info box, just use any image programme that allows you to save transparent gifs and create one gif in the same size as the three images, and then save it 3 times in images/info box as:

 

corner_left

corner_right

corner_right_left (or left_right can't remember offhand)

 

This will solve your problem.

 

Vger

 

Awesome, i have been pulling my hair out... Was over looking the simple solution..

 

Thanks YOU ROCK

 

--Craig

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...