The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How Do I Do a 50% <br>
Im tring to line something up perfect ....
2 <br> 's is too short and 3 <br>'s is too long how can i do a Half <br> <dm> |
#2
|
|||
|
|||
use div tags and some CSS on the 2 elements your trying to line up.. or use a spacer.gif that is transparent.
|
#3
|
||||
|
||||
I wish i knew what you just said ...
Thanks Anyway |
#4
|
||||
|
||||
|
#5
|
|||
|
|||
<div style="margin-bottom:5px"></div> - Use margins instead of line breaks. Also, if you need, sometimes FF and IE parse codes differently... I could give you an <if> condition that allows you to make different margins in each browser (PM me if interested.)
|
#6
|
|||
|
|||
For a half a BR just do this:
Code:
<br style="line-height:0.5"> |
#7
|
|||
|
|||
Are you sure <br> has a style attribute (that's valid XHTML?)
And don't forget the closing: <br style="line-height:0.5" /> |
#8
|
|||
|
|||
lol, forgot about the pesky /
As far as I know its valid XHTML |
#9
|
|||
|
|||
you can use the "official" paragraph structural:
<p>your paragraph</p> it will give a <br > and a half to all your content... and yes, BR and P and other content wrappers can have style. |
#10
|
||||
|
||||
So i Need To Put
HTML Code:
<br style="line-height:0.5"> <br style="line-height:0.5"/> HTML Code:
<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="6"> <tr> <td width="100%" align="center" class="tcat">Welcome to Bomb Bay</td> </tr> <tr> <td align="center" class="alt1" <br> The Diesel Bombers Auction House Using vbay technologies <br> <br> Must Be a Bombardier To Use this Feature as a Seller For Security Reasons and for The Sellers and Buyers Safety <br> <br> Diesel Bombers Or Its Sponsors Are not Responsible for any transactions made through Bomb Bay This is an Additional Feature <br> <br> We Can not enforce the sell to the winning bidder <br> <br> As Always it is a Buyer Beware Market <br> <br> <br> </td> </tr> </table> Thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|