PDA

View Full Version : HMM big border needs to go bye bye



soulviv3r.php
Thu 12th Dec '02, 7:45am
I dunno wtf is up with this

www.nbk4life.com/lounge (http://www.nbk4life.com/lounge)

the border extends lower than I want it to.
why would a border do that GRRRR.

on the bottom towards log out

soulviv3r.php
Thu 12th Dec '02, 9:15am
Originally posted by soulviv3r.php
I dunno wtf is up with this

www.nbk4life.com/lounge (http://www.nbk4life.com/lounge)

the border extends lower than I want it to.
why would a border do that GRRRR.

on the bottom towards log out


can somebody help me out?

nuno
Thu 12th Dec '02, 11:04am
Let's see
First thing to do would be moving this code


<!-- content table -->
<table bgcolor="c0c0c0" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>

from headinclude template to header template.
Now edit your forumhome template and find


<!-- timezone/login-->

You should see a table below that code, change whatever is set in width to {contenttablewidth}
Original code


<!-- /timezone/login -->

<br>

<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>

soulviv3r.php
Thu 12th Dec '02, 11:16pm
Thanks