Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to remove elements from pages


Guest

Recommended Posts

Posted

Hi all,

 

Hope someone can help. My pages have a row with "Specials", "New products", "My account", etc. But the row below it repeats some of these links, how would I delete a whole row of links in oscommerce without altering the layout. (Either just delete the links and leave the row intact or remove the row entirely).

 

An example is http://osc3.template-help.com/osc_18061/

The links are Home - Specials - New products etc

 

Any help will be highly appreciated!

 

Jason

Posted

Yup. I'm not fussed if I have to leave the row, most importantly need the links gone.

Posted

Open ../includes/header.php

FIND:

<tr class="headerNavigation">

 

This section of code will be found near a table creation (<table).

 

Delete the whole section from <table up to </table>

Posted
Open ../includes/header.php

FIND:

<tr class="headerNavigation">

 

This section of code will be found near a table creation (<table).

 

Delete the whole section from <table up to </table>

 

Thanks a lot for the help Cosmis, worked perfectly! Appreciate it.

Archived

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

×
×
  • Create New...