Alternating Comments
-
Hello,
Im having some problems with my alternating comments. From what I understand, the only class you use for that is “alt”, but my problem is that I have more than one class for the odd comments.These are my even comments in plain HTML:
<div class="comment_top"></div><div class="comment_middle"> <div class="comment_num">1.</div> <div class="comment_text"> COMMENT TEXTTT </div> </div><div class="comment_bottom">Posted by <a href="#">Elena</a> on April 15, 2008 @ 4:39 pm</div>
And these are my odd comments in plain HTML
<div class="comment_top2"></div><div class="comment_middle2"> <div class="comment_num2">2.</div> <div class="comment_text2"> COMMENT TEXTTT </div> </div><div class="comment_bottom2">Posted by <a href="#">Elena</a> on April 15, 2008 @ 4:39 pm</div>
How can I have alternating comments like this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Alternating Comments’ is closed to new replies.