Tagged Questions
The alt tag has no wiki summary.
5
votes
4answers
1k views
SEO title vs alt vs text
Does the title attribute in a link do the job of the real text in the link for SEO?
i.e
<a href="..." title="Web Design">Web Design</a>
is it the same as:
<a href="..." title="Web ...
4
votes
1answer
125 views
How can I only get the alt attribute of the a p tag in PHP?
I'm working on a script that echo's only the price.
If I do:
$alttag = $oNode['p'];
echo $alttag;
It will echo everything in <p></p>.
So it will echo:
roodmerk of cafeïnevrij
pak 500 ...
4
votes
4answers
529 views
.NET Simulate Ctrl+Alt+Del Sendkeys
all is said in the title, how can I simulate the combination Ctrl+Alt+DEL?
I tried this:
SendKeys.Send("^(%({DEL}))")
SendKeys.Send("^(%{DEL})")
SendKeys.Send("^%{DEL}")
But none worked. I am ...
2
votes
3answers
53 views
Is is good to use local language on the alt tag?
Sometimes, we have to do multi-lingual content in e-newsletter.
Is is good to use local language on the alt tag?
or just plain English.
2
votes
1answer
212 views
Using Eclipse on the Mac and the Alt Key in mappings
One thing that has always frustrated me with using Eclipse on the Mac is the keyboard mappings that require the Alt or Option key. I'm used to using Eclipse in a Linux environment, and using that key ...
2
votes
1answer
133 views
JSF2 ignores empty alt attribute
I have a jsf snippet:
<ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets">
<!-- Yandex.Metrika -->
<img src="//mc.yandex.ru/watch/xxx" ...
1
vote
2answers
37 views
How to style alt text color?
I want to style alt text color of map area image -> alt="Victoria's Secret"
By default is blue, but I want to be red!
I tried some methods without sucess... Any help?
This is my code:
<map ...
1
vote
1answer
87 views
CSP Channels with native threading in Python
I'm looking for an implementation of CSP channels on top of native threads in Python. I've seen a few libraries about but they include everything but the kitchen sink.
Specifically, I'm looking for ...
1
vote
3answers
75 views
Alternate text for iframes
We have alternate text(alt tag) for img tag in html, which will show up when the image doesn't come up. I tried using the tag with iframe too.
Eg: <iframe src="www.abc.com" alt="Web site is not ...
1
vote
1answer
74 views
opencart's shopping cart does not have an inbuilt “alt” tag editor. Will the .jpg file name be adequate enough for search engine optimization?
Are jpeg file names that are used instead of alt tags a viable way for image SEO? For instance, would placing keywords within the filename like this:
...
1
vote
0answers
55 views
Disabling Windows Alt-Codes in PDCurses
I was using PDCurses, and noticed that the library specifically defines the Alt-Numpad buttons. When implementing these buttons, however, I found that while using getch(), once you release the Alt-key ...
1
vote
1answer
74 views
jquery use image alt text as link anchor text
i'm trying to use an image's alt text and use it as the text for its corresponding anchor tag.
this would be used at some point in a slide show.
this is what i have so far, but it's inserting the ...
1
vote
1answer
63 views
Sharepoint SearchBox Alt Text
How can I replace default alt text of sharepoint search box that displays when hovering on it as shown in this picture:
Which property of this webpart should I change?
1
vote
1answer
48 views
which elements are alt/longdesc/title/text valid to be used with?
In writing javascript based apps, I'm often finding that I want to include information with an element that is not really appropriate as an id or a class, and I am wondering how to best include that ...
1
vote
3answers
671 views
Alt key shortcuts not working on gnome terminal with Vim
I'm running Vim on a gnome terminal. But the alt key mappings are not working.
For example (this is just an example):
:imap <A-i> <Esc>
It works fine in GVim. But when I run the same ...
1
vote
2answers
834 views
ASP.net gridview image button alternative text
Hi Dear Professionals;
There is a AlternateText property in image-buttons so that while hovering mouse on image buttons, alternate text could clarify the functionality of the button.
I want to do so ...
1
vote
3answers
2k views
css background image alt attribute
This is one I have not had to tackle before. I need to use alt tags on all images in a site including those used by css background-image attribute.
There is no CSS property like this as far as I ...
1
vote
2answers
213 views
Jquery condition to replace title tags
I have been scratching my head trying to get Jquery to conditionally search and replace title tags in a document. Essentially I want Jquery to go through a list of image tags, check if the image tag ...
0
votes
0answers
25 views
As if ALT doesn't get released - using shortcut keys / Alt+key combination
My .net (C#) GUI has both Alt+n and Alt+a defined as shortcuts(E.g. two buttons named "&Add" and "&Notes").
The problem is that after the user clicks Alt+n and the corresponding code ...
0
votes
0answers
28 views
Is there any way to detect “accent” keypresses on Mac Firefox?
On the mac, pressing alt/option followed by certain keys such as E,U or I will result in "accents" which will be placed on the next character entered. ...
0
votes
1answer
23 views
Alt + Key on Textbox with non-English keyboard should add letter but it doesn't
On a german keyboard you would add "[" by pressing Alt+8 and "]" via Alt+9. This is not working in a WPF textbox or richtextbox.
When creating a new application and adding texbox, the combinations ...
0
votes
3answers
79 views
jQuery Hover Alt Tag Issue
I recently asked a question to get the alt tag of an image displayed in the center of the image when you hover over it, and was thankfully provided with this following code to do so.
<script ...
0
votes
2answers
60 views
Regular expressions: matching all alt attributes in an HTML file?
I've been looking through the questions and got a better idea of my problem, but still, didn't find an answer.
I have a problem with regular expressions in PHP. I'm trying to get all the text in ...
0
votes
0answers
25 views
IE7 display wrong ALT-tag when image is wrapped in a link?
I have a question about IE7 and how it ”interprets” title and alt HTML tags.
I’ve this constalation on a site:
<a title="My Name" alt=" My Name " class="profile_image" href="/members/my-ane">
...
0
votes
1answer
146 views
ALT text not showing up in email (Outlook)
The issue is that if people don't "Download Images" of my email, they can't see the buttons/links or logos. They won't even know what to click on.
When I send emails the ALT/TITLE text is not ...
0
votes
0answers
101 views
Advice on this java Alt+Tab event
I have read a question already that gave me an answer, but I don't know how to implement it, it's unusual.
Remove the possibility of using Alt-F4 and Alt-TAB in Java GUI
public class AltTabStopper ...
0
votes
1answer
103 views
image alt attribute via css style sheet
Method 1:
Traditionally I would include an image like this:
<img src="image.png" alt="image" />
And the alt attribute would be in their for 2 reasons:
Help Visitors with an image
SEO ...
0
votes
1answer
100 views
dynamically write image's alt value as text with jQuery
Trying to write a small function that updates a paragraph with an image's alt text. the .active class is the image being viewed. I'll launch this function on doc.ready and under a few .click events. ...
0
votes
1answer
54 views
Define Alt text for a PDF image, in a document without a structure tree
The task is to add 'Alt' text for images in a PDF document, such that a screen reader will read out the text.
Currently, my PDF documents don't have a structure tree defined.
Can such text be added ...
0
votes
2answers
409 views
how to perform a hold ALT+TAB sendkey event in C#
I am trying to use a sendkey event that holds the ALT key and then presses the TAB key. How do you perform that action, I've tried many variations but I can't seem to find the answer, thanks.
0
votes
1answer
198 views
Missing Image Replacement using Pure HTML (i have working javascript/css example i wish to make bulletproof for browsers that turn js off)
EDIT: See the end of this question for my solution based on the first answer given (which I have "ticked" in green).
Take at look at this simple static html page:
(these are just images i found ...
0
votes
0answers
114 views
jQuery Cycle addSlides “alt” problem
i dont find an answer for my problem. i think its a very small one, but i have some knobs in my brain currently =)
the function to add the alt atribute to a specific element ( #c11 ) works fine ...
0
votes
1answer
268 views
Jquery - Adding Class to an image tag of active Carousel image
I have managed to get a carousel so that when the image is changed it will display what number image you are looking at.
if it is image number 3 that is chosen, 3 list rows down is the current ...
0
votes
1answer
426 views
Jquery - Show Image ALT tag in seperate div on hover
I have a gallery of images that i have set up and when a user hovers over one I wan't it to show the title in a separate div. Ive tried the below code but to no avail. I'm not great at jquery so could ...
0
votes
2answers
48 views
distinguish beetween alt and esc keypress in ncurses
I am developing a C application using ncurses library in linux. my program cant distinguish between Alt and Esc keypresses. both return 27!
can you help me how I can distinguish between the two?
...
0
votes
0answers
46 views
jquery target html5 markup attributes
I'm trying to use jQuery to simply add an .alt class to alternate article blocks within a main section as follows:
html5:
<section id="content" role="main">
<h1>Main Title</h1>
...
0
votes
1answer
150 views
Alt Key for insert button in WPF
HI All
I am trying to create an Alt Key for the insert button in my StackPanel, however its not working.
I have the following code
<StackPanel Name="ButtonsStackPanel" Grid.Row="2">
...
0
votes
0answers
52 views
Image alternate text issue in iPad [closed]
Possible Duplicate:
Image alternate text issue in iPad
Image alternate text issue in iPad when I enter more than two words for example new york times this will not come but when I use new ...
0
votes
1answer
59 views
HTML5 longdesc tag for images
I've been reading this webpage http://www.456bereastreet.com/archive/201008/no_longdesc_attribute_in_html5/ anyway I was afraid I may be missing something out so anyway my question is we would be ...
0
votes
0answers
16 views
Need help figuring out how to combine some text with some letters
ok listen.... there are alot of you guys that know coding and such... i just want to know how to take a letter with some symbols , kind of like N¯°±²³ and make it all into one letter that looks like ...
0
votes
0answers
123 views
How to set MSChart Alt Text
When I add an MSChart pie chart to my page, the resulting image map includes alt tags that are all blank. So far I haven't found a way to set these tags either explicitly in the chart properties or ...
0
votes
2answers
616 views
JavaScript/jQuery - Automatically add alt text to image
Hi
I am going to add alt text to image, however, there are hundred of image on some of the web page, could anyone suggest a script that it can read the image name and add an alt text with the image ...
0
votes
1answer
589 views
Problems Removing ALT/TITLE Tooltip - WordPress Theme
I installed a theme called "Mansion" (the free version) by Graph Paper Press on my own WordPress blog. Everything's running smoothly, but I'd like to remove, disable, or otherwise keep the ALT and ...
0
votes
1answer
334 views
Avoid title tag on hover of an image due usage on a lightbox alike gallery
I'm using this lightbox gallery
http://www.no-margin-for-errors.com/projects/prettyGallery/
since it gaves me the chance of inputting
some html, as a difference of other lightbox
galleries (what I ...
0
votes
2answers
362 views
preventDefault not working for keydown in Safari 5.0.4
I have the following code that binds Alt+b to do something:
(function(jQuery){
$(document).ready(function() {
$(document).bind('keydown', 'alt+b', function(event) {
// do stuff
...
0
votes
0answers
121 views
IE8 is ignoring accesskeys on links/input boxes and instead brings up browser menus
I am working on a fairly complex intranet site, which is using a lot of jQuery.
We decided to add "accesskey" short cuts to certain elements (only to link elements and text input fields).
The problem ...
0
votes
1answer
226 views
CKEditor not escaping ' in image alts
I have an CKeditor box which upon submission converts special characters to html codes for example: ' becomes '
If there is a ' character in an image alt text or any other html attribute, it ...
0
votes
1answer
142 views
Generate empty alt attribute in GWT
I working on a big project in GWT, and I would like to generate an empty alt attribute to image tags without rewrite the all image in the project. Is there any possibility in GWT?
Thanks
0
votes
1answer
462 views
SendKeys.Send Keyboard shortcuts
I want to send a Keyboard shortcut using sendkeys.send. I know that it's possible to send keys like backspace and arrow keys, but I'm not sure about control and alt.
0
votes
1answer
493 views
Extracting alt attribute from image into div (Gallery description purpose)
So i have this mini gallery. This is how i want it to work:
img BIG IMAGE img
div description div
img thumbnails img
Everyting works fine except i don't know if i'm extracting alt value correctly ...