hi,
i want to get rid of the column headings for each field in the product list page.
basically skip the top row.
<tr class="productListing-rowheading">
<th class="productListing-heading" scope="col" id="listCell0-0">Product Image</th>
<th class="productListing-heading" scope="col" id="listCell0-1"><a href="http://s13.securedview.com/lindasy/index.php?main_page=index&cPath=1&page=1&sort=2a" title="Sort products descendingly by Item Name" class="productListing-heading">Item Name-</a></th>
</tr>
when i delete the relevant (well, what i think is the relevant) code from the product_listing.php page (lines18 -69) it takes out that row AND removes the first product. so if i have 3 products in a category it then only shows two.
i thought of using css to make the words white. or deleting the titles so the cells are empty, but i ideally would like to get rid of the whole row so i dont have extra white space.
does anyone know how to turn the headers off.
thanks!
MM




