The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Aligning table to the right?
I am having a Google Search box instead of the built-in search
So I created a table right after the <!-- / breadcrumb, login, pm info --> in the navbar template and placed the code in it Here's the code segment and what I added in red Code:
</if> </tr> </table> <!-- / breadcrumb, login, pm info --> <table> <tr> <td align="right"> <!--- Google Search Box Code ---> </td> </tr> </table> <!-- nav buttons bar --> <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> How do I bring it to the right side? |
#2
|
|||
|
|||
Try using div tags
Code:
<div style="float:right; width:200px"> </div> Btw, alight="right" should work tho. Link me to your board. |
#3
|
|||
|
|||
Nope, that didn't work either
|
#4
|
|||
|
|||
HTML Code:
<table style="float: right;"> <tr> <td align="right"> <!--- Google Search Box Code ---> </td> </tr> </table> |
#5
|
|||
|
|||
Quote:
But it appeared awkward in Google Chrome! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|