CastingDamage
Asistan
- Katılım
- 2 Kasım 2011
- Mesajlar
- 149
- Reaksiyon puanı
- 1
- Puanları
- 0

Arkadaşlar bunun HTML kodları elinde olan var mı? Yazarsanız sevinirim biraz acil.
İyi Forumlar
Hayır modülden alıntıdır.ImageShack'la paylaşıldı..
Yardım edebilecek kimse yok mu ?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-*****="Content-Type" **********text/html; charset=utf-8" />
<title></title>
<style type="text/css">
body {
background-color: #ffccff;
}
#header {
height: 100px;
width: auto;
background-color: #3366ff;
}
#content {
background-color: #ff99cc;
height: 190px;
width: auto;
margin-top: 15px;
}
#footer {
background-color: #3399ff;
height: 100px;
width: auto;
margin-top: 15px;
}
</style>
</head>
<body>
<div id="header"></div>
<div id="content">
</div>
<div id="footer"></div>
</body>
</html>
</div>