PDA

View Full Version : Two Banners in One Line !!


Mecho
10-31-2006, 02:56 PM
hi . i have a problem . i have 2 ads banners above " What's going on? " in ForumHome template . but the problem is that i can not get them in one line . so i put them with this code :


<div align="left">
<a href="http://www.clicksor.com/?ref=74373" target="_new">
<img src="http://www.clicksor.com/publisher/images/pub/468x60_2.gif" border=0 > </div>
<div align="right">
<script language="JavaScript" src="http://www.bravenet.com/cserv.php?pid=4&tid=1&afilid=3490760300">
</script></div>


and u can see the result in my site :

my site: www.mechodownload.com

i will appreciate if someone help me to fix it . tnx

w1z4rd
01-30-2007, 08:21 PM
Put both your ad codes in a table.

<table>
<tr>
<td>Ad 1</td>
<td>Ad 2</td>
</tr>
</table>

Hope that helps.