This code will remove all the news page design.
My code
Code
<div class="grid">
<h3><a href="$ENTRY_URL$"><span class="jv-title">$TITLE$</span></a><span id="paginate-jvvmcatpro7" class="jv-navigation"> </span><span class="jv-viewall"> $MODER_PANEL$</span></h3>
<div class="grid-col">
<p><a href="$ENTRY_URL$"><img class="image-left image-border" src="$OTHER1$" border="0" width="150" height="180" alt="images" /></a>$MESSAGE$</p>
</div>
<div class="clear"></div>
<div id="contentbut"><a href="$ENTRY_URL$" class="button-big">Read more...</a></div>
<div class="clear"></div>
<div class="line">
<div class="line2">
<div id="contfoo">Added by: <a href="$PROFILE_URL$">$USERNAME$</a>, $DATE$ | View: $READS$ | Comments: <a href="$COMMENTS_URL$">$COMMENTS_NUM$</a>
<?if($RATING$)?>
<div style="float: right; padding: 3px 4px 3px 0;">
<?$RSTARS$('12','/.s/img/stars/3/12.png','1','float')?>
</div>
<?endif?>
</div>
</div>
</div>
</div>
When I remove the code
Code
<img class="image-left image-border" src="$OTHER1$" border="0" width="150" height="180" alt="images" />
The frame are gone. I understand that it will be good for me.If it is not possible to reach to the frame operates correctly.