A code generator that will incriminate a value.
EX: l have a ton of images l need to make as thumbnails, with a link so you can click on it, and it will open in a new page. This needs to be done in xhtml so, heres my code
<a href="/images/car-01.jpg" target="_blank"><img class="thumb" src="/images/car-01.jpg" /></a>
<a href="/images/car-02.jpg" target="_blank"><img class="thumb" src="/images/car-02.jpg" /></a>
<a href="/images/car-03.jpg" target="_blank"><img class="thumb" src="/images/car-03.jpg" /></a>
and that goes to about car-61 then about 100 other images with different names in a sequence like this
. Doesn't have to be freeware, but tht is preferable. Money goes to first one who finds a working one.
EX: l have a ton of images l need to make as thumbnails, with a link so you can click on it, and it will open in a new page. This needs to be done in xhtml so, heres my code
<a href="/images/car-01.jpg" target="_blank"><img class="thumb" src="/images/car-01.jpg" /></a>
<a href="/images/car-02.jpg" target="_blank"><img class="thumb" src="/images/car-02.jpg" /></a>
<a href="/images/car-03.jpg" target="_blank"><img class="thumb" src="/images/car-03.jpg" /></a>
and that goes to about car-61 then about 100 other images with different names in a sequence like this
