Do you guys know how to add an Alt Text for images on a repeater which takes the images from a database?
Should I Add a field called ‘Alt Text’ on the Database and insert the keywords only there, should I need a bit of code on the Repeater’s page, or should I add every single image on the repeater and add an Alt Text on the Image Settings for each??
or Should I add this code on the page and add the alt text there too?
$w(“#myImage”).alt = “Alt text”;
Thanks