Ciao a tutti,
mi servirebbe un po di aiuto per validare il mio sito (in locale).
primo errore:
-------------------------------------------------------------------
Line 13, Column 61: document type does not allow element "link" here.

… rel="stylesheet" type="text/css" href="css/stile.css" />

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

Il mio codice corrispondente è:
<!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">
<head>
<link rel="stylesheet" type="text/css" href="css/stili.css" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>ACCEDI</title>
</head>

--------------------------------------------------------------------
secondo errore:
general entity "nbsp" not defined and no default entity.

…ina devi prima effettuare la registrazione
cosa hanno che non vanno i miei &nbsp???
--------------------------------------------------------------------
Grazie a tutti
Fabio.