Underligt CSS-problem (Validering)
Hej denne side:index.htm:
<!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>
<title>sequence4 - comming soon</title>
<link rel="SHORTCUT ICON" href="icon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="sequence4" />
<meta name="Keywords" content="webdesign; sequence; sequence4; design; web; grafik; sequence 4; flash; photoshop; asp.net; asp.net 2.0;" />
<meta name="Description" content="Tilbyder fulde løsninger indenfor multimedie webdesign og grafisk identitet" />
<meta name="Copyright" content="Copyright (c) 2006, sequence4" />
</head>
<body style="background-color:#eae9e5; background-image:url(logo.png); background-position:center center; background-repeat:no-repeat; background-attachment:fixed;" />
</html>
-------------------------------
global.ascx:
<%@ Application Language="VB" %>
<script runat="server">
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
Response.Redirect("index.htm")
End Sub
</script>
--------------------------
Når jeg prøver at lave en CSS-validering får jeg denne fejl:
Please, validate your XML document first!
Line 1
Column 1
Content is not allowed in prolog.
Hvad i alverden er der galt?