Arka Plan Yapma Kodu
Kod:
<style type="text/css">
<!--
body{background-image:url(RESMİN URL'Sİ BURAYA YAZILACAK);background-attachment: fixed}
-->
</style>
arka plan sabitleme kodu
Kod:
<style type="text/css">
<!--
body {
background-image: url("arkaplandosyasi.jpg");
background-attachment: fixed;
}
-->
</style>
|