rafet55 adlı üyeden alıntı: mesajı görüntüle
Malesef üstadım resim üstte yazı yanında değilde altına alıyor olmadı beceremedik anlaşılan
ÖRNEK BİR HTML SAYFASI

<!DOCTYPE html>
 <html class="no-js"> 
<head>
    <meta charset="utf-8">
    <title>Site Title</title>
<style type="text/css">
.genel   { width:620px; margin:0 auto}
.kutu       { width:600px; font:normal 12px arial; margin-bottom:20px; background:white; padding:10px; padding-bottom:0}
.kutu p     { padding-bottom:10px; text-align:justify}
.sol { float:left; margin:0 0 10px 10px;}
</style>
</head>
<body>
<div class="genel">
<div class="kutu">
<img  class="sol" src="01.png" />
 
<p>YAZIYI BURAYA YAZ</p>
 
</div>
</div>
</body>
</html>