Pagina 1 van 1

xml fout

Geplaatst: 21 feb 2005, 20:16
door Hakan
&raquo; <a href="viewforum.php?f=16">Extra's & Overige</a>
----------------------------------------------^

1k heb steeds dit fout ik snap het niet wie weet een oplossing hiervoor???


mvg

Hakan

Geplaatst: 21 feb 2005, 20:18
door Hakan
{NAV_LINKS}
,
heb dit al weggehaald
het helpt niet

Geplaatst: 21 feb 2005, 20:21
door LoYaL
Geef eens een link ?

Geplaatst: 21 feb 2005, 20:29
door Hakan

Geplaatst: 21 feb 2005, 20:54
door jh0nny
Ik zie geen fout hoor, kun je je overal_header.tpl uit je template map eens plaatsen, ik vermoed dat daar de fout in zit.

Geplaatst: 21 feb 2005, 20:58
door LoYaL
jh0nny schreef:Ik zie geen fout hoor, kun je je overal_header.tpl uit je template map eens plaatsen, ik vermoed dat daar de fout in zit.
&raquo; <a href="viewforum.php?f=16">Extra's & Overige</a> :roll:

Geplaatst: 21 feb 2005, 21:01
door Hakan

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>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}

<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilversh/{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="85%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-********";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  src="*********">
</script></p>

Geplaatst: 21 feb 2005, 21:18
door Bee
Hmm, er zitten dus nog wel meer XHTML parse errors in :roll:

Verander

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}"> 
in

Code: Selecteer alles

 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html dir="{S_CONTENT_DIRECTION}"> 


Geplaatst: 21 feb 2005, 21:31
door denver
Zou iemand eens naar de mijne willen kijken, ik blijf ook de fout houden en heb {NAV_LINKS} ook al weggehaald :(

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>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilversh/{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><!-- Error_Blocker -->
<script language="JavaScript"> 
<!-- Begin 
function blockError(){return true;} 
window.onerror = blockError; 
// End --> 
</script>
<!-- End Error_Blocker -->
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="{U_INDEX}"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>

Geplaatst: 21 feb 2005, 21:32
door Bee
Voor jouw geldt het zelfde ;)
bee schreef:Hmm, er zitten dus nog wel meer XHTML parse errors in :roll:

Verander

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}"> 
in

Code: Selecteer alles

 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html dir="{S_CONTENT_DIRECTION}"> 


Geplaatst: 21 feb 2005, 21:35
door denver
Je bent een schat, ik heb het meteen veranderd :thumb: :thumb: :thumb: :thumb: :wink:

Geplaatst: 21 feb 2005, 22:33
door Hakan
moet ik die verwijderen????

Geplaatst: 21 feb 2005, 22:35
door Bee
Hakan schreef:moet ik die verwijderen????
Veranderen is overschrijven ;)

Geplaatst: 21 feb 2005, 22:35
door LoYaL
bee schreef:Voor jouw geldt het zelfde ;)
bee schreef:Hmm, er zitten dus nog wel meer XHTML parse errors in :roll:

Verander

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}"> 
in

Code: Selecteer alles

 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html dir="{S_CONTENT_DIRECTION}"> 

Je hoeft niks te verwijderen, alleen veranderen :roll:

Geplaatst: 21 feb 2005, 22:36
door LoYaL
bee je was een paar seconde eerder :lol:

Geplaatst: 21 feb 2005, 22:36
door Bee
Zero schreef:bee je was een paar seconde eerder :lol:
Sta ik bekend om :lol: