The link-tag tag has no wiki summary.
0
votes
0answers
14 views
How could I fix these broken RSS head links in Joomla 2.5?
I am in this weird situation where the links to RSS in a page appear wrongly formatted.
The page is a job search tool in a company. In lines 12 and 13 you can see the links are <link ...
3
votes
1answer
62 views
What's the best Way to import Components via Link-Tag from a Package?
Currently I import components from a package by a relative path:
<link rel="components" href="packages/packageA/components/login.html">
However when I start nesting packages this doesn't work ...
0
votes
2answers
32 views
How can I run an offline demo page from a folder(which needs to be movable)?
How can I create a demo page(html file) that runs from a folder that(here's the tricky part) is able to be relocated without interrupting the stylesheet/javascript links? Obviously I can create a page ...
1
vote
1answer
109 views
Changing the href of a link tag using javascript
Hi I am trying to change the href of a link tag so that when a button is pressed a new style sheet is loaded.
This is what I have so far-
function addcss()
{
var findlink = ...
0
votes
1answer
84 views
Link tag for next and prev in search result for SEO [closed]
Is it practical or important to add <link rel="next" /> and <link rel="prev" /> for search results with pagination? These link tags' sole purpose is for SEO.
0
votes
0answers
63 views
sanitize css in link tags using owasp
I am planning to use the OWASP Html Sanitizer to sanitize my html data. I have the following case
I want to extract all url elements from a < link > tag and then check if the url is valid.
I ...
1
vote
1answer
201 views
Get contents of link tag with javascript - not CSS
Assuming I have
<LINK rel="Index" href="index.html">
<LINK rel="Next" href="Chapter3.html">
<LINK rel="Prev" href="Chapter1.html">
(taken from w3 web site sample)
Does anyone ...
0
votes
2answers
293 views
Disable HTML link tag onload
I have an a button that I like to be disabled on site load, and when a checkbox is checked that a link will be clickable.
I have tried this on input type button but problem is input buttons doesn't ...
2
votes
3answers
270 views
html <link /> tag true usages?
its once in a while i see tags + data like that : ( except css link)
<link rel="Home" href="/" title="Page d'accueil de Babysun" />
<link rel="Index" href="/" />
<link rel="Top" ...
2
votes
0answers
127 views
<link> with custom rel value or maybe a better way?
I'm trying to find a way to indicate in my webpage that I have one or more custom resources (similar to CSS files) that are related to it so they can be downloaded and interpreted on page load/ready ...
1
vote
1answer
1k views
Are utm_source and utm_medium always required for link tagging in Google Analytics?
According to every source I've found, in order to manually tag links for campaign tracking in Google Analytics 3 fields are required - utm_campaign, utm_source, and utm_medium. However, I get mixed ...
0
votes
1answer
163 views
Stylesheet_link_tag not functioning properly. No idea where the bug is
<%= stylesheet_link_tag 'blueprint/screen.css', :media => 'screen' %>
<%= stylesheet_link_tag 'blueprint/print.css', :media => 'print' %>
<%= stylesheet_link_tag 'custom', :media ...
0
votes
2answers
52 views
get all the css stylesheets linked to a webpage
I'm doing some testing using FF Error Console. I'm fixing the errors in the stylesheets and I want to list all html pages that are linked to the stylesheets for regression test purposes. Does anyone ...
2
votes
3answers
2k views
Masterpage CSS link can't resolve ~
I'm working on a web interface in C# ASP.net. If it matters, I'm using XHTML 1.0 Transitional.
This website has a masterpage thing going, and that's where the problem came in. When I used a real ...
7
votes
3answers
3k views
Use jsoup to parse XML - prevent jsoup from “cleaning” <link> tags
In most case, I have no problem with using jsoup to parse XML. However, if there are <link> tags in the XML document, jsoup will change <link>some text here</link> to <link ...
3
votes
1answer
1k views
Link Tags in HTML5 should not be self closing, but HAML is closing them
It's my understanding that tags in HTML5 should, by default, not be self closing (although it is permissible to use self closing tags). However I'm using HAML for my application, using the HTML5 ...
1
vote
1answer
730 views
Getting the value from a Select tag (Grails)
I'm having a problem getting the select tag to work for me in Grails. Basically, I am trying to get a value from the select field and use it to sort a list being displayed on the gsp. The select tag ...
5
votes
1answer
430 views
How can an external jQuery templates be loaded
I have a large number of jQuery templates taking up space in my <head> section ("text/x-jquery-tmpl"). I would like to move these tags to an external file. I was hoping I could do something ...
0
votes
1answer
760 views
influencing meta- or link-tag with jquery?
first off a short explanation... the following two lines assure that once my website is shared on facebook a custom image (share-thumbnail.png) is posted.
<meta property="og:image" ...
0
votes
1answer
212 views
embed styles in <style> tags, or use <link> tags?
I have a php function that I use to write out my <link> tags.
Now I thought about this and,
it would be just as easy to modify the function so it will write out a
<style>
//stylesheet ...
1
vote
1answer
534 views
problem treating a jsp like css in firefox, chrome
I am writing a web application for use by multiple organizations which requires custom styling depending on which customer is using my page (the page is "branded" for different companies).
Basically, ...
3
votes
2answers
181 views
What rel values have concrete benefits in a <link> tag?
The <link> tag is most commonly used to associate stylesheets with HTML documents, but as many know, it has a myriad of other uses as well. In general it represents some relationship between two ...
0
votes
1answer
87 views
Stripping <style> and <link> tags from value
I am trying to clean up some HTML values that are imported from other sources, primarily email message bodies. Ideally, I would like to be able to strip <style> and <link> tags, but also ...
0
votes
2answers
1k views
Grails - Language prefix in url mappings
Hi there im having problem with language mappings. The way i want it to work is that language is encoded in the url like /appname/de/mycontroller/whatever
If you go to /appname/mycontroller/action it ...
1
vote
3answers
2k views
How can I get the href of a <link> tag using jQuery?
I've seen lots on how to do this with an tag, and I have no problem doing it with that one, but I can't seem to retrieve the href attribute of a <link> tag.
Even trying to grab the link tag at ...
1
vote
5answers
1k views
using code blocks in head content and link tags
I'm building an asp.net app using themes, and I've assigned a theme to the app using the web config.
I have a bookmark icon that I want to use for my page and it is located in the themes directory, ...
10
votes
6answers
659 views
What does <link> tag do besides including stylesheets?
I know that the HTML <link> tag is used for attatching stylesheets, but looking at the W3CSchools tag reference, it has many other values for the rel attribute. I've looked all over the place, but ...
9
votes
4answers
677 views
Why does the <link> ‘title’ attribute cause browsers to ignore my styles?
The following html document (together with the CSS) fails to render the styles in b.css.
<!doctype html>
<html>
<head>
<link rel="stylesheet" media="screen" ...
5
votes
4answers
2k views
Self closing Html Generic Control?
I am writing a bit of code to add a link tag to the head tag in the code behind... i.e.
HtmlGenericControl css = new HtmlGenericControl("link");
css.Attributes["rel"] = "Stylesheet";
...
2
votes
4answers
2k views
Regular Expression for Link Tags in HTML
I need help with regular expressions. What I'm looking for is a regex that looks for link-tags like this:
<link rel="stylesheet" href="style.css" type="text/css">
Irrespective of where ...
0
votes
1answer
947 views
PHP search for <link> tag and prepend
I'm using this code to prepend the url variabel inside the src tag for images. Now i would want an regex code that makes it possible to search for tags and add the url variabel inside the link tags ...
3
votes
5answers
13k views
RegEx to return 'href' attribute of 'link' tags only?
Im trying to craft a regex that only returns <link> tag hrefs
Why does this regex return all hrefs including <a hrefs?
(?<=<link\s+.*?)href\s*=\s*[\'\"][^\'\"]+
<link ...



