Merhaba,arkadaşlar html'de a href çalışmıyor.Kodlar şöyle : <div id="urunresimler"><?phpforeach ($resimler as $bilgiler8) { $resimsayi++; $ii++; $leftsayi = 50 + $ii%5 * 70; $_SESSION['resimyoly'] = $bilgiler8['resimyol']; if ($ii == 5 || $ii == 10 || $ii == 15 || $ii == 20) { $topsayi = $ii * 15; } ?> <div id="d" style="position: absolute;top: <?php echo($topsayi); ?>px;left: <?php echo($leftsayi); ?>px;"><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=129505812&url=urun.php?urun=<?php echo($deneme); ?>&resim=<?php echo($resimsayi); ?>" data-href="urun.php?urun=<?php echo($deneme); ?>&resim=<?php echo($resimsayi); ?>"><img src="<?php echo($_SESSION['resimyoly']); ?>" height="50" width="50"></a></div> <?php}?></div><?php require 'headersayfa.php'; ?><style type="text/css"> #urunresimler{ position: relative; top: 425px; left: 75px; }</style>Bu sorunu nasıl çözebilirim?Yardımınıza ihtiyacım var.