Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to delete the word Categories on the left hand side of the index page?


love_tal1

Recommended Posts

Posted

hello,

i have been searching for a long time with no luck,

could someone help me out please?

 

How to delete the word "Categories" on the left hand side of the index page?

i am planning to put a picture on it instead of the word categories.

 

please help..

 

thank yoU!!

Posted

Sunba,

 

You can remove the Text "categories" by deleting it from the English.php language file.

 

To change the column box headers into an image you will have to create a custom column_left.php file with code similar to this for each box:

 

<table width="190" border="0" cellspacing="0" cellpadding="0" style="margin-right:17px;">

<tr>

<td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td height="52" align="left" valign="middle" style="background-image:url(images/yourfilename.jpg);background-repeat:no-repeat;"> </td>

</tr>

<tr>

<td align="left" valign="top" >

<table width="190" border="0" cellspacing="0" cellpadding="0" style="background-color:#f6e8c3;border-left:1px solid #e3cfb5;border-right:1px solid #e3cfb5;">

 

<tr>

<td valign="top"><?php include(DIR_WS_BOXES . 'categories.php');?></td>

</tr>

 

</table>

 

etc etc etc

 

 

 

 

Chris

Archived

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

×
×
  • Create New...