PDA


View Full Version : Remove this space...


rstan
06-14-2004, 10:46 PM
Ive tried everything and I cant get this little space from under my module header images. In the table, out of the table, the space just wont go away.

See the attatchment

Richard
06-14-2004, 11:54 PM
could it be a cellspacing issue? We would need to see the code you are using to be sure.

rstan
06-15-2004, 02:33 AM
ok here is one, all of them have this space.


<!-- Stats Block -->
<img src="http://www.mydomain.com/images/stats.gif">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="100%">
<tr>
<td class="$alt1"><span class="alt1"> $vbphrase[members]:
$numbermembers<br />
$vbphrase[threads]: $totalthreads<br />
$vbphrase[posts]: $totalposts<br />
$vbphrase[top_poster]: <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$topposter[userid]">$topposter[username]</a>
($topposter[posts])<br />
<br />
<phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>
</span> </td>
</tr>
<if condition="$birthdays">
<tr>
<td class="alt1"><span class="smallfont"> <b>$vbphrase[todays_birthdays]:</b><br />
$birthdays</span></td>
</tr>
</if>
</table>
<br />
<!-- End Stats Block -->

Brian
06-15-2004, 12:23 PM
<!-- Stats Block -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="100%">
<tr><td><img src="http://www.mydomain.com/images/stats.gif"></td>
</tr>

<tr>
<td class="$alt1"><span class="alt1"> $vbphrase[members]:
$numbermembers<br />
$vbphrase[threads]: $totalthreads<br />
$vbphrase[posts]: $totalposts<br />
$vbphrase[top_poster]: <a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$topposter[userid]">$topposter[username]</a>
($topposter[posts])<br />
<br />
<phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase>
</span> </td>
</tr>
<if condition="$birthdays">
<tr>
<td class="alt1"><span class="smallfont"> <b>$vbphrase[todays_birthdays]:</b><br />
$birthdays</span></td>
</tr>
</if>
</table>
<br />
<!-- End Stats Block -->

See if that works any better. :)

rstan
06-15-2004, 08:15 PM
that takes the space out but it puts a border around the top of the image. Nevermind tho, ive changed my mind on using that rounded header anyway....thanks