Hi there!
After converting an existing static html site to a DotNetNuke it fails validation of both CSS and HTML.
The CSS validation is probably an easy fix : File not found: http://www.bahusia.se/Portals/_default/Skins/Bahusia Snapsis/skin.css: Not Found
The strange about this error is that the CSS file is in place and working.
But then there are all of the 14 html errors that seems to be caused by DNN:
2 of : character data is not allowed here
" /><meta id="MetaKeywords" name="KEYWORDS" content="Personalförmedling, Rekryte
5 of :
value of attribute "ID" invalid: "_" cannot start a name
…r" type="text/css"></style><link id="_Portals__default_" rel="stylesheet" typ
4 of :
there is no attribute "ID"
<head id="Head"><meta id="MetaDescription" name="DESCRIPTION" content="Bahusia
3 of : document type does not allow element "DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
…--><div id="dnn_ctr367_ModuleContent">
and then there are about 20 warnings about:
NET-enabling start-tag requires SHORTTAG YES
" /><meta id="MetaKeywords" name="KEYWORDS" content="Personalförmedling, Rekryte
The doctype of the skin is:
<SkinDocType><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">]]></SkinDocType>
You can see the html validation HERE!
and the CSS validation HERE!
Is there someone who can help me? Or atleast have some ideas of what to do?
Best Regards!
Jari Ivanoff