I have a few hundred images and want to display them on a page I have on my website. This is simple to do, it would just take AGES to do by hand. Here is an example of what I need to write.
<a href="layout/img/motiv/1.jpg"><img src="layout/img/motiv/1.jpg"></a>
The ONLY thing that has to be changed is the digit. They are all the same format and in the same location. Is there a program that I can input this code into and it will give me one back that I can copy and paste?
<a href="layout/img/motiv/1.jpg"><img src="layout/img/motiv/1.jpg"></a>
The ONLY thing that has to be changed is the digit. They are all the same format and in the same location. Is there a program that I can input this code into and it will give me one back that I can copy and paste?