If you don't want to have portal news contracted, like I.
I want's to be portal news extracted.
You must chage file 
/styles/procyan/template/portal/block/center_news.html
 
search and delete all from the top of file
 	  | Koda: | 
		  | <script>
 // <CDATA>
 </script>
 <style>
 .news-accordion-content {
 min-height: 3em;
 overflow: hidden;
 line-height: 1.6em;
 }
 
 .news-accordion-content th {
 font-weight: normal;
 font-style: italic;
 padding-bottom: 2px;
 }
 
 .news-accordion-topictitle {
 font-size: 0.9em;
 font-weight: bold;
 }
 
 #news-accordion h5 {
 font-weight: bold;
 font-size: 11px;
 }
 </style>
 
 | 
 
and search 
 	  | Koda: | 
		  | <tr> <td><table>
 <tr>
 <td><div> <span><a><img></a></span> </div>
 <div> <span>{news_row.OPEN}<a>{news_row.L_READ_FULL}</a>{news_row.CLOSE}  <a>{L_COMMENTS}: {news_row.REPLIES}</a>  •  <a>{L_POST_REPLY}</a>  •  {L_TOPIC_VIEWS}: {news_row.TOPIC_VIEWS}</span> </div></td>
 </tr>
 </table></td>
 </tr>
 </table>
 
 | 
and add after
 	  | Koda: | 
		  | <br> <hr> <hr> <hr>
 
 |