I super-appreciate the reply!
That's a great idea about creating users with limited abilities. I guess I'll jump off that bridge when I get to it.
I'd rather not install some mod or add-on that could potentially be destroyed with an update. Really, all I'm trying to do is have EVERY instance of a product list in my store spit out the following html (dynamic stuff is enclosed in *'s):
HTML Code:
<div class="store-item" id="desc-*pRODUCTiD*">
<img src="*pRODUCTiMAGE*" width="*pREDETERMINEDbYaDMINsETTING*" height="*pREDETERMINEDbYaDMINsETTING*" alt="*pRODUCTnAME*" title="*pRODUCTnAME*" border="0" />
<div class="description">
<div class="innerdescription">
<h3>*pRODUCTnAME*</h3>
<p><a href="*lINKtOpRODUCTpAGE*">> Interested in this item?</a></p>
</div>
</div>
</div>
Is that really not that simple?