PDA

View Full Version : Who know how to place ads on both side


nbtthief
10-07-2006, 09:17 AM
Anyone know how to place ads on both side webpage, as usual i use code
<p align="..">..</p>
but this is more inconvenient, so please help me find a script which can place all ads on two side automaticall

Thanks in Advance

VortexCortex
10-07-2006, 10:33 AM
<div style="float:left">
Left side ads
</div>
<div style="float:right">
Right side ads
</div>
Rest of your content....

nbtthief
10-08-2006, 04:41 PM
Thanks VortexCortex, thank you for helping me, your code help me alot.
Let me apolozise for posting here. I should be careful. Sorry!