mylcorp
04-13-2013, 05:02 PM
Please, no php (my server does not support)
When using any image viewers all image must be manually added. Example from Image viewer script:
<a href= "http://your url .com/0001.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/0001.jpg"></a>
Format can be copied and pasted for additional images, but must be manuallly edited
<a href= "http://your url .com/0002.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/0002.jpg"></a>
Does anyone have script or macro that would automatically increase selected variable to next integer using a text editor like word or Openoffice?
<a href= "http://your url .com/<previous + 1>.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/<previous +1>.jpg"></a>
It is easy to rename images with successive integers (Photoshop) this would save a lot of time for galleries with many images.
When using any image viewers all image must be manually added. Example from Image viewer script:
<a href= "http://your url .com/0001.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/0001.jpg"></a>
Format can be copied and pasted for additional images, but must be manuallly edited
<a href= "http://your url .com/0002.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/0002.jpg"></a>
Does anyone have script or macro that would automatically increase selected variable to next integer using a text editor like word or Openoffice?
<a href= "http://your url .com/<previous + 1>.jpg"
rel="thumbnail"><img style="HEIGHT: 125px"
src="http://your url.com/<previous +1>.jpg"></a>
It is easy to rename images with successive integers (Photoshop) this would save a lot of time for galleries with many images.