Output of News Page fixed
We rewrote the output of the news page within it's view
here is the output
<div id="news-story"> <div id="news-image">[field_news_image_fid]</div> <h3>[title]</h3> [created] <img src="/sites/default/files/icons/comment-count.gif"> ([comment_count]) [teaser] </div>
The CSS is in \\10.0.26.0\ihs\sites\all\themes\zeropoint\css\style-zero.css
/*news page*/
#news-image{
float:left;
margin-right:10px;
}
#news-story {
height:110px;
width:800px;