Zen Cart Logo
Forums / Customization from the Admin / [Quick Help] Remove Catagories from pages (not EZpages)

[Quick Help] Remove Catagories from pages (not EZpages)

Locked

Views: 1,302

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Dec 2007, 11:17 PM
#1
johnmaggio avatar

johnmaggio

New Zenner

Join Date:
Apr 2007
Posts:
12
Plugin Contributions:
0

[Quick Help] Remove Catagories from pages (not EZpages)

please help me remember how to remove catagories from the pages. I found how many to show per row, but not how to remove them totally...

feeling embarrased :Flush:

5 Dec 2007, 11:44 PM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: [Quick Help] Remove Catagories from pages (not EZpages)

Hhhhmmm seems they may be hardcoded in your template?

<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" width="575">
  <tr>
    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-running-c-18_19.html">RUNNING</a></font></td>
    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-walking-c-18_21.html">WALKING</a></font></td>
    <td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-training-c-18_23.html">TRAINING</a></font></td>
  </tr>
  <tr>
    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/new-balance-mens-ct1002w-p-69.html">COURT</a></font></td>

    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-trail-c-18_22.html">TRAIL</a></font></td>
    <td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-velcro-shoes-c-18_162.html">VELCRO SHOES</a></font></td>
  </tr>
  <tr>
    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-extra-wide-shoes-c-18_163.html">EXTRA 
    WIDE SHOES</a></font></td>
    <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-usa-shoes-c-18_164.html">USA 
    SHOES</a></font></td>
    <td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-golf-c-18_41.html">GOLF 
    SPIKES</a></font></td>

  </tr>
</table>
5 Dec 2007, 11:52 PM
#3
johnmaggio avatar

johnmaggio

New Zenner

Join Date:
Apr 2007
Posts:
12
Plugin Contributions:
0

Re: [Quick Help] Remove Catagories from pages (not EZpages)

Kim:

Hhhhmmm seems they may be hardcoded in your template?

<table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" width="575"> <tr> <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-running-c-18_19.html">RUNNING</a></font></td> <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-walking-c-18_21.html">WALKING</a></font></td> <td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-training-c-18_23.html">TRAINING</a></font></td> </tr> <tr> <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/new-balance-mens-ct1002w-p-69.html">COURT</a></font></td>
<td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-trail-c-18_22.html">TRAIL</a></font></td>
<td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-velcro-shoes-c-18_162.html">VELCRO SHOES</a></font></td>
</tr> <tr> <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-extra-wide-shoes-c-18_163.html">EXTRA WIDE SHOES</a></font></td> <td width="33%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-usa-shoes-c-18_164.html">USA SHOES</a></font></td> <td width="34%" align="center"><font face="Arial" size="2"><a href="http://www.nbbaltimore.com/mens-shoes-golf-c-18_41.html">GOLF SPIKES</a></font></td> </tr> </table> ```

That is my html. I am speaking of the catagories at the bottom of the page generated by Zen-Cart.