Has anyone had any problems with Chrome not rendering images with links properly.
My landing page images take me to my offer properly in FF and IE but not Chrome. There's no hyperlink there at all.
Here's most of the code for the page. Not complicated is it?
Any thoughts anyone?
Cheers
My landing page images take me to my offer properly in FF and IE but not Chrome. There's no hyperlink there at all.
Here's most of the code for the page. Not complicated is it?
Code:
<body>
<img src="/lpb1.jpg" alt="Offer LP" width="1024" height="768" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="424,582,674,665" href="/mainpage/bonus.php" alt="Join Now Button" />
<area shape="rect" coords="172,4,527,254" href="/mainpage/bonus.php" alt="Hero Shot" />
<area shape="rect" coords="611,95,848,152" href="/mainpage/bonus.php" alt="Logo" />
</map>
prosper202 code here
</body>
Cheers