Hi I recently uploaded the Hybrid News template from Btemplates.com - "http://btemplates.com/2009/08/06/hybrid-news" I managed to set everything up but theres one small thing bugging me, I've been trying hard to figure out how to add three dots (...) after the post summeries on the front page. e.g: the post summary paragraph should look like this with the three dots at the end... Mind you, I'm not an expert at html and xml codes. But i figured out the area of codes that I have to edit: <div class='post-body entry-content'> <b:if cond='data:blog.pageType != "item"'> <div expr:id='"summary" + data:post.id'><data:post.body/></div> <script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>"); </script> </b:if> <b:if cond='data:blog.pageType == "item"'><data:post.body/> </b:if> HTML: I tried putting the three dots after the post.body code <data:post.body/>...</div> HTML: and when I preview the template I saw no changes. However if I put the three dots before the post.body code <div expr:id='"summary" + data:post.id'>...<data:post.body/></div> HTML: and when I preview the template I see the three dots before the post summeries. It's been driving me crazy for a while because I can manage to put the dots before the summaries but I can put them after the summaries, so I thought I should ask you guys for help.