This BOX is present on news.html and contains a list of the latest articles. This is presented similarly to a blog. This BOX and the latest news BOX both have a class name .news to make it easy to get typographical consistency for things like the .date or .strapline.
An example listing:
<ol> <li> <div class="date">22/01/2008</div> <h3 class="headline"><a href="/news/headline_short/news-article" title="News article">A News Article</a></h3> <a href="/news/headline_short/news-article"><img alt="..." src="..." width="100" height="100" /></a> <p class="strapline"></p> <div class="body" >......</div> <p class="more"><a href="/news/headline_short/news-article">Continue reading...</a></p> </li> </ol>
When a user clicks through to the single news article page it will follow the body layout conventions except with the .date container above the <h2>.