Floodster
Technical User
- Jan 28, 2005
- 204
Me again!!
I have validated all my pages using W3C Validator & they all passed, however I'm having problems hosting my site 'live'( . I thought I would use the Dreamweaver validate markup option & I am getting 2 errors on my template pages. They are;
Here are the first 4 lines of my template;
As my problems hosting it live are to do with XML errors (not sure what) I think these 2 above could be the problem.
Any help would be great, It's been driving me mad all weekend & I have promised to have this up & running my the end of this week.
Thanks.
I have validated all my pages using W3C Validator & they all passed, however I'm having problems hosting my site 'live'( . I thought I would use the Dreamweaver validate markup option & I am getting 2 errors on my template pages. They are;
Code:
Line 2: The tag name:"?xml" not found in currently active versions
Line 4: The tag:"html" is not allowed within :"?xml" it is only allowed within : .
Code:
<%@ LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] lang="en" xml:lang="en">
As my problems hosting it live are to do with XML errors (not sure what) I think these 2 above could be the problem.
Any help would be great, It's been driving me mad all weekend & I have promised to have this up & running my the end of this week.
Thanks.