Hello everyone!
Is somebody could help me.i' looking to put alt text on my header image and other image. How do we get to do that.
If it is possible.
Thanks!
Hello everyone!
Is somebody could help me.i' looking to put alt text on my header image and other image. How do we get to do that.
If it is possible.
Thanks!
In includes/languages/english(or your language)/header.php - file find:
Make sure to not delete the set of single quotes that I highlighted in red - enter your alt descriptionCode:// added defines for header alt and text define('HEADER_ALT_TEXT', 'XXXX XXXX XXXX');
Zen-Venom Get Bitten
Found the file and the code, added the text between the quotes, but when I hover over my header (or at least what I believe is the header) nada!
What defines my "header" image is the #logoWrapper, and no alt window pops up there.
Is there some other "define" that I would need to modify here?
thanks so much!
Using FireFox - tools - options - content - de-select "load images" - refresh a page and you will see the alt text.
IE is similar
I think that you are expecting something from this that it is not
Zen-Venom Get Bitten
Once again K, you are correct. I likened it to the HTML alt statement that provides a "pop up" window containing text related to the image!!
Thank you so much! Got it!