Can somebody help me with this error !?

C

catalyst

<li><a href="http://www.Dubrava.hr">Dubrava</a></li>?

The element named above was found in a context where it is not allowed. This
could mean that you have incorrectly nested elements -- such as a "style"
element in the "body" section instead of inside "head" -- or two elements
that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML
documents. Due to HTML's rules of implicitly closed elements, this error can
create cascading effects. For instance, using XHTML's "self-closing" tags
for "meta" and "link" in the "head" section of a HTML document may cause the
parser to infer the end of the "head" section and the beginning of the
"body" section (where "link" and "meta" are not allowed; hence the reported
error).



Really don't know what to look for !?
 
E

Els

catalyst said:
<li><a href="http://www.Dubrava.hr">Dubrava</a></li>?

The element named above was found in a context where it is not allowed. [snip]
Really don't know what to look for !?

Maybe it would help to see what could is right before and after the
above snippet. Wild blind guess: not <ul> and </ul>?
 
R

richard

<li><a href="http://www.Dubrava.hr">Dubrava</a></li>?

The element named above was found in a context where it is not allowed. This
could mean that you have incorrectly nested elements -- such as a "style"
element in the "body" section instead of inside "head" -- or two elements
that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML
documents. Due to HTML's rules of implicitly closed elements, this error can
create cascading effects. For instance, using XHTML's "self-closing" tags
for "meta" and "link" in the "head" section of a HTML document may cause the
parser to infer the end of the "head" section and the beginning of the
"body" section (where "link" and "meta" are not allowed; hence the reported
error).



Really don't know what to look for !?


Is that error from the site given in the link?
If it is, man you need to learn how to code.
132 errors!!

One even mentioned the fact that there was not even a "<head>" tag.
Which there is but the coding throws it out of whack.
<style> should be placed in the "head", not within a division.
 
J

Jukka K. Korpela

Scripsit catalyst:
<li><a href="http://www.Dubrava.hr">Dubrava</a></li>?

Post a URL instead of random fragments. Explain what you have done.
Write a Subject line that tells what your problem is about, instead of
idle talk. Use your real name to look real.
The element named above was found in a context where it is not
allowed.

Right. But you are quoting something without indicating it as quoted and
without telling where you took it from. Read your own message to see how
confused and confusing it is.
Really don't know what to look for !?

Still less can we know it, since you don’t even tell what your problem
is and what the URL is.

There is nothing invalid in the fragment you included. It just appears
in a wrong place, syntactically. How could _we_ guess where?

The element appeas in a context where it is not allowed. The validator
(you were really quoting a validator's report, without saying it at all)
told it loud and clear.
 
B

Blinky the Shark

Jim said:
<Thump. Thump!> <Curse, grumble>
Damn this crystal ball! The shop said it was fixed!

And I'll bet you didn't buy the extended warranty, either, hmm? :)
 
R

Roderik

catalyst said:
<li><a href="http://www.Dubrava.hr">Dubrava</a></li>?

The element named above was found in a context where it is not allowed. This
could mean that you have incorrectly nested elements -- such as a "style"
element in the "body" section instead of inside "head" -- or two elements
that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML
documents. Due to HTML's rules of implicitly closed elements, this error can
create cascading effects. For instance, using XHTML's "self-closing" tags
for "meta" and "link" in the "head" section of a HTML document may cause the
parser to infer the end of the "head" section and the beginning of the
"body" section (where "link" and "meta" are not allowed; hence the reported
error).



Really don't know what to look for !?

Look for the context.
 
J

Jukka K. Korpela

Scripsit catalyst:
There was on division superfluous before that href !

Fine. Now please shut the door behind you. Please waste just your own
time in future, until you have learned how to ask questions and discuss
matters sensibly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top