SKIP navigation
Buildit
Buildit

This page's main content:

buildit documentation

feature code.easy topic

The feature box can only be used if you have chosen a template of the 'wta_01' variant. If you've got that template, then this code is inserted by default, and you can just edit, or delete it as you see fit. Your image must be exactly 275px wide and 183px high

feature box

The code for the 'feature box' at right would be something like this (do not copy and paste from this page):

<div class="feat">
<img src="img/feature/filename.jpg" alt="Feature Image" width="275" height="183" />
<div class="feat_txt">
<p class="box_77"><strong>Headline</strong></p>
<p class="date">optional credit or date</p>
<p class="box_77">your lead in, or article</p>
<p class="feat_77_links"><a href="news/features/archive.php">optional link to past features</a></p>
</div>
</div>