Hi Mark
Here’s my EE template code for this page
<!-- ################ Entry Start ####################### -->
<!-- one entry: -->
{exp:channel:entries channel="blog" limit="2"}
<div class="entry">
<div class="entry-previewimage rounded preloading_background">
<a href="http://single.html">{post_image}</a>
</div>
<div class="entry-content">
<h1 class="entry-heading"><a href="http://single.html">{title}</a></h1>
<div class="entry-head">
<span class="date ie6fix">{entry_date format="%M %d, %Y"}</span>
<span class="comments ie6fix"><a href="http://single.html">{comment_total} Comments</a></span>
<span class="author ie6fix"><a href="http://single.html">by {author}</a></span>
</div><!--entry-head-->
<div class="entry-text">
{post_body}
</div><!--entry-text-->
<div class="entry-bottom">
<span class="categories"><a href="#">{channel}</a>, <a href="#">{channel}</a></span>
<a href="http://{comment_url_title_auto_path}" class="more-link">Read more</a>
</div><!--entry-bottom-->
{/exp:channel:entries}
</div><!--end entry_content-->
</div><!--end entry -->
<!-- ################ Entry End ####################### -->
And here is my original template code
<!-- one entry: -->
<div class="entry">
<div class="entry-previewimage rounded preloading_background">
<a href="http://single.html">files/medium_pic1.jpg</a>
</div>
<div class="entry-content">
<h1 class="entry-heading"><a href="http://single.html">Vienna at Night is beautiful</a></h1>
<div class="entry-head">
<span class="date ie6fix">Dec 04 2009</span>
<span class="comments ie6fix"><a href="http://single.html">3 Comments</a></span>
<span class="author ie6fix"><a href="http://single.html">by Kriesi</a></span>
</div>
<div class="entry-text">
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</div>
<div class="entry-bottom">
<span class="categories"><a href="#">News</a>, <a href="#">Startup</a></span>
<a href="http://page.html" class="more-link">Read more</a>
</div>
</div><!--end entry_content-->
</div><!--end entry -->
i will much appreciate if you guys help me , once i become successful in converting one theme from other CMS to EE i’ll give EE community some really good themes converted by myself.