
feature graphic.
The feature graphic is any image file with a dimension of 275px wide by 183 px high. The dimensions must be exact. Note that you can only use the 'feature' option with the 'wta_01' template. By default, that template has this code, and a placeholder image. Save your image as a JPEG or GIF as [yoursite/img/feature/filename.jpg]). Yes, another new folder. You will need to look at the 'inside.>Code>Feature' link at left for information on how to form your 'feature box'.
The code for the 'feature box image' at right would be something like that in the highlighted area of the 'feature box' code (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>