Datum ineens bovenaan?

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
Epox
Berichten: 549
Lid geworden op: 15 feb 2004, 19:26
Locatie: Eindhoven
Contacteer:

Datum ineens bovenaan?

Bericht door Epox » 06 jun 2005, 17:15

Hey,

op http://www.featuregaming.nl staat ineens een datum bovenaan, terwijl ik dat er helemaal niet heb ingezet!
Hier is overall_header:

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/{CREAMY}/{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 -->
<script language="javascript" type="text/javascript">
<!--
function ShowHide(layer_open, layer_close) {
	if (layer_open != '') {
		expandLayer(layer_open);
	}	
	if (layer_close != '') {
		expandLayer(layer_close);
	}
}	
	
function expandLayer(name) {
	var itm = null;

	if (document.getElementById) {
		itm = document.getElementById(name);
	} else if (document.all) {
		itm = document.all[name];
	} else if (document.layers) {
		itm = document.layers[name];
	}
	
	if (!itm) {
	} else if (itm.style) {
		if (itm.style.display == "none") { 
			itm.style.display = ""; 
		} else { 
			itm.style.display = "none"; 
		}
	} else {
		itm.visibility = "show"; 
	}
}
//-->
</script>
</head>
<body>
<a name="top"></a>
<table align="center" class="bodyline" width="800" cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td><table class="hdrtop" width="100%" cellspacing="0" cellpadding="0">
			<td align="left" width="35"><img src="templates/{CREAMY}/images/main_left.gif" width="35" height="25" alt="" /></td>
			<td width="35" align="right"><img src="templates/{CREAMY}/images/main_right.gif" width="35" height="25" alt="" /></td>
		</table></td>
	</tr>
	<tr>
		<td><table width="100%" cellspacing="0" cellpadding="0" border="0">
					<tr>
						<td align="center"><a href="{U_INDEX}"><img src="templates/{CREAMY}/images/logo_creamy.jpg" border="0" alt="{L_INDEX}" /></a></td>
					</tr>
		</table></td>
	</tr>
	<tr>5/Jun/2005 19:51
		<td><table width="100%" border="0" cellspacing="0" cellpadding="10">
			<tr>
				<td>
			

Edit: Nu ik het kopieer zie ik het, sorry, topic mag op slot.
éépoks

Gesloten