Merhaba,arkadaşlar ben bu aralar bir alışveriş sitesi üzerinde çalışıyorum ve ürün değiştir bölümünde sorun var. Sayfa boşluklar içinde yüzüyor.Size fotoğraf olarak göstereyim : Arkadaşlar resim değiştir bölümünde resim değiştirde resimlerin yerlerini ayarlarken böyle oldu.Size kodu vereyim (tüm sayfaya ait kod) :<!DOCTYPE html><html><head> <title></title></head><body><script type="text/javascript"> function res(){ alert("Deneme!!!"); }</script> <?php $rsayfa = @$_GET['resimsayfa']; if (empty($rsayfa) || !is_numeric($rsayfa)) { $rsayfa = 1; } $kacar = 7; session_start(); $urundegistir = implode(",", $_SESSION['urundegistir']); $baglanti9 = new PDO ("mysql:host=localhost;dbname=egoldshopphp","php",""); $vericek7 = $baglanti9 -> query("select * from urunlist where urunad = '$urundegistir'"); $vericek72 = $baglanti9 -> query("select no from urunlistresim where urunad = '$urundegistir'"); $vericek72say = $vericek72 -> rowCount(); $rssayisi = ceil($vericek72say/$kacar); $nereden = ($rsayfa * $kacar) - $kacar; $vericek71 = $baglanti9 -> query("select * from urunlistresim where urunad = '$urundegistir' order by no desc limit $nereden,$kacar"); $vericek71say = $vericek71 -> rowCount(); while ($bilgiler7 = $vericek7 -> fetch(PDO::FETCH_ASSOC)) { $urunadet7 = $bilgiler7['urunadet']; $urunfiyat7 = $bilgiler7['urunfiyat']; $kargofiyat7 = $bilgiler7['kargofiyat']; $urunaciklama7 = $bilgiler7['urunaciklama']; } echo "<div id='okuludrsbtnlr'>"; foreach ($vericek71 as $bilgigoster71) { $resimyol71 = $bilgigoster71['resimyol']; $resimtip71 = $bilgigoster71['resimtip']; $d = "egoldshop.php"; /* function resim(){ echo "Tıklandı!!!"; } */ ?> <!--<form> <img src="<?php echo($resimyol71); ?>" data-value="<?php echo($resimyol71); ?>" id="d" height="50" width="50" onclick="resim(<?php echo($resimyol71); ?>);""> </form> --> <?php echo '<form>'; echo "<img src=\"$resimyol71\" height=\"50\" width=\"50\" class=\"okuludrsb\" onclick=\"resim('$resimyol71')\">"; echo '</form>'; echo "<style>"; echo ".okuludrsb{"; echo "float : left;"; echo "margin-left: 25px;"; echo "margin-top : 25px;"; echo "}"; echo "</style>"; //echo '<img src="'.$resimyol71.'" height="50" width="50">'; ?> <script> function resim(deger){ var deneme = confirm("Bu resmi silmek istiyor musunuz?"); if(deneme == true){ alert(deger); window.location.assign("resimsil.php?de=" + deger); }else{ } } </script> <?php } $baglanti9 = null; for ($i=1; $i <=$rssayisi ; $i++) { echo "<a href='okulud.php?resimsayfa={$i}'"; if ($i == $rsayfa) { echo "class='aktif'"; } echo ">{$i}</a>"; } ?><form action="okulud.php" method="post" enctype="multipart/form-data"><input type="text" class="okuluduat" name="okuludua" value="<?php echo($urundegistir); ?>"><input type="text" class="okuludua2t" name="okuludua2" value="<?php echo($urunadet7); ?>"><input type="text" class="okuluduft" name="okuluduf" value="<?php echo($urunfiyat7); ?>"><input type="text" class="okuludkft" name="okuludkf" value="<?php echo($kargofiyat7); ?>"><input type="submit" class="tamamb3" value="Tamam" name="submit"><input type="button" class="iptalb3" value="İptal" onclick="location='okulul.php'"><input type="file" name="okuludf[]" id="resimeklec2" class="resimeklec2" multiple="multiple"><textarea id="okuludat" name="okuluda"><?php echo($urunaciklama7); ?></textarea> </form><?phpif($_POST){$okuluduay = $_POST['okuludua'];$okuludua2y = $_POST['okuludua2'];$okuludufy = $_POST['okuluduf'];$okuludkfy = $_POST['okuludkf'];$okuluday = $_POST['okuluda'];$veridegistir7 = $baglanti9 -> query("update urunlist set urunad = '$okuluduay', urunadet = '$okuludua2y', urunfiyat = '$okuludufy', kargofiyat = '$okuludkfy', urunaciklama = '$okuluday' where urunad = '$urundegistir'");$veridegistir71 = $baglanti9 -> query("update urunlistresim set urunad = '$okuluduay' where urunad = '$urundegistir'");if (!isset($_FILES)) {foreach($_FILES["okuludf"]["tmp_name"] as $key2=>$tmp_name){ $temp = $_FILES["okuludf"]["tmp_name"][$key2]; $name = $_FILES["okuludf"]["name"][$key2]; $type = $_FILES["okuludf"]["type"][$key2]; $yol = "uploads/".basename($name); $resimtipi = pathinfo($yol,PATHINFO_EXTENSION); ?> <img src="<?php echo($yol); ?>" style="max-height: 50%;width: auto;"> <?php if ($resimtipi != "jpg" && $resimtipi != "png" && $resimtipi != "jpeg" && $resimtipi != "gif") { echo "Lütfen jpg,png,jpeg ve ya gif formatındaki fotoğraf(lar)ı seçiniz"; break; }if (file_exists($yol)) { echo "Bu resim(ler) daha önceden yüklenmiş"; break; }if(empty($temp)){ echo "Lütfen fotoğraf(lar) seçiniz"; break; } move_uploaded_file($temp,"uploads/".$name); $veriekle152 = $baglanti9 -> query("insert into urunlistresim (urunad,resimyol,resimtip) values ('$okuluduay','$yol','$type')");}}}?><div id="okull"> <label>Özel Kullanıcı</label></div><div id="okulall"> <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=127928110&url=okulal.php" data-href="okulal.php"><label>Alım listesi</label></a></div><div id="okulkll"> <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=127928110&url=okulkl.php" data-href="okulkl.php"><label>Kullanıcı listesi</label></a></div><div id="okulull"> <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=127928110&url=okulul.php" data-href="okulul.php"><label>Ürün listesi</label></a></div><div id="okulcl"> <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=127928110&url=egoldshop.php" data-href="egoldshop.php"><label>Çıkış</label></a></div><div id="okulududl"> <label>Ürün değiştir</label></div><div id="okuludual"> <label>Ürün adı : </label></div><div id="okuludrdl"> <label>Resim değiştir</label></div><div id="okuludual2"> <label>Ürün adeti : </label></div><div id="okuludufl"> <label>Ürün fiyatı : </label></div><div id="okuludufl2"> <label>₺</label></div><div id="okuludkfl"> <label>Kargo fiyatı : </label></div><div id="okuludkfl2"> <label>₺</label></div><div id="okuludal"> <label>Açıklama : </label></div><style type="text/css"> input.resimeklec2{ position: absolute; top: 200px; left: 1125px; } #okuludrsbtnlr{ position : absolute; top : 160px; left: 425px; height: 50px; width: 550px; } #okull{ position: absolute; top: 25px; left: 625px; } #okulall{ position: absolute; top: 175px; left: 50px; } #okulkll{ position: absolute; top: 200px; left: 50px; } #okulull{ position: absolute; top: 225px; left: 50px; } #okulcl{ position: absolute; top: 250px; left: 50px; } #okulududl{ position: absolute; top: 100px; left: 720px; } #okuludual{ position: absolute; top: 150px; left: 350px; } input.okuluduat{ position: absolute; width: 750px; top: 150px; left: 450px; } #okuludrdl{ position: absolute; top: 200px; left: 350px; } #okuludual2{ position: absolute; top: 250px; left: 350px; } input.okuludua2t{ position: absolute; width: 750px; top: 250px; left: 450px; } #okuludufl{ position: absolute; top: 300px; left: 350px; } input.okuluduft{ position: absolute; width: 740px; top: 300px; left: 450px; } #okuludufl2{ position: absolute; top: 300px; left: 1200px; } #okuludkfl{ position: absolute; top: 350px; left: 350px; } input.okuludkft{ position: absolute; width: 740px; top: 350px; left: 450px; } #okuludkfl2{ position: absolute; top: 350px; left: 1200px; } #okuludal{ position: absolute; top: 400px; left: 725px; } #okuludat{ position: absolute; height: 100px; width: 850px; top: 450px; left: 350px; } textarea{ resize: none; } input.tamamb3{ position: absolute; height: 25px; width: 75px; top: 600px; left: 350px; } input.iptalb3{ position: absolute; height: 25px; width: 75px; top: 600px; left: 1135px; }</style><hr style="position: absolute;top: 75px;width: 1350px;"><hr style="width: 1px;height: 572px;position: absolute;top: 75px;left: 200px;"></body></html>Arkadaşlar lütfen yardım edin.Cevaplarınız için şimdiden çok teşekkür ederim.İyi günler dileğiyle.