The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need help to fix Ads
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 |
#2
|
|||
|
|||
use a table
Code:
<table> <tr> <td> banner 1</td> <td> banner 2</td> </tr> </table> |
#3
|
||||
|
||||
thanks man ,,, its work fine now.
|
#4
|
|||
|
|||
Awesome.
|
#5
|
||||
|
||||
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? |
#6
|
|||
|
|||
I'm not sure about that. I only really know basic html. Maybe align?
Code:
<table> <tr> <td> <align=left>banner 1</align></td> <td> <align=right>banner 2</align></td> </tr> </table> |
#7
|
||||
|
||||
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. |
#8
|
|||
|
|||
have you tried using
<td colspan="#"> that increases the size of the cell |
#9
|
||||
|
||||
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.
|
#10
|
|||
|
|||
Yeah you might be right there. Sorry I couldn't help. i'm sure some whiz wil lcome along and solve it for you.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|