the answer is very simple and very realistic, try the Blog Comments comrade comrades watch, lots of empty space on his right, right :z
It's easy, still remember with my previous Creative Ways Links Advertise on Comment Box .Okay straight to how to make it:
- Login to Blogger account with ID friend
- In select Edit HTML Template Designer
- Put a check beside Expand Widget Templates
- Find <b:loop values='data:post.comments' var='comment'>
- More or less like this:
<div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
- Copy-paste the following code above it,
<table border='0' cellpadding='1' height='auto' width='800'>
<tr><td valign='top'>
<div style='width:480px;height:auto;padding:1px; align:left; border:0px solid #999'>
- then more will be as follows:
<table border='0' cellpadding='1' height='auto' width='800'>
<tr><td valign='top'>
<div style='width:480px;height:auto;padding:1px;align:left:border:0px solid #999'>
<br/>
<div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
- width = '800' please adapted to the width of the blog postingsfriend
- width = 480px; tailored to the reduction of the ad
- subsequent search for the last <data:comment.body/>
- More or less like the following:
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:if>
</b:loop>
</dl>
<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
- Then more will be as follows:
<span class='deleted-comment'><data:comment.body/></span><b:else/><p><data:comment.body/></p></b:if></dd><dd class='comment-footer'><span class='comment-timestamp'><a expr:href='data:comment.url' title='comment permalink'><data:comment.timestamp/></a><b:include data='comment' name='commentDeleteIcon'/></span></dd></b:if></b:loop></dl></div></td><td valign='top'><div style='width:210px;height:auto;padding:5px; align:right;border:0px solid #F00;background:#FFF;'>SAVE SCRIPT ADS / BANNER HERE<br/></div></td></tr></table></div><b:if cond='data:post.commentPagingRequired'><span class='paging-control-container'>
- Text in green is the additional code
- Place an ad scripts on the red text
- Save Template friends.