[TYPO3-shop] CSS Styles

Peter Chodyra info at twojadmin.pl
Thu Dec 14 21:27:53 CET 2006


Hi,

I am trying to write the CSS definitions in the template file 
products_css_en.html. I am adding the definition to the html head. But when 
I use this template it seems to have no effect on the output! I am trying a 
simple test to just make the product title bold and large. Here is the css I 
am using:

<style type="text/css">
<!--
.product_title {
 font-size: 16px;
 font-weight: bold;
}
-->
</style>

and in the BODY i have something like this:

<td bgcolor="#FFFFCC"><div 
class="product_title"><!--###LINK_ITEM###-->###PRODUCT_TITLE###<!--###LINK_ITEM###--></div></td>

Any help appreciated.
Peter 




More information about the TYPO3-project-tt-products mailing list