The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Where's this < br > coming from?
Where's that extra line on top coming from? I'm using vb 2.3.5
Here's my entire "forumdisplay_loggedinusers" template PHP Code:
PHP Code:
Please help me asap! |
#2
|
||||
|
||||
The <br /> is occurring above this code it seems
Code:
<normalfont>Browsing this Forum: $browsers</normalfont> |
#3
|
||||
|
||||
That's what i would have thought, but thats my ENTIRE "forumdisplay_loggedinusers" template. There's no < br > or anything above it.
|
#4
|
||||
|
||||
Remove the align in the <td> tag for online users in forumdisplay, and see what happens.
|
#5
|
||||
|
||||
^I tried
PHP Code:
|
#6
|
|||
|
|||
try pushing it up with some CSS? Like style="padding-bottom: 10px"
I know its kinda crude, but its what I do if somethings not aligned right. |
#7
|
||||
|
||||
I may be wrong but I don't think you'll be able to get rid of it like that. The left cell is defined as being 115px and the right is defined as being 215px with your $onlineusers variable being in the middle; the problem is that $onlineusers is greater than the width available (notice the second line that has the "closed thread icon" extends past the right column). Try removing the 115 length from the left column to see if that helps out.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|