Thanks again for your help, I just needed the text a bit smaller. Here's the code I'm using at
www.buyspace.com - This exactly replicates the content on the blogs page. The only problem I have now is that the control automatically sets the browser title to include "Blogs" which is OK but I'd like to remove it eventually and add "Home". Any pointers for a new community? Cheers!
<
Blog:AggregatePostList PageSize="3" SortBy="MostComments" runat="Server" id="Aggregatepostlist2">
<SkinTemplate>
<Blog:AggregateList TitleTextLength=22 EnablePager=false id="Posts" runat="Server">
<SkinTemplate>
<asp:Repeater id="Posts" runat="Server" >
<HeaderTemplate>
<div class="CommonSidebarArea">
<h4 class="CommonSidebarHeader">Add Title Here</h4>
<div class="CommonSidebarContent">
<ul class="CommonSidebarList">
</HeaderTemplate>
<ItemTemplate>
<li>
<asp:HyperLink Runat="server" id="TitleLink" />
</li>
</ItemTemplate>
<FooterTemplate>
</ul>
</div>
</div>
</FooterTemplate>
</asp:Repeater>
</SkinTemplate>
</Blog:AggregateList>
</SkinTemplate>