The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Inexplainable space between lines...
Hello again
I don't get this: Quite often when i modify some templates, i will get a space between the lines. So it's like 1. Line (A half, empty line) 2. Line So there's a line spacing of 1? Then the weird thing is, that if i change the code back to the original (which didn't have a line spacing of 1? before) I get the space I don't get it! What have i done wrong? |
#2
|
||||
|
||||
A spacer image maybe? Could you post a screenshot of what it is?
|
#3
|
||||
|
||||
If you have entered a hard return this can sometimes end up causing the browser to display extra space.
|
#4
|
|||
|
|||
Hard return? Sorry... I have no idea of what this is :/
|
#5
|
||||
|
||||
this
That^ |
#6
|
|||
|
|||
Oh... Hehe
Well, the spaces are still there even though I'm using the original code, which didn't have any spaces before, so I'm guessing this isn't the course :/ |
#7
|
||||
|
||||
How about posting the bit of code so we can see if we can spot anything else?
|
#8
|
|||
|
|||
This is the code:
Code:
<td bgcolor="{firstaltcolor}" valign="top" $width> <img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="" /> <a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a><br> <a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]" title="By: $forum[lastposter]"><smallfont><b>$showlastpostingtitle</b></smallfont></a> </td> |
#9
|
|||
|
|||
Please? Anyone?
|
#10
|
|||
|
|||
You could try editing the code to:
Code:
<td bgcolor="{firstaltcolor}" valign="top" $width><img src="{imagesfolder}/$forum[onoff].gif" border="0" alt="" align="absmiddle" /> <a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont><b>$forum[title]</b></normalfont></a><br><a href="showthread.php?s=$session[sessionhash]&goto=lastpost&forumid=$forum[forumid]" title="By: $forum[lastposter]"><smallfont><b>$showlastpostingtitle</b></smallfont></a></td> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|