Hi, On a forum of mine, I like to have two Large Rectangle ads next to each other. This has been doing ok, but now, on the forum, one ad appears on top of the other - instead of side by side! Does anyone know what I can do to correct this? thanks
Either use a table as Timehacker suggests or wrap the ads in two divs and float them together, something like: <div> <div style="float:left;"> put the ad code here </div> <div style="float:left;"> put the ad code here </div> <div style="clear:both"></div> </div> Code (markup):