The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple question; how to line up postbit icons vertically
They appear as so, with the Reputation icon high than the others:
HTML Code:
<td class="postbit bright" align="center"> <center> <if condition="$show['member']">$post[onlinestatus] </if> <if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"> <a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if> </if> <if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow"><img class="inlineimg" style="padding-left: 4px; padding-right: 4px;" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if> <if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" style="padding-left: 4px; padding-right: 4px;" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if> $post[iplogged] </center> </td> |
#2
|
||||
|
||||
Why do you have a span around it? Try taking that out.
|
#3
|
|||
|
|||
Looks the same without the Span tag.
|
#4
|
||||
|
||||
Get the firebug plugin for firefox and then play with the css directly and see if you can figure it out. (It's very hard to figure out an issue like that without actually seeing it/being able to play with it.)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|