View Full Version : Need help to fix Ads
Khalid-B
10-08-2007, 03:30 PM
Hello,
I have 2 small banner ads at my forum and i want to fix them .
This thime thease are like this ,,
Banner1
Banner2
and now i want to do like this ,,
Banner1 Banner2 (Imean one banner in left side and other in right side )
How can i do this ??
Please help.
Thanks
Spank
10-08-2007, 03:35 PM
use a table
<table>
<tr>
<td> banner 1</td>
<td> banner 2</td>
</tr>
</table>
Hope this helps.
Khalid-B
10-08-2007, 03:45 PM
thanks man ,,, its work fine now.
Spank
10-08-2007, 04:11 PM
Awesome.
R1lover
10-08-2007, 04:20 PM
I was playing with this a while back and had some trouble getting them to align on each side and expand with the screen width.
So you have one banner that stays to the left and the right one moves according to the screen width.
Any ideas?
Spank
10-08-2007, 04:29 PM
I'm not sure about that. I only really know basic html. Maybe align?
<table>
<tr>
<td> <align=left>banner 1</align></td>
<td> <align=right>banner 2</align></td>
</tr>
</table>
R1lover
10-08-2007, 04:32 PM
ya I played with that in a few different attempts. I still haven't been able to get it, I'm sure it's a simple thing "IF" you know how.... lol
Thank you though.
Spank
10-08-2007, 04:51 PM
have you tried using
<td colspan="#">
that increases the size of the cell
R1lover
10-08-2007, 04:53 PM
No I haven't tried that... I will play with it, but what I'm trying to do is for people with widescreen monitors allow the banner ads to be on each side rather then centered in the middle. If I increase the size of the cell I think it would cause an issue for narrow or standard monitors.
Spank
10-08-2007, 05:14 PM
Yeah you might be right there. Sorry I couldn't help. i'm sure some whiz wil lcome along and solve it for you.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.