Jump to content

Background U Arkaplana Döşemek


Recommended Posts

bu resme bakarak kodu nereye yapıştıracağımı söylerseniz daha iyi anlarım abiler...

http://www.4shared.com/file/2XoS6-XP/saydax.html[/CODE]

Şuradaki dosyada sana bir örnek hazırladım tek değiştirmen gereken nike.jpg resmi kolay gelsin.

Link to comment
Share on other sites

<html>

<head>

<title>başlık</title>

<style type="text/css">

body {

background: url(resim yolu) no-repeat left top;

}

</style>

</head>

<body>

</body>

</html>

Bu şekilde yapabilirsin.

Veya

<html>

<head>

<title>başlık</title>

</head>

<body style="background: url(resmin yolu) no-repeat left top">

</body>

</html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...