How to name an image
-
Hello!
How can I name an image so that when I roll over the mouse on it to appear its name?
The blog I need help with is: (visible only to logged in users)
-
The rollover text is not the file name; it’s the Alt text. I just use the same info as file name, alt text, caption and description.
-
The rollover text is not the alt text either: the alt text is what shows up when the image cannot load or in screen readers.
To create a rollover text you switch the editor to Text (=code) after you’ve inserted the image and turn this:
<img ETC ETC
to this:
<img title="TITLE HERE" ETC ETC
- The topic ‘How to name an image’ is closed to new replies.