To change appearance of news entries, you must log in a control panel, choose Customize design, find Site News (appearance of entries) and replace code. Here example of news block of our site.
Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="eBlock"><tr> <td style="padding:3px;"><?if($MODER_PANEL$)?> <div style="float:right">$MODER_PANEL$</div><?endif?> <div class="eTitle" style="text-align:left;"><a href="$ENTRY_URL$">$TITLE$</a></div> <table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <?if($IMG_URL1$)?><td style="vertical-align: middle; width: 140px; text-align: center; letter-spacing: 0pt; word-spacing: 0pt;"><div style="padding: 5px; background: none repeat scroll 0% 0% rgb(250, 250, 250); border: 1px solid rgb(196, 196, 196);"> <img src="$IMG_URL1$" width="140"></div></td><?endif?> <?if($MESSAGE$)?><td class="eMessage" style="vertical-align: top; padding: 5px;">$MESSAGE$</td><?endif?> </tr></tbody></table> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td colspan="2" class="eDetails" align="left" width="75%"> <?if($RATING$)?><div style="float:right"><?$RSTARS$('12','/.s/img/stars/3/12.png','0','float')?></div><?endif?> <?if($CATEGORY_NAME$)?>Category: <a href="$CATEGORY_URL$">$CATEGORY_NAME$</a> |<?endif?> Views: $READS$ | <?if($USERNAME$)?>Added by: <a href="$PROFILE_URL$">$USERNAME$</a> |<?endif?> Date: <span title="$TIME$">$DATE$</span> <?if($COMMENTS_URL$)?>| <a href="$COMMENTS_URL$">Comments ($COMMENTS_NUM$)</a><?endif?> </td></tr></tbody></table> </td></tr></table>
Here the example of news looks like.