The Arcive of vBulletin Modifications Site. |
|
Manipulating lines Details »»
|
|||||||||||||||||||||||||
I've just become interested in this gaming program and I have installed it but have noticed some double line break that are driving me crazy, I need to remove 1 break in certain areas, can someone tell me where to look please.
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Well, where do you want to remove them from?
|
|
#3
|
||||
|
||||
|
on the first page (arcade.php), there are 2 line breaks under the nanigation links for the arcade. see image.
I looked through all the files and where I saw doulbe <br /> between tables (this is a 75% table) I removed one br ..... if it had 2. I also saw line breaks as break; in some files but I am not sure what to do. It is just this particular double <br /><br /> that is driving me crazy. Please help. Thank you. If I can get this looking great I think I'd like to buy the unbranded pro version. |
|
#4
|
||||
|
||||
|
Not sure if this is what you mean or not, but open your skin_Arcade.php and search for
Code:
function top_links_table($links,$width,$extra) {
global $ibforums;
return <<<EOF
<div class="tborder">
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="alt1" align="center" width="{$width}">{$links}</td>
{$extra}
</tr>
</table>
</div><br />
EOF;
}
|
|
#5
|
||||
|
||||
|
Thank you it worked great but took away the needed one line breaks on the other pages (settings, favorites, leaderboard etc...) in that area, now I need to insert line breaks on those but I don't know where the are?
|
![]() |
|
|