Topic: Display Unique Image with each article
Is there a variable or way to post a unique image with a news article?
<h3>[link]{title}[/link]</h3>
<div class="news_posted_date"> posted on {date}</div>
<div class="news_image_float">
<div class="image_border">
[img]images/template/news_placeholder.jpg[/img]
</div>
<div class="image_text"> Placholder text. </div>
</div>
<div>
<p>{full-story}</p>
</div
^ i want to be able to place an {image} tag or something where the placeholder image is, so i can use a different photo for each news article?
If anyone knows how to do this, much appreciated. Thanks.