Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Heading Title


jdmicros

Recommended Posts

Posted

I have managed to remove the "Welcome Guest" text and have even played with inserting different text but if I do not insert any text at all, I have a space below the title bar. Can anyone please tell me how I can remove that area (I think is called the Heading Title) completely.

 

My site is located at http://www.jdmicros.co.uk/catalog/

 

Thanks in advance for something which is going to be really obvious to a non-Oscommerce newbie

Posted

Hiya,

 

It's only obvious when you know it already!

 

Look for...

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

which is used throughout oscommerce files to add blank lines.

 

The one you're looking for will be in catalog/index.php (i.e. NOT the one where you edited the text) BACKUP before you change anything - just in case!

 

Hope this helps!

In life, try everything three times...

First, just to see if you like it.

A Second, to see if you were mistaken the first,

And a third, to see if you tire of it quickly...

Posted
Hiya,

 

It's only obvious when you know it already!

 

Look for...

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

which is used throughout oscommerce files to add blank lines.

 

The one you're looking for will be in catalog/index.php (i.e. NOT the one where you edited the text) BACKUP before you change anything - just in case!

 

Hope this helps!

 

Thanks for the help, I removed all of those and a table referencing HEADING_TITLE and it looks a lot better

Archived

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

×
×
  • Create New...