I'm seeing some very strange things happening here, and not sure what's going on. In my source, and I have checked when viewing the webpage, all I have is this:
<header>
<hgroup>
<h1>Dråper til liv</h1>
<h2>1999-03-20</h2>
</hgroup>
<p><a href="http://shop.triangelos.no/album/dr-per-til-liv?pk=514&action=buy"><img title="Kjøp album" src="http://f0.bcbits.com/z/33/39/333998470-1.jpg"></p>
</header>
One link, with an image inside. What I expect. But when I look at the same place in FireBug, I get 3 extra links which look the same but are empty. And I don't understand where they are coming from. They are there, cause I can put text in them using FireBug and they appear on the page. But can't see them in my html source. And I'm not doing anything with this link in JavaScript either as far as I know. What's going on here? Below is a screenshot of FireBug where you can see the link repeated. Anyone here understand this?
You can view the page yourself at http://www.triangelos.no/discography

<a>tag? – paislee Feb 21 at 19:42