PDA

View Full Version : Manipulating lines


chick
10-16-2008, 08:42 PM
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.

Netunt
10-16-2008, 09:07 PM
Well, where do you want to remove them from?

chick
10-17-2008, 11:46 AM
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.

Gemma
10-17-2008, 08:11 PM
Not sure if this is what you mean or not, but open your skin_Arcade.php and search for

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;
}

You want to delete the <br />

chick
10-17-2008, 09:14 PM
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?