Banner neemt nog teveel ruimte in header
Geplaatst: 07 apr 2004, 22:20
Ik heb een forum ge-designt waar bovenin een banner moet komen. Het plaatsen van de banner is gelukt alleen het forum zakt er een heel stuk door naar onder, het liefst zou ik de de banner rechts naast deze tekst zien:
HAPPYGIRLS Forum Index
Je laatste bezoek was op 07 Apr 2004 07:46 pm
Het is nu 07 Apr 2004 08:18 pm
HAPPYGIRLS Forum Index
zodat er geen witte ruimte verspilling is.
------------------------------------------------------
Het bannerscript staat nu in overall_header.tpl en die tekst in index_body.tpl.
Hier is de link naar het forum: http://members.lycos.nl/geomart/hgforum/index.php
overall_header.tpl code:
<table width="10%" border="0" align=center cellspacing="0" cellpadding="0">
<tr>
<td width="71%" align=center><br>
{BANNER}</td>
</tr>
<tr>
<td><img src="images/spacer.gif" width="200" height="8" alt="" /></td>
</tr>
</table>
index_body.tpl code:
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td colspan="2" class="maintitle">{L_INDEX}</td>
</tr>
<tr>
<td valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
<a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
Wie weet hoe ik deze banner naast de tekst krijgt zodat me onderste gedeelte weer omhoog komt ?
HAPPYGIRLS Forum Index
Je laatste bezoek was op 07 Apr 2004 07:46 pm
Het is nu 07 Apr 2004 08:18 pm
HAPPYGIRLS Forum Index
zodat er geen witte ruimte verspilling is.
------------------------------------------------------
Het bannerscript staat nu in overall_header.tpl en die tekst in index_body.tpl.
Hier is de link naar het forum: http://members.lycos.nl/geomart/hgforum/index.php
overall_header.tpl code:
<table width="10%" border="0" align=center cellspacing="0" cellpadding="0">
<tr>
<td width="71%" align=center><br>
{BANNER}</td>
</tr>
<tr>
<td><img src="images/spacer.gif" width="200" height="8" alt="" /></td>
</tr>
</table>
index_body.tpl code:
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td colspan="2" class="maintitle">{L_INDEX}</td>
</tr>
<tr>
<td valign="bottom" class="gensmall">
<!-- BEGIN switch_user_logged_in -->
{LAST_VISIT_DATE}<br />
<!-- END switch_user_logged_in -->
{CURRENT_TIME}<br />
<a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
<td align="right" valign="bottom" class="gensmall">
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><br />
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a href="{U_MARK_READ}"><strong>{L_MARK_FORUMS_READ}</strong></a>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
Wie weet hoe ik deze banner naast de tekst krijgt zodat me onderste gedeelte weer omhoog komt ?