I added this to my BlogEngine them. It worked the first time. Now that is amazing. I expect that this will take off for many BE.N site.
<div class="hslice" id="1">
<h1 class="postheader" >
<a class="postheader taggedlink" href="<%=Post.RelativeLink %>">
<div class="entry-title"><%=GetColoredTitle(Post.Title)%></div></a>
</h1>
<div class="date"><%=Post.DateCreated.ToString("MMMM d, yyyy HH:mm")%> by
<a href="<%=VirtualPathUtility.ToAbsolute("~/") + "author/" + Post.Author %>.aspx"><%=Post.Author %></a>
</div>
<!--<div class="entry">-->
<%-- <%=Body %> This has been depreciated so please don't use it anymore. --%>
<%-- Instead use the line below --%>
<div class="entry-content" ><asp:PlaceHolder ID="BodyContent" runat="server" /></div>
<br /><%=Rating %>
<!--</div>-->
</div>
96e2c980-e6e9-41ea-8aaf-ea994ee9e232|2|5.0
.Net, BlogEngine.Net, Microsoft, Visual Studio