Adding New Blocks Before Older Blocks

Permalink
Hi, I'm working on converting a site to Concrete5. One of my pages has a repeated div class that is updated with newer before older. I have the blocks with in the area wrapping with that class and it looks great. When I add a new block it goes on to the end but I'd like to add each block before it's previous block.

Example:

<div class="class">3</div> <div class="class">2</div> <div clas="class">1</div>



If anyone has an idea as to how I can append to the beginning instead of the end it'd be a great help!
Thanks!

tylertyphoon
 
mesuva replied on at Permalink Best Answer Reply
mesuva
This seems to be able to do the trick, including in 5.5.x:
http://www.concrete5.org/community/forums/usage/add-to-top/#179576...
tylertyphoon replied on at Permalink Reply
tylertyphoon
Ah yes, works great! Thank you!