witte streep naast logo.
Geplaatst: 16 okt 2005, 14:10
Ik heb fisubsilver geinstalleerd, en heb een nieuwe header gemaakt.
Echter heb ik rechts van het logo een klein wit verticaal streepje.
Ik weet niet hoe ik hem weg krijg, want in het logo zelf zit het niet.
Dit is mijn overall_header:
Dit is de link, als je wilt kijken kies dan wel LIGHT BACKGROUND op de portal.
http://www.thealtar.nl/phpBB2/portal.php
thanx!
Echter heb ik rechts van het logo een klein wit verticaal streepje.
Ik weet niet hoe ik hem weg krijg, want in het logo zelf zit het niet.
Dit is mijn overall_header:
Code: Selecteer alles
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<script language="JavaScript">
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert(".:[ oLd sCHOOl nEVEr dIEs!!! ]:.");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
<SCRIPT LANGUAGE="Javascript">
var win = null;
function Gk_PopTart(mypage,myname,w,h,scroll)
{
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no';
win = window.open(mypage,myname,settings);
}
</SCRIPT>
<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/fisubsilver/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script 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>
<a name="top" id="top"></a>
<table class="bodyline" width="950" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="{U_INDEX}"><img src="templates/fisubsilver/images/naamloos.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" /></a></td>
<td width="100%"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav"> <a href="portal.php">Home</a> • <a href="index.php">Forum</a> • <a href="{U_SEARCH}">{L_SEARCH}</a>
• <a href="{U_RECENT}">{L_RECENT}</a> • <a href="{U_DOWNLOAD}">{L_DOWNLOAD} </a><!-- BEGIN switch_user_logged_out -->
• <a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
• <a href="{U_PROFILE}">{L_PROFILE}</a> • <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
• <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
{PORTAL_HEADER}
<td width="0"><img src="images/spacer.gif" alt="" width="10" height="30" /></td>
<td valign="top">
http://www.thealtar.nl/phpBB2/portal.php
thanx!