Tagged Questions
46
votes
6answers
3k views
Is it recommended to use the <base> html tag?
I just found out about the <base> HTML tag. I have never seen it actually used anywhere before. Are there pitfalls to its use that means I should avoid it?
The fact that I have never noticed ...
3
votes
4answers
2k views
Url Hash with Html Base Tag
window.location.hash
When using a link for a javascript action, I usually do something like this:
<a href="#">Link Text</a>
That way, when someone clicks the link before the page loads ...
2
votes
2answers
739 views
Why does the base tag seem to be working in Opera and Chrome, but not in Firefox and IE?
I have a site where I use the base tag. All the links in the site are relative, and I set an absolute href so that all the links should be aimed at the right target. And it works in Opera and Chrome. ...