<style type="text/css">

#tablo
{
	position:relative;
	width:100px;
	height:100px;
}
.text
{
	font-face:'verdana';
	color:#FF0000;
}
img{
	position:relative;
	width:100px;
	height:100px;
}

</style>
<div id="tablo">
	<img src="resim.jpg" width="100" height="100">
	<div class="text">Haber içeriği... Dharma..... </div>
</div>
Bu örneği kullanabilirsin.