Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript anything slider numbers to text Re: anything slider numbers to text

#78300
awaterson
Participant

I added that code. Can you clarify where and how I’d add the text or images to the main body of the html? I placed the code on the index.html switched out

Code:
function formatText(index, panel) {
return index + “”;
}

Thanks for the reply!