I am trying to make my threaded comments as flexible and templatable as possible. I use an ordered list with the following content per list item.
How could i make it even more flexible for templating with css?
I plan to give every part of the commentfooter its own span
Code:<li> <a name="comment-1.0101"></a> <div id="comment-1.0101" class="commentbox level3"><div class="spanner"> <div class="commentbody">Another reply to make things interesting</div> <div class="commentfooter"><span class="author"><a href="#comment-1.0101">Thierry said on 29 September 2007</a></span><span class="reply"> <a href="#" onclick="replyopen('1.0101'); return false;">Reply</a><a href="#" onclick="giverating('1.0101',this); return false;">+</a>0</span> </div> </div></div> </li>







).



Bookmarks