Results 1 to 15 of 19
Thread: How to include Alt tag to Image
-
07-24-2012, 02:21 AM #1
How to include Alt tag to Image
Hi,
Have got one problem. Of course, I know how to include alt tag. The basic version is like that:
<img src="" alt="" style="" />
But what is happening when you use image as a background?! like that:
<div style="background-image:url(http://www.best-hotels-travel.com/uploads/3/8/3/2/3832861/9246242_orig.png);width:375px;height:106px;">
how to add alt to the background image ?????????
Thank you for help, in advance
-
07-24-2012, 07:44 AM #2
Freshman
- Join Date
- May 2012
- Posts
- 3
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Sorry, but alt tag is not applied on background image.
-
07-24-2012, 07:56 AM #3
Sophomore
- Join Date
- Dec 2011
- Posts
- 94
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Exactly
Background Images don't need alt
Small explanation
Code:http://kevindees.cc/2011/09/css-background-images-dont-need-alt-text/
-
07-24-2012, 09:32 PM #4
Sophomore
- Join Date
- Jul 2012
- Location
- Alaska
- Posts
- 61
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
I guess it's not possible and not necessary.
-
08-06-2012, 02:07 AM #5
Senior
- Join Date
- May 2012
- Location
- chennai
- Posts
- 511
- Thanks
- 10
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
Alt tag is unnecessary for background image..
-
08-10-2012, 04:16 AM #6
Freshman
- Join Date
- Jun 2012
- Posts
- 44
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Background image doesn't need any alt tag. Y do u need alt tag for it??
-
08-11-2012, 03:48 AM #7
Thats what i was exactly looking for...thanks guys
-
03-21-2013, 07:13 AM #8
Freshman
- Join Date
- Mar 2013
- Posts
- 33
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
alt tag use for image uploading in HTML designing. Here are given code for image uploading.
<img src="image name" alt="Smiley face" height="42" width="42">
-
03-24-2013, 04:31 PM #9
Background images usually dont show any certain thing so programmers assume they dont need any description (alt), but when some photo image does not show or user dont want to load it, the text description (alt) can be very handy.
-
05-03-2013, 01:17 AM #10
Freshman
- Join Date
- May 2013
- Location
- Kerela
- Posts
- 48
- Thanks
- 1
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
I think its not possible to add alt tag for the background image and its not needed. Its better to specify the background image in the css.
eg:
body
{
background:url("http://www.best-hotels-travel.com/uploads/3/8/3/2/3832861/9246242_orig.png");
width:357px;
height:106px;
}
}
-
05-05-2013, 11:24 PM #11
Sophomore
- Join Date
- Feb 2013
- Location
- Philippines
- Posts
- 73
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
It is not necessary, ethics is that we do not include background images using other websites.
-
05-10-2013, 06:07 AM #12
Freshman
- Join Date
- Mar 2013
- Posts
- 26
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
yes background image not support alt tag. you can be use alt tag with web content image.
-
05-15-2013, 08:17 AM #13
Junior
- Join Date
- Jun 2011
- Posts
- 237
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
-
05-31-2013, 10:17 AM #14
Freshman
- Join Date
- Apr 2013
- Posts
- 19
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
-
06-01-2013, 07:58 AM #15
Sophomore
- Join Date
- Nov 2011
- Location
- Pleasanton, CA 94588, USA
- Posts
- 92
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Similar Threads
-
If the image is not on the image folder show "no image"
By Abina in forum ColdFusionReplies: 4Last Post: 11-30-2011, 12:09 PM -
PHP/Include question
By elf in forum Web Development - Programming & CodingReplies: 1Last Post: 01-18-2011, 04:21 PM -
Dynamic Image Creation, Watermark on Image
By manik in forum Web Development - Programming & CodingReplies: 13Last Post: 10-29-2010, 07:57 AM -
Image Link in Google Image
By BrainPulse in forum GoogleReplies: 4Last Post: 05-03-2009, 04:08 AM -
Include this smiley please
By krates98 in forum WebCosmo ForumsReplies: 33Last Post: 12-27-2008, 12:01 AM



Reply With Quote



