SKIP navigation
Buildit
Buildit

This page's main content:

buildit documentation

headlines.easy topic

headlines box

The headlines box can only be used if you have chosen a template of the 'wta_01' variant. The code below is a part of that template by default.

In your template you can add or subtract lines as needed. The code for the 'headlines box' at right look be something like this (do not copy and paste from this page):

<div id="list_headlines"> <div id="lselect_headlines"> <h3><span>headlines.</span></h3> <ul> <li><a href="http://www.unomaha.edu/yoursite/headlines/yyyymmdd_name.php">Headline One</a></li> <li><a href="http://www.unomaha.edu/yoursite/headlines/20050214_name.php">Headline Two</a></li> <li><a href="http://www.unomaha.edu/yoursite/headlines/20050214_name.php">Headline Three</a></li> <li><a href="http://www.unomaha.edu/yoursite/headlines/20050214_name.php">Headline Four</a></li> <li><a href="http://www.unomaha.edu/yoursite/headlines/index.php">Other News</a></li> </ul> </div> </div>