Ciao a tutti,
ho messo online alcune pagine di prova del mio sito ma al momento della validazione del codice html ho riscontrato alcuni errori che riporto quì di seguito.
Line 13 column 61: character data is not allowed here.
... rel="stylesheet" type="text/css" href="css/style.css" />
Error Line 39 column 32: end tag for "DIV" omitted, but its declaration does not permit this.
Connessione a MySQL non riuscita
Info Line 30 column 4: start tag was here.
<div id="contenuti">
Error Line 39 column 32: end tag for "DIV" omitted, but its declaration does not permit this.
Connessione a MySQL non riuscita
Info Line 16 column 0: start tag was here.
<div id="container">
per quanto riguarda gli ultimi 2 errori penso siano dovuti al fatto che ho creato un index in cui ho incluso tramite codice .php header, menu e footer. Ecco il codice dell' index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="generator" content="Bluefish">
<meta name="author" content="kodem">
<meta name="copyright" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Expires" content="Tue, 20 Aug 2004 14:25:27 GMT">
<title>WebKode</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="container">
<!-- Inizio Header -->
<?php include("header.php"); ?>
<!-- Fine Header -->
<!-- Inizio Contenuti -->
<div id="contenuti">
<img src="news/images/news.png" width="120" height="30" alt="" />
<?php include("news/include.php"); ?>
</div>
<!-- Fine Contenuti -->
<!-- Inizio Menu -->
<?php include("menu.php"); ?>
<!-- Fine Menu -->
<!-- Inizio footer -->
<?php include("footer.php"); ?>
<!-- Fine footer -->
</div>
</body>
</html>
il link della pagina è : http://lillo68.altervista.org
ho messo online alcune pagine di prova del mio sito ma al momento della validazione del codice html ho riscontrato alcuni errori che riporto quì di seguito.
Line 13 column 61: character data is not allowed here.
... rel="stylesheet" type="text/css" href="css/style.css" />
Error Line 39 column 32: end tag for "DIV" omitted, but its declaration does not permit this.
Connessione a MySQL non riuscita
Info Line 30 column 4: start tag was here.
<div id="contenuti">
Error Line 39 column 32: end tag for "DIV" omitted, but its declaration does not permit this.
Connessione a MySQL non riuscita
Info Line 16 column 0: start tag was here.
<div id="container">
per quanto riguarda gli ultimi 2 errori penso siano dovuti al fatto che ho creato un index in cui ho incluso tramite codice .php header, menu e footer. Ecco il codice dell' index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="generator" content="Bluefish">
<meta name="author" content="kodem">
<meta name="copyright" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Expires" content="Tue, 20 Aug 2004 14:25:27 GMT">
<title>WebKode</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="container">
<!-- Inizio Header -->
<?php include("header.php"); ?>
<!-- Fine Header -->
<!-- Inizio Contenuti -->
<div id="contenuti">
<img src="news/images/news.png" width="120" height="30" alt="" />
<?php include("news/include.php"); ?>
</div>
<!-- Fine Contenuti -->
<!-- Inizio Menu -->
<?php include("menu.php"); ?>
<!-- Fine Menu -->
<!-- Inizio footer -->
<?php include("footer.php"); ?>
<!-- Fine footer -->
</div>
</body>
</html>
il link della pagina è : http://lillo68.altervista.org