Tabelhoogte boven logo

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
christel
Berichten: 239
Lid geworden op: 20 feb 2004, 21:31
Locatie: Nijmegen
Contacteer:

Tabelhoogte boven logo

Bericht door christel » 21 jan 2005, 18:30

Hoi,

Graag zou ik de tabelhoogte (de witruimte boven het logo) willen kunnen verkleinen. In de oorspronkelijke template was er geen witruimte. Deze is er nu wel maar ik krijg deze met geen mogelijkheid kleiner. Ik zit te wroeten in overall_header.tpl en alexisOrange.css. Hier een stukje van mijn overall_header.tpl:

Code: Selecteer alles

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} // {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/alexisOrange/{T_HEAD_STYLESHEET}" type="text/css">

<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
        if ( {PRIVATE_MESSAGE_NEW_FLAG} )
        {
                window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
        }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<a name="top"></a>
<table class="mainwindow" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>

<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="100%">


<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr>

</table></td>
</tr>
<tr>
<td class="forumtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr> 

<td valign="top"><div align="left"><img src="templates/alexisOrange/images/logo1.gif"></img></div>
</td></tr>
</table></td>
</tr>
<tr>
<td class="subtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
Wie kan mij verder op weg helpen?

Ohja, forum staat op: http://www.cvworld.nl/forum

Gebruikersavatar
Stef
Berichten: 9080
Lid geworden op: 04 jun 2003, 20:47

Bericht door Stef » 21 jan 2005, 18:42

Voor bezoekers zie je nog subSilver dus wil je óf instellen dat hij standaard Alexis krijgt óf een test account aanmaken.

Gebruikersavatar
christel
Berichten: 239
Lid geworden op: 20 feb 2004, 21:31
Locatie: Nijmegen
Contacteer:

Bericht door christel » 21 jan 2005, 18:49

Klopt, hij stond nog op subsilver omdat ik verschillende templates had uitgeprobeerd. Nu zou je standaard alexis moeten zien. :wink:

Gesloten