MyBB Community Forums

Full Version: simple html code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i had to display two images in one line
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 lineSad

guide meSmile
Where are you using that code? URL to your forum?

That works if you use it in a plain HTML file, you don't even need the CSS. Maybe the two images are wider than your forum, I'm not sure.