Quote:
Originally Posted by Chuck S ...
You could do what you wish by making a new class and alter whichever templates accordingly sure. |
I did that, but somehow it does not react to this. I exchanged the tddetials class in both showproduct.tmpl and showproduct1.tmpl into a new class and added this new class also in the antique css file. But I do not see differences after that.
Is my new class wrongly decribed in the css file?:
Quote:
.tddetails_trennlinien {
background: #FFFFFF;
color: #000000;
border-color: #800000;
border-style: solid;
border-width: 1px;
}
|