IE says problem with sytax eror line 2 char 1

I have a problem with a syntax eror in start .

What am I missing?



Here's a link to the page www.terzic-bus.hr



beginer
PIAGGIO-SB [ Fr, 01 Februar 2008 10:10 ] [ ID #1922229 ]

Re: IE says problem with sytax eror line 2 char 1

PIAGGIO-SB wrote:

> I have a problem with a syntax eror in start .
>
> What am I missing?
>
> Here's a link to the page www.terzic-bus.hr
>
> beginer

Besides the various validation errors, there is also the infamous
"Byte-Order Mark".

<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.terzic-bus.hr%2F>

"The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to
cause problems for some text editors and older browsers."

Open your html file in a text editor, and get rid of the 3 funny
characters at the start, before saving and re-uploading. Some text
editors can be set to not use this BOM, like for example TextPad
(http://textpad.com/)

--
Els http://locusmeus.com/
Els [ Fr, 01 Februar 2008 10:19 ] [ ID #1922230 ]

Re: IE says problem with sytax eror line 2 char 1

Thank you!
i will try later when I come home from work
"Els" <els.aNOSPAM [at] tiscali.nl> wrote in message
news:shjgws6oy24.1mr4sjag6lkmd$.dlg [at] 40tude.net...
> PIAGGIO-SB wrote:
>
> > I have a problem with a syntax eror in start .
> >
> > What am I missing?
> >
> > Here's a link to the page www.terzic-bus.hr
> >
> > beginer
>
> Besides the various validation errors, there is also the infamous
> "Byte-Order Mark".
>
>
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.terzic-bus.hr%
2F>
>
> "The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to
> cause problems for some text editors and older browsers."
>
> Open your html file in a text editor, and get rid of the 3 funny
> characters at the start, before saving and re-uploading. Some text
> editors can be set to not use this BOM, like for example TextPad
> (http://textpad.com/)
>
> --
> Els http://locusmeus.com/
PIAGGIO-SB [ Fr, 01 Februar 2008 11:19 ] [ ID #1922231 ]

Re: IE says problem with sytax eror line 2 char 1

I didn't really understand you.
I changed the page but the problem exsists
so small problem but so ...grrr
"PIAGGIO-SB" <nautik [at] sb.t-com.hr> wrote in message
news:fnuroe$4g6$1 [at] ss408.t-com.hr...
> Thank you!
> i will try later when I come home from work
> "Els" <els.aNOSPAM [at] tiscali.nl> wrote in message
> news:shjgws6oy24.1mr4sjag6lkmd$.dlg [at] 40tude.net...
>> PIAGGIO-SB wrote:
>>
>> > I have a problem with a syntax eror in start .
>> >
>> > What am I missing?
>> >
>> > Here's a link to the page www.terzic-bus.hr
>> >
>> > beginer
>>
>> Besides the various validation errors, there is also the infamous
>> "Byte-Order Mark".
>>
>>
> <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.terzic-bus.hr%
> 2F>
>>
>> "The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to
>> cause problems for some text editors and older browsers."
>>
>> Open your html file in a text editor, and get rid of the 3 funny
>> characters at the start, before saving and re-uploading. Some text
>> editors can be set to not use this BOM, like for example TextPad
>> (http://textpad.com/)
>>
>> --
>> Els http://locusmeus.com/
>
>
hartmann [ Fr, 01 Februar 2008 19:30 ] [ ID #1922244 ]

Re: IE says problem with sytax eror line 2 char 1

Hartmann wrote:
> "PIAGGIO-SB" <nautik [at] sb.t-com.hr> wrote in message
> news:fnuroe$4g6$1 [at] ss408.t-com.hr...
>> "Els" <els.aNOSPAM [at] tiscali.nl> wrote in message
>> news:shjgws6oy24.1mr4sjag6lkmd$.dlg [at] 40tude.net...
>>> PIAGGIO-SB wrote:
>>>
>>> > I have a problem with a syntax eror in start .
>>> >
>>> > What am I missing?
>>> >
>>> > Here's a link to the page www.terzic-bus.hr
>>> >
>>> > beginer
>>>
>>> Besides the various validation errors, there is also the infamous
>>> "Byte-Order Mark".
>>>
>>> <http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.terzic-bus.hr%2F>
>>>
>>> "The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to
>>> cause problems for some text editors and older browsers."
>>>
>>> Open your html file in a text editor, and get rid of the 3 funny
>>> characters at the start, before saving and re-uploading. Some text
>>> editors can be set to not use this BOM, like for example TextPad
>>> (http://textpad.com/)
>>
>> Thank you!
>> i will try later when I come home from work
>
> I didn't really understand you.
> I changed the page but the problem exsists
> so small problem but so ...grrr

You changed it by taking out the doctype?
The doctype was good, best put it back in :-)

One of the errors that causes a lot of other "errors" to appear in the
validator, was that on the line before <body>, you have <head>. This
should be </head>. If you change that, a whole bunch of errors will
magically disappear.

This is separate from the Byte-Order Mark though. Which editor are you
using to edit your HTML files?

--
Els http://locusmeus.com/
Els [ Fr, 01 Februar 2008 19:53 ] [ ID #1922245 ]
Miscellaneous » alt.html » IE says problem with sytax eror line 2 char 1

Vorheriges Thema: Advanced CSS help needed with dropdown problem in IE 6 & 7
Nächstes Thema: Whither AJAX?