I am not sure how to frame the title, hope you guys will understand my question. I am looking for something easy alternative instead of manually replacing text in the HTML code of a banner.
For example- Here's the code
<a class="fragment" href="https://applink" target="_blank">
<div>
<img class="imgbor" src ="https://static.geenapp.com/appromo/1250-100.png" alt="some description"/>
<span class="styleraise">App Name</span><span class="styleraise1">Price 0.99$</span>
<div class="textpara">
App description</div>
</div>
</a>
I am looking for something like this (I have created this in photoshop)

So whenever I fill some text in the boxes, it changes in the HTML code. I need to create 100's of these banners and it would be a lot easy this way. Maybe any online service or script that could help me in achieving this.