i had to display two images in one line
this is the code i did
css file
guide me
this is the code i did
<div class="mads"><a href="http://www.clickite.com/index.php?ref=ediksa"><img src="http://clickite.com/banners/banner1.png" border=0></a><a href="http://www.clickite.com/index.php?ref=ediksa"><img src="http://clickite.com/banners/banner1.png" border=0></a></div>
css file
.mads
{
display: inline;
}
displaying in two lineguide me