Validator
finduilas - 02/03/2006 22:08
PHP gevorderde
Hallo;
Ik ben bezig m'n site wat te verbeteren.Alleen krijg ik altijd errors over <head>,...Maar moet ik in een pagina dat ik include deze tags openen?Misschien is het het omdat ik ze in elke pagina open.Maar kan dit dus kwaad?
15 antwoorden
Gesponsorde links
Gerard - 02/03/2006 22:11
Ouwe rakker
bij een include hoef je dit niet te doen, maar je moet bij de validator natuurlijk wel:
index.php?page=pagina
gebruiken, anders zal hij nooit de juiste info verwerken.
Micron - 02/03/2006 22:26
HTML beginner
Deze regel helemaal boven je pagina zetten:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
finduilas - 02/03/2006 22:46
PHP gevorderde
Maar dan word mijn stylesheet niet geinclude :S.
Micron - 02/03/2006 22:55
HTML beginner
post is een het bovenste gedeelte tot je style word geinclude
finduilas - 03/03/2006 08:24
PHP gevorderde
<head>
<meta content="Intensity" name="copyight" >
<meta content="Finduilas" name="publisher" >
<meta content="Dutch" name="language" >
<meta name="description" content="A enemy Territory clan">
<meta name="Keywords" content="Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" >
<link rel="stylesheet" href="style.css" type="text/css">
</head>
< head>
< meta content= "Intensity" name= "copyight" >
< meta content= "Finduilas" name= "publisher" >
< meta content= "Dutch" name= "language" >
< meta name= "description" content= "A enemy Territory clan" >
< meta name= "Keywords" content= "Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" >
< link rel= "stylesheet" href= "style.css" type= "text/css" >
</ head>
Micron - 03/03/2006 08:36
HTML beginner
<meta content="Intensity" name="copyight" \>
<meta content="Finduilas" name="publisher" \>
<meta content="Dutch" name="language" \>
<meta name="description" content="A enemy Territory clan" \>
<meta name="Keywords" content="Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
<link rel="stylesheet" href="style.css" type="text/css" \>
< meta content= "Intensity" name= "copyight" \>
< meta content= "Finduilas" name= "publisher" \>
< meta content= "Dutch" name= "language" \>
< meta name= "description" content= "A enemy Territory clan" \>
< meta name= "Keywords" content= "Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
< link rel= "stylesheet" href= "style.css" type= "text/css" \>
Probeer dat is. Ik heb de tags nu afgesloten op het eind met \>
finduilas - 03/03/2006 08:43
PHP gevorderde
Wanneer ik die doctype helemaal vanboven zet is het nog steeds hetzelfde probleem.
Micron - 03/03/2006 09:41
HTML beginner
Voor een klant had ik dit gedaan:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Horsting Connections</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
< html>
< head>
< title> Horsting Connections</ title>
< meta http- equiv= "Content-Type" content= "text/html; charset=iso-8859-1" />
< link rel= "stylesheet" href= "css/style.css" type= "text/css" />
En dat werkte gewoon...
Misschien moet je deze regel ff aan je META regels toevoegen
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
< meta http- equiv= "Content-Type" content= "text/html; charset=iso-8859-1" />
Want ik zie dat ie bij jouw ontbreekt:|
finduilas - 03/03/2006 09:53
PHP gevorderde
Dit is nu mijn code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta content="Intensity" name="copyight" \>
<meta content="Finduilas" name="publisher" \>
<meta content="Dutch" name="language" \>
<meta name="description" content="A enemy Territory clan" \>
<meta name="Keywords" content="Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="style.css" type="text/css" \>
</head>
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
< head>
< meta content= "Intensity" name= "copyight" \>
< meta content= "Finduilas" name= "publisher" \>
< meta content= "Dutch" name= "language" \>
< meta name= "description" content= "A enemy Territory clan" \>
< meta name= "Keywords" content= "Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
< meta http- equiv= "Content-Type" content= "text/html; charset=iso-8859-1" />
< link rel= "stylesheet" href= "style.css" type= "text/css" \>
</ head>
En toch word werkt mijn style.css niet.
Micron - 03/03/2006 10:32
HTML beginner
het is opgelost door:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta content="Intensity" name="copyight" \>
<meta content="Finduilas" name="publisher" \>
<meta content="Dutch" name="language" \>
<meta name="description" content="A enemy Territory clan" \>
<meta name="Keywords" content="Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
<link rel="stylesheet" href="style.css" type="text/css" \>
</head>
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
< head>
< meta http- equiv= "Content-Type" content= "text/html; charset=iso-8859-1" />
< meta content= "Intensity" name= "copyight" \>
< meta content= "Finduilas" name= "publisher" \>
< meta content= "Dutch" name= "language" \>
< meta name= "description" content= "A enemy Territory clan" \>
< meta name= "Keywords" content= "Intensity,enemy territory,finduilas,cardena,clan,war,clanbase,proclan" \>
< link rel= "stylesheet" href= "style.css" type= "text/css" \>
</ head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
altijd bovenaan zetten van de META TAGS
Richard - 03/03/2006 10:37
Crew algemeen
die \ moeten natuurlijk wel / worden he;)
Thomas - 03/03/2006 10:38
Moderator
Waarom sluit je tags in hemelsnaam af met een "\"?
Bij "/" kan ik mij nog iets voorstellen, maar "\" niet.
finduilas - 03/03/2006 10:50
PHP gevorderde
Het werkt zonder "/".
Micron - 03/03/2006 11:49 (laatste wijziging 03/03/2006 12:09)
HTML beginner
@ FangorN... nee je moet ook deze / erachter doen en niet die backslash... mijn fout
Gesponsorde links
Dit onderwerp is gesloten .