The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Side by Side banner like this one..
Hey,
I wondered if anyone would kindly help me work out how to place two banners side-by-side but with a gap like shown on this site... Any help very much appreciated. I'm using vB 4.x. http://www.dnforum.com/f181/code-put...ad-237140.html |
#2
|
||||
|
||||
float right and left should do it
|
#3
|
|||
|
|||
hmm... not very good with this.. sorry to ask but.. would you explain what you mean please?
--------------- Added [DATE]1293754102[/DATE] at [TIME]1293754102[/TIME] --------------- hi. Can anyone help me please? |
#4
|
||||
|
||||
First off are you using vbullerin 3 or 4?
|
#5
|
|||
|
|||
4.x
sorry I did mean to include that in my first post. |
#6
|
||||
|
||||
There's probably a better table-less implementation but off hand the following should work:
HTML Code:
<table border="0" width="90%"> <tr> <td width="40%"> <div align="left"><a href="..."><img src="..." border="0" /></a></div> </td> <td width="20%"> </td> <td width="40%"> <div align="right"><a href="..."><img src="..." border="0" /></a></div> </td> </tr> </table> You could play with the exact percentages to to better suit your needs... the <table> width is the overall width and the 3 <td> widths must add to 100%. |
#7
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|