I have my Joomla website, and in an article i have this code:
<a href="http://www.google.com" target="_blank">Facebook</a>
<div id="mmm" style="position: absolute; padding-top: 85px; padding-left: 455px;">{loadposition google_mapa}</div>
<hr />
<h4 style="padding-left: 60px; color: #99cc33; text-align: left;">Contactos: </h4>
<hr />
<p class="MsoNormal" style="padding-left: 60px; text-align: justify;">
<span style="font-family: Century, serif;"><br /><img src="images/fb.png" border="0" width="25" height="25" style="border: 0; vertical-align: middle;" />
</span></p>
<a href="http://www.google.com" target="_blank">Facebook</a>
My problem is, the first hyperlink is the same as the second, but the first work and the second don’t. Any help would be appreciated,
John
EDIT: SORRY. I Accidentally copied the <p> inside the href. It isnt working
EDIT2: When i mean not working, it means it is not ‘clickable’, it looks like hyperlink but when i click nothing happens
EDIT3: The problem is in here:
<div id="mmm" style="position: absolute; padding-top: 85px; padding-left: 455px;">
<p> </p>
<p>{loadposition google_mapa}</p>
</div>
If i take out this, the links work. no idea why.
You have a closing p tag in your link…
Facebook