I have images pulling into site but it seems to be pulling them based on most recent added, is there any way to pull by file name alphabetically?
I'm not too experienced with CF but I am good with HTML/CSS trying to fix some things on a friends site due to a runaway backend developer.
sorry if this doesn't make too much sense.
this is what it currently looks like
<div>
<img width="920" height="300" src="data/images/<cfoutput>#ListGetAt(pic, 1)#</cfoutput>" />
</div>
<div>
<img width="920" height="300" src="data/images/<cfoutput>#ListGetAt(pic, 2)#</cfoutput>" />
</div>
...