Jag blir tokig. Förstår inte varför det inte funkar...
Iof kan jag knappt detta men ändå
Jag hade tänkt använda ramar på sidan så då blir det väl xhtml 1.0 Transitional? Just nu hade jag tänkt att bara köra ett exempel jag hittade hos w3 och det blev visst strict... men sen hade jag tänkt köra transitional iaf...
Självklart ska jag inte få det att funka? Den vägrar att godkänna det, har jag missat någon tagg? För visst är det bara att gå till http://validator.w3.org o där trycka in adressen till sidan?
test.html :
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv" lang="sv">
<head>
<title>Testar XHTML</title>
</head>
<body>
Vi testar xhtml...
</body>
</html>
I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document. The sources I tried are:
The HTTP Content-Type field.
The XML Declaration.
The HTML "META" element.
And I even tried to autodetect it using the algorithm defined in Appendix F of the XML 1.0 Recommendation.
Since none of these sources yielded any usable information, I will not be able to validate this document. Sorry. Please make sure you specify the character encoding in use.
Line 9, column 15: there is no attribute "rows" (explain...).
<frameset rows="*" cols="5%,404,23%" framespacing="0" frameborder="NO" border=".
^
Line 9, column 24: there is no attribute "cols" (explain...).
<frameset rows="*" cols="5%,404,23%" framespacing="0" frameborder="NO" border=".
^
Line 9, column 50: there is no attribute "framespacing" (explain...).
<frameset rows="*" cols="5%,404,23%" framespacing="0" frameborder="NO" border="0">
Jag tror det är jag som inte skriver kod som är standard är det så?
Ajdå. men vad är det då för skillnad mellan Transitional och Frameset? Trodde Transitional va om man hade frames.. när har man Transitional? Är det bara o byta mellan strict/transitional/frameset beroende på vad man har på just den sidan?