The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
You have a rowspan="2" bit in the template, probably there for larger profile pictures, but for smaller profile pics, you see that space. Not really sure how you want to handle it, but if you take out rowspan="2" then you could add a third cell in the middle of the bottom row or use a colspan="2" bit:
Code:
<if condition="$show['profilepic']"> <td> </td> </if> Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|