Im totally stuck with this little thing. The table that holds the products ratingdetails and the image header "ratingsexpanded.gif" seems to be totally invisible.
Does anyone know when you can can change the cellpadding of that table and where you can find it? I can see it in firefox firebug but cant find it anywhere.
in the product.simple.xml.config it looks like this and also looked inside rateit.aspx and nothing there eather
</table>
<div style="padding: 20px 0pt 20px 10px;" ><xsl:value-of select="$pDescription" disable-output-escaping="yes"/></div>
<xsl:value-of select="aspdnsf:ProductSpecs(ProductID, 1, SpecsInline, SpecCall, 400)" disable-output-escaping="yes"/>
<xsl:if test="boolean(/root/Runtime/showproduct)">
<xsl:value-of select="aspdnsf:RelatedProducts(ProductID)" disable-output-escaping="yes"/>
<xsl:value-of select="aspdnsf:ShowUpsellProducts(ProductID)" disable-output-escaping="yes"/>
<xsl:value-of select="aspdnsf:ProductRatings(ProductID, 0, 0, 0, 1)" disable-output-escaping="yes"/> </xsl:if>
</xsltherwise>
</xsl:choose>
thank you