Posted by Jim Moe on 11/02/21 11:58
Mike wrote:
> Hi folks, I attempted to upload my simple website using IE and ftp and
> received an error. Below is the top section of my code, below this is
> the error IE gave me. Any help on how to correct this error would be
> greatly appreciated! Mike Salish
>
> The top part of my HTML coding
>
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
Delete the "<?xml ...?>" part. IE does not understand it and does not
like it.
Run your site through an [X]HTML validator:
<http://validator.w3.org/>
<http://www.htmlhelp.com/tools/validator/>
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|