User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.
 

News

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>.

 
dev/boxes/news.txt · Last modified: 2008/02/06 18:29 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki