Whenever I try to make two exoclick ads ( 468x60 ) side by side they screw up! I want to have them like ADVERTISEMENT ADVERTISEMENT but whenever I try to add two ad codes it makes it like ADVERTISEMENT ADVERTISEMENT What am I doing wrong?
It's because of the coding.. you'll need to place them in tables Something like this: <table cellspacing="0" cellpadding="0" border="0"><tr><td> AD #1 </td><td> AD #3 </tr></td></table> This should do it!
Hi snapplekid13, let me know if you could do it or not. We'll look into it if you could not make it. The solution proposed by 8everything should work. Cheers!
8everything: IT DIDN'T work! Also may it be I'm trying to put it on a proxified page? Thanks, Snapplekid13
That line should look like this: </td></tr></table> Fix that and it should work. Or you could try: <div style="float: left">ad1</div><div style="float: left">ad2</div> If either way does not work, then it's probably a problem with the rest of your layout.