Robust
Well-known member
Alright, say I have a specific post in a thread I want to add another CSS class to, how would I do that?
Say:
<li id="post-5" class="message">
How can I make it:
<li id="post-5" class="message bestAnswer">
But only for post 5, not for post 4 or 3 or any other posts in the thread.
Say:
<li id="post-5" class="message">
How can I make it:
<li id="post-5" class="message bestAnswer">
But only for post 5, not for post 4 or 3 or any other posts in the thread.