Log in

View Full Version : how can i align ads side by side


websiteking532
07-17-2007, 08:05 AM
how can i align ads side by side

http://upload.bz/files/2dzjnymidw1q2gnnomvh.jpg

Dismounted
07-20-2007, 12:15 PM
What code are you currently using?

websiteking532
07-20-2007, 01:03 PM
vbulletin script

EnIgMa1234
07-20-2007, 01:37 PM
no he means post the code you are using

websiteking532
07-21-2007, 06:47 AM
wen i put my adsense code, i am gettin one after the other

i want to align it side by side

Michael Biddle
07-21-2007, 07:17 AM
Something along these lines, but the table is off, this is just an example. you will need the css markup and width etc

<table>
<tr>
<td>ad here</td>
<td>ad here</td>
<td>ad here</td>
</tr>
</table>