|
Posted by Benjamin Niemann on 01/15/38 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
>
> [snip]
>
> BELOW IS THE ERROR MESSAGE I RECEIVED AFTER I UPLOADED VIA IE FTP:
>
> The XML page cannot be displayed
> Cannot view XML input using XSL style sheet. Please correct the error
> and then click the Refresh button, or try again later.
>
>
> --------------------------------------------------------------------------------
>
> End tag 'div' does not match the start tag 'IMG'. Error processing
> resource 'ftp://SNIP:SNAP@bottlepal.com...
^^^^^^^^^
You have just posted the login credentials to your webspace.
*Change your password as soon as possible!!!*
> <div style="text-align: center;"><IMG
> SRC="http://i100.photobucket.com/albums/m16/mikesal3731/57b9272a.jpg"
> ALT="lo...
The relevant part seems to be missing, but I think, you forgot to close the
IMG element (<IMG ... /> instead of <IMG ... >).
Element and attribute names are case-sensitive in XHTML, you'll have to use
lower case. Are you sure you need XHTML?
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
Navigation:
[Reply to this message]
|