I'm around and round we go
Moderator
Dec 28, 2013 13:25:30 GMT -5
I found an easy way to split posts by just using CSS

You should be able to just past this into the top of your Stylesheet and have it match your forum's design, but of course you can do as many edits as you like.
/* Split & Divide Posts */
.container.posts .control-bar,
.container.posts .content,
.container.posts span.labels,
.container.posts .content table tbody tr.post td { border: none !important; }
.container.posts .content,
.container.posts .content > table.list { background-color: transparent !important; }
.container.posts span.labels { width: 100%; text-align: center; }
.container.posts .content table tbody tr.post {
.rounded-corners(@content_area_border_radius);
border: @posts_separator_border;
display: block;
margin-top: 20px;
}
To
increase the gap, increase this part:
margin-top: 20px;To
adjust the border, adjust the
Post Separator in the Visual editor (or simply add your own if you are savvy with CSS).

If you have any other questions, let me know!
Enjoy.
Dec 8, 2014 3:55:55 GMT -5
Any idea how to do this with messages as well? 
NVM! I figured it out! #smart