Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
4k views

Prevent tabstop on A element (anchor link) in HTML

Is it possible to cancel an <a href="..."> from being tabstopped in any browser? I would like to do this without Javascript.
13
votes
6answers
5k views

Disable grey border on anchor (<a>) elements on focus

I am trying to make the ugly grey border that appears around anchor tags go away. The CSS property "outline:none;" works for Firefox, but how can I do it in IE. Preferably using CSS expressions or ...
9
votes
3answers
3k views

Hyperlink in Android

I have a question: How can I place a hyperlink WITHIN a text-block of normal text? I have some text and in the text I mention a URL and I want this URL to be in a different color, underlined and ...
5
votes
5answers
229 views

Anchor tags list creation

I am creating a list of anchor tags from a MySQL/PHP query; the anchor tags call a JavaScript function. The 'catch 22' that I have is: href="#" makes the page jump to the top every time one of the ...
5
votes
1answer
277 views

Format/Safe string for “title” attribute in anchor - C#

I have a function that builds an anchor tag. The function recieves the URL, Title as parameters. The problem is that sometime the text includes quotation marks and this results in a anchor tag ...
4
votes
2answers
91 views

Random behaviour of anchor tags

I have an anchor tag in my HTML that is used for a javascript event. The code looks something like this <a href="#" onclick="myScript()">run</a> However, when I click the script, the ...
4
votes
3answers
1k views

Add anchor tag to simple jQuery sideshow

I am using one of snook.ca script for simple slideshow. Here it is in a nutshell: <div class="fadein"> <img src="banner1.jpg" width="645" height="307"/> <img src="banner2.jpg" ...
4
votes
3answers
4k views

Anchor tag around table is not clickable in IE 6, 7 & 8

The problem: when surrounding a table with an anchor tag, the table and everything within is not clickable in IE 6, 7 & 8. How do I solve this issue assuming I can't replace the table with divs? ...
3
votes
1answer
106 views

Get full URL from a hyperlink using jQuery / JavaScript

How can I retrieve the full URL to which an anchor links using jQuery / JavaScript consistently across all browsers? For example, I want to return http://www.mysite.com/mypage.aspx from <a ...
3
votes
3answers
128 views

how to select a particular tab from other page using anchor tag in JQuery..?

I wonder if we can able to select a particular tab in a JQuery tab system from another page..? For example I have a 4 menus that is Home | About | Services | Contact In services page I have a tab ...
3
votes
2answers
50 views

Is it valid to use custom name in “target” attribute of <a> tag?

I have code something like this: <a href="http://google.com" target="_blank">google</a> <a href="http://gmail.com" target="_blank">gmail</a> Whenever I click the link, new ...
3
votes
1answer
39 views

Page Layout and implementation

I have a single-page layout that uses # in a fixed navigation to move up and down the page. When the page loads I want the viewport to display the second section not the top section. Do I have to use ...
3
votes
1answer
100 views

Anchor element becoming display:block in HTML5 instead of display:inline with cufon

I got <a> elements that are display:inline in html4 and page displays fine (like I want it to). Now I am updating my page with new html5 and as a result following cufon link becomes ...
3
votes
3answers
340 views

CSS unwanted spacing between anchor-tag elements

I have this stylesheet: *{ padding: 0px; margin: 0px; } a{ background:yellow; } and this webpage: <a href="/blog/">Home</a> <a href="/about/">About</a> <a ...
3
votes
2answers
885 views

HTML: href syntax : is it okay to have space in file name

it has always been my practice that when ever i use images i name them like walls_ico , bu_hover so when i give paths they go like <img src="images/walls_ico.ico" /> <img ...
3
votes
1answer
139 views

Why do my anchor tags contain my request context path before the path I specify?

I'm using Apache Tomcat 6.0.26 with java servlets and JSPs. Whenever I'm trying to link to an external website, my anchor tags always contain my request context path before the external link. For ...
3
votes
3answers
5k views

Using HtmlAnchor or ASP.NET HyperLink for anchor tag that navigates in-page named anchor

I am trying to render a simple hyperlink that links to a named anchor within the page, for example: <a href="#namedAnchor">scroll to down</a> <a name="namedAnchor">down</a> The ...
3
votes
5answers
449 views

Different style for anchor tag when clearing the browser cache

when i click on anchor tag - a dotted border come around my anchor text. the is is coming in IE7,IE8 and firefox. I have used. a{ outline:none; } this works as expected.But i need to clear the ...
3
votes
4answers
1k views

Pound sign (#) in filename causing error

I have a very simple file upload that allows users to upload PDF files. On another page I then reference those files through an anchor tag. However, it seems that when a user upload a file that ...
3
votes
6answers
4k views

Set visited link color to whatever the color of un-visited link is (P.S. not the usual question)

I need to set the a:visited CSS to whatever color the normal a is set to. What I want to be able to tell the browser is, for the visited links, use the same color as the unvisited links, whatever ...
2
votes
4answers
68 views

Text for <a></a> tags does not show up in Internet Explorer (7-8) with a background-image defined

Alright, I feel dumb asking this but I am having issues with a stylized anchor tag and displaying both a repeating background image and text in IE7/8. My code works fine in Firefox, IE9, Chrome, ...
2
votes
4answers
515 views

Disable click event with jQuery

My question is related about disabling links/click events with jQuery, and it's probably easier than it seems to me. I commented the important code to make it easier. I have the following code in a ...
2
votes
2answers
102 views

How to avoid anchors to restart music when using audio tag in HTML5?

I have create an HTML page, with the tag (proper for playing HTML5 mp3 audio). The problem is that I have links with anchors, and Internet Explorer 9 browser is playing back the audio from start: ...
2
votes
1answer
361 views

Is a link without the protocol valid XHTML? i.e. <a href=“//www.example.com/”>

Is it valid XHTML / good practice to have links of the following form? //www.example.com/foo/bar.html If the current page is HTTP, then the link points to: http://www.example.com/foo/bar.html If the ...
2
votes
2answers
225 views

HTML/CSS: <a> tag CSS rules w/ pseudoclasses rendering inconsistently

I've come across an issue lately with my web design projects that has been insignificant enough to slip through my fingers unfixed a few times, but it's just gotten too annoying. Say I have a style ...
2
votes
2answers
744 views

Overriding default behaviour of anchor tags using jquery

I am trying to override the default behaviour of an anchor tag so i can load in a web page on my server into the exisiting div, rather than a new tab or window. so far i have: ...
2
votes
1answer
418 views

Spring Jsps and Jumping to Anchors

I was wondering if there is some way in Spring to specify in the controller that I would like to send the client to a specific anchor within the .jsp page that I am using for my view. I have a ...
2
votes
1answer
202 views

Turn URL into Anchor tag using Regular Expression

I want the following different input types to be converted into the following anchor tag: http://www.stackoverflow.com https://www.stackoverflow.com www.stackoverflow.com Replaced with: ...
2
votes
2answers
302 views

How to add an anchor tag <a> to a block of html?

I have a block of html that I want to act as a clickable link. In the block of code below, I would like to make the whole div into a link. <div id="clickableLink"> <h3>Link ...
2
votes
3answers
474 views

Change the href of an anchor tag with javascript

Hey I have a question for javascript. I need to assign an href value to an anchor tag or asp:HyperLink. SOMETHING. that will allow me to link text in a dialog popup to an href that a function ...
2
votes
3answers
420 views

CSS: a:link vs just a (without the :link part)

So we're required to use the following order for CSS anchor pseudo-classes a:link { color: red } a:visited { color: blue } a:hover { color: yellow } a:active { color: lime } But ...
2
votes
3answers
3k views

Disable Anchor tag and remove underline also in javascript

I have a anchor tag which I would like to disable or enable depending upon some condition. I am able to achive this using the following function function disableEnableAnchor(obj, disable) { ...
1
vote
1answer
35 views

anchor mailto multiple lines

I can't seem to find out if this is possible or not. I am wanting to have an anchor mailto tag on multiple lines. I am unable to insert a break in the url because when I copy it, it will add the ...
1
vote
2answers
89 views

Simple jQuery scroll to anchor up or down the page…?

I'm looking for a way to include a simple slide effect for when you click a link to a local anchor either up or down the page. If possible i'd like something where you have a link like so: <a ...
1
vote
2answers
55 views

Anchor tag jQuery Click

I have an Anchor Tag like this <a href="javascript:anchorScr()" id="anch1" class ="af-link"/> It is taking me two clicks on the anchor tag to respond to the javascript function ...
1
vote
3answers
58 views

How can I force a link to a PDF to tell the browser to download it as a PDF?

My application generates a dynamic link to any PDF files that are associated with a product. The link is presented like this: <a ...
1
vote
3answers
31 views

How to put an anchor tag inside an anchor tag

I have a row, which is inside an anchor tag. Now in that row I want to add another clickable component (an anchor tag). How do I do it?
1
vote
2answers
49 views

Prevent duplicate code for different web pages with same menu

I have a menu that wants to change only the content. I wanted a separate files for different pages to organize. I could save menu in a separate php file and include that in the main page. Still ...
1
vote
4answers
577 views

Disable color change of anchor tag when visited

I have to disable color change of anchor tag when visited. I did this: a:visited{ color: gray } (The link is gray in color before visited). But this is a way where I explicitly state the color ...
1
vote
3answers
180 views

Getting object of anchor tag using getElementById

anchorobject = document.getElementById('backbutton'); alert(anchorobject); <a href="http://www.hotmail.com" id="backbutton">back</a> The above code alerts the href attribute string ...
1
vote
1answer
191 views

set anchor tag in a provided string

I want to set a anchor tag in a provided string. It search in javascript after http:// and make it to an anchor tag. function createLink(text, node){//text is the provided string var start = ...
1
vote
1answer
64 views

How to jump to a specific portion on another PHP page while also passing variables by Get method?

My code is something like this Page A.php: has <a href ="B.php#comment?id=4&Pagenumber=5">Click</a> Page B.php: has <a name="comment">Comment</a> tag and also need ...
1
vote
2answers
169 views

Recognizing http links and creating anchor tags

I'm trying to parse some string and it has some http links embedded in it. I'd like to dynamically create anchor tags within this string using jquery then display them on the front end so the user can ...
1
vote
0answers
248 views

Anchor tag from iframe to parent cross-domain/cross-browser

I'm not sure if this is even possible, but can a link that lives inside of an iFrame(on another domain) be used to access an anchor on its parent page? For example: Parent url: ...
1
vote
1answer
117 views

Window scrolling down when there are anchor links

I have got an issue with anchors links / deep linking. I have got few tabs in a page with ids such as "tab1", "tab2".., when I hit the URL with anchor = "#tab2" I can select the right tab through ...
1
vote
1answer
538 views

mailto: and tel: scheme with image in anchor tag on mobile web

I have anchor tags positioned absolutely (one next to the other horizontally) at the bottom right corner of the page. One of the anchors is a mailto: link and the other is a tel: link. Each contains ...
1
vote
3answers
378 views

Want to make entire TD cell an anchor

I have a <table> where each <td> holds only an anchor. I'd like users to be able to click anywhere in the cell to visit that reference rather than only on the anchor text itself. I ...
1
vote
1answer
2k views

CodeIgniter - Correct way to link to another page in a view

I was wondering if someone could tell me the correct way to link to another page from within a view. Is there a function for this or is it just the usual about Cheers,
1
vote
1answer
137 views

Do #anchors after urls affect ranking in seo?

While programming a new tabs-system in javascript, where each tab is clickable and has its own ancher text on it, it would be easier to make these anchors numbers #1 #2 #2 etx. On the other hand, ...
1
vote
2answers
220 views

How does Reddit display anchor tags as images?

Example here: http://www.reddit.com/r/fffffffuuuuuuuuuuuu/comments/fn9e7/the_best_thing_about_walking_to_school/c1h7af4 I tried to peek into the DOM via Firebug but I couldn't find a reference to the ...

1 2 3 4