How should I place that HTML correctly? Because I have tried it in different ways, but now everything remains red and no distinction is made between read and unread messages
Code:
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle unread-forum<!-- IF topicrow.S_UNREAD_TOPIC -->unread-forum<!-- ENDIF -->">{forumrow.FORUM_NAME}</a>
Code:
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{forumrow.U_VIEWFORUM}" class="forumtitle unread-forum">{forumrow.FORUM_NAME}</a>unread-forum<!-- ENDIF -->
Statistics: Posted by bennybernaer — Fri Nov 29, 2024 5:31 pm