Guest Posted February 15, 2008 Posted February 15, 2008 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
CoSmis Posted February 15, 2008 Posted February 15, 2008 Double checking.. you want to get rid of this row?
Guest Posted February 15, 2008 Posted February 15, 2008 Yup. I'm not fussed if I have to leave the row, most importantly need the links gone.
CoSmis Posted February 21, 2008 Posted February 21, 2008 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>
Guest Posted February 21, 2008 Posted February 21, 2008 Open ../includes/header.phpFIND: <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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.