Sorry if the title isn't clear, I'm making a ST template. I'll try to make it as clear as possible, would be great if someone could understand me and help
I have this code:
PHP Code:
<a href="#url0_group1_categoryALL#100">#description0_group1_categoryALL#<br>
<img src="#pic0_group1_categoryALL#" alt="#alt0_group1_categoryALL#" title="#alt0_group1_categoryALL#">
</a>
now this is a template for 1 thumb, I need to have 100 thumbs on 1 page, and need to change all "0_" to "1_", "2_".... "99_" and so on, and don't want to do it by hand, i want to set X and have a program or something output this line 100 times changing X from 0 - 100.
How do I do it quickly and easily?
Thanks
