Pagina 1 van 1

logo en forum in het midden

Geplaatst: 12 sep 2004, 18:42
door Protoman
Hallo,

Ik weet dat het veel gevraagd wordt, en ik heb al gezocht maar het lukt me maar niet om mijn logo en forum gecentreerd te krijgen.

Hier een screenshot van mijn forum zoals hij nu is.


hier een stuk van mijn overall_header.tpl (de tags van het vetgedrukte gedeelte zijn in overall_footer afgesloten):
<!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/familieboterman/{T_HEAD_STYLESHEET}" type="text/css">
<table border="3" background-attachment="fixed">
<body text="#000000" link="#006699" vlink="#5493B4">

<div align="center">
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>


<style type="text/css">
body
{
background-image:
url("http://www.megmouse.viperhosting.net/ik ... spacer.gif");
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>

</table>
<!-- 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 bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

</td>
</tr>
<tr>
<td>

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/familieboterman/images/logo_phpBB.png" border="0" div align="center" alt="{L_INDEX}" vspace="1" /></div></a></td></tr><tr>
<td align="center" width="100%" valign="middle"><span class="maintitle">MENU</span><br />
<table cellspacing="0" cellpadding="2" border="0">
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/familieboterman/images/mini_icon.png" width="13" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">

Geplaatst: 13 sep 2004, 15:24
door Luuk
ik weet niet of ik verkeerde dingen verwijderd heb, maar het was nogal een zooitje, 2x de body tag :roll:

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/familieboterman/{T_HEAD_STYLESHEET}" type="text/css"> 
<style type="text/css"> 
body 
{ 
background-image: 
url("http://www.megmouse.viperhosting.net/ik/templates/familieboterman/images/spacer.gif"); 
background-repeat: 
no-repeat; 
background-attachment: 
fixed 
} 
</style> 

<!-- 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 bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> 

<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center"> 
<tr> 
<td> 

<a name="top"></a> 

<table width="100%" cellspacing="0" cellpadding="10" border="0"> 
<tr> 
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
<tr> 
<td align="center"><a href="{U_INDEX}"><img src="templates/familieboterman/images/logo_phpBB.png" border="0" alt="{L_INDEX}" vspace="1" /></a></td></tr>
<tr> 
<td align="center" width="100%" valign="middle"><span class="maintitle">MENU</span><br /> 
<table cellspacing="0" cellpadding="2" border="0"> 
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/familieboterman/images/mini_icon.png" width="13" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">

Geplaatst: 13 sep 2004, 17:50
door Protoman
bedankt, het werkt! :thumb:

en ja ik ben ook geen held hierin, net genoeg kennis voor een betje mooie site :oops: :bier: