ciao
ho provato a realizzare quello che hai chiesto tu;
un div con all'interno una immagine.
il codice è il seguente:
codice:
<style type="text/css">
body, html{
font-family:Verdana, Arial, sans-serif;
text-align:center;
margin:10px 0;
padding:0;
}
.quadrato{
padding:1em;
background:#a1a1a1;
border:1px dotted #000;
font-size:11px;
color:#000;
width:300px;
text-align:left;
}
img{
margin:5px;
}
</style>
</head>
<body>
<div class="quadrato">
[img]calvin.jpg[/img]
Prova scrittura testo attorno alla fotografia;
Prova scrittura testo attorno alla fotografia;
Prova scrittura testo attorno alla fotografia;
Prova scrittura testo attorno alla fotografia;
Prova scrittura testo attorno alla fotografia;
</div>
</body>
</html>
l'ho testata anche con Mozilla Firefox, Opera e NN 7.1: a me tutto ok.Puoi vedere anche l'immagine allegata.
ciao e chiedi ancora se hai problemi.