
Originally Posted by
DML73
You are right, this is the html I have in the start of my product description:
<div class="ProductPagesLinksTable">
<table>
<tr>
<td><a href="downloads/wzr-hp-ag300h_DS.pdf">View Datasheet</a> <img src="images/pdf.jpg" width="16" height="16" alt="PDF" /></td>
</tr>
<tr>
<td><a href="index.php?main_page=page&id=17">Available Downloads</a> <img src="images/dow.gif" width="13" height="13" alt="download" /></td>
</tr>
</table>
</div>
and this is what I put in the css:
#productListing .ProductPagesLinksTable {display:none;}
but still the text shows on the product listing page. Am I doing something wrong?