Quote:
Originally Posted by Lynne
Then something like you did above to the tcat class:
HTML Code:
.tcat {
border-radius: 5px;}
Since it is a custom style, I have no idea if that will affect other areas and there is no id tag I can use to make it unique to that page. You will need to edit your templates to do that.
|
You are right, tcat is used on other pages too such as the index.
But I have edited the template so on showthread tcat is now like this:
<div class="tcat" id="tcat_showthread">
Can we adjust your code to only work on showthread now?