Armadillo and Alt Text

When you are inserting an image into an Armadillo blog post, is it possible to add alt text to the image? I only see the option to add a title and link…but no alt text. @nimblehost

The editor doesn’t provide that option, but you can do so by switching to the “Source” view and specifying the HTML alt tag directly. For example:

<img src="your-image-file.jpg" alt="Your alt text here." />

Hi Jonathan,

I was hoping that there would be a more user-friendly way of doing it for my client, but I guess that will suffice…thanks for replying :slight_smile: