Questions tagged [alt-attribute]

35 questions
0
votes
3 answers

How do I get ALT attributes for a onClick link?

Consider: Exit Fullscreen I want a hover ALT tag for this Onclick link saying... "Exit Fullscreen"
timbukto
  • 1
  • 2
0
votes
0 answers

how can i map itself on vim/nvim to

I want to map (from the init.vim file) the key to the key ON VIM/NVIM because its closer to my thumb. The only thing I found online was binding , not itself. Is this even possible? I've tried to do :imap or :imap
midi
  • 11
0
votes
3 answers

How to add alt text to images without an ID

I need to add alt text to various images which do not have IDs or anything else to identify the images from one another other there the image file names. Is there a way to add alt text to each image based on what the image file name is? Here's an…
Mickey
  • 13
  • 2
0
votes
0 answers

Alt+Numeric keys press is Not Working in Android App's EditText Field in Java

Alt+Numeric keys press not working inside my app's EditText field. My app has an EditText Field named myEditText. I want to take input of special characters such as à, ç, ü, ö etc.from the physical keyboard(external desktop keyboard). When an user…
Abdul
  • 1
  • 2
0
votes
0 answers

why php code is not working inside the img tag?

Movie poster in this img tag the php code is not working. Hence it is unable to generate the image url from database and as a result cannot…
Tasnim
  • 1
0
votes
1 answer

Generate alt texts for upload images with AI in TYPO3?

I am searching for a way to automatically generate alt texts for images when uploading them in the TYPO3 backend? Is there any extension that can do this, or similar extensions for generating alt texts (probably based on AI)? I am glad about every…
0
votes
1 answer

How can I implement alternative text on an element with a background image?

AIOSEO site health states this image has no alt text tag. How do I fix it and save the change so it solves the issue? Thanks
0
votes
0 answers

How to get Firefox to show broken image icon with alt text?

When an image fails to load on a page, the behaviour of Firefox seems to be to show its alt text if that attribute exists, otherwise it shows the broken image icon. This isn't ideal as the alt text attribute can exist but be empty. Is there any way…
o c
  • 89
  • 1
  • 6
0
votes
0 answers

Add "alt" tag to images wordpress

I'm trying to solve a situation by creating a code that checks and automatically adds alt tag from the name. It works partially, that is, it does what it has to do, but whatever I do, I end up consuming resources, in one way or another. Can someone…
Luk
  • 23
  • 7
0
votes
1 answer

Adding Alt Tags To Carousel

I am trying to add alt tags to a custom boat carousel and boat page on my website. Not sure what PHP I need to add and where to put it. The images on both the carousel and the page are thumbnails. I have boat_page.php and boat_carousel.php which is…
0
votes
4 answers

How do I prevent alt text appearing when hovering over an image?

I've tried adding title="" but my alt text still appears when I hover over the photos in FF and Safari... Anything else I can try? Here's my example page: http://ianmartinphotography.com/test-site/wedding-01/ Thanks!
ian_6500
  • 358
  • 2
  • 10
  • 21
0
votes
2 answers

What valid alt attribute should be for each image in a slideshow?

In a website directory, every business has a slideshow with several images. If I don't know what kind of picture is in each case, what should be the best way to handle the alt attribute for each image/link? Example (edited)
0
votes
0 answers

Img alt attribute localization failed on asp.net

I want to localize the img alt attribute on an asp.net project so it could be multilingual. I want it preferably to be in LocalResources and not Global. Also i want to know if this can happen without making the img to asp:Image.
Thomas Athanasiou
  • 121
  • 1
  • 2
  • 11
0
votes
3 answers

why is the alt attribute not always properly displayed

So I have this php script that output an html table with data about some files (like filename, filesize, etc...) I have this javascript function that displays the picture when you hover a tag belonging to the class "preview". For example, if a…
Pierre
  • 4,976
  • 12
  • 54
  • 76