Quote:
Originally Posted by Lynne
You can't just put that at the top of FORUMDISPLAY. It needs to go within the <head> tags. Also, I told you to find the class you need to change. I *know* it is not called "yourclass" So, there is no way that will work if you don't put in a valid class.
|
ok not sure if this is right but its not working.
couldnt fit all the code but here is where I put it in forumdisplay
<if condition="$forumid == 110">
<style type="text/css">
.forumdisplay{color: pink;}
</style>
</if>