validation error
- helenbn
- Topic Author
- Offline
- New Member
Less
More
12 years 7 months ago #331
by helenbn
Pretty Good Designs | prettygooddesigns.com | Hey, that's pretty good!
validation error was created by helenbn
Hi,
I am getting a validation error:
end tag for "ul" which is not finished
…class="zhgm-ul-markerList-simple"></ul></div><div id="GMapsID" style="margin:0…
✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
Any ideas how I might fix this?
Thanks for such a great extension!
Helen
I am getting a validation error:
end tag for "ul" which is not finished
…class="zhgm-ul-markerList-simple"></ul></div><div id="GMapsID" style="margin:0…
✉
Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.
Any ideas how I might fix this?
Thanks for such a great extension!
Helen
Pretty Good Designs | prettygooddesigns.com | Hey, that's pretty good!
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 7 months ago #332
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: validation error
Hi.
I'll check this in 2-3 hours, and if I lost closing tag, I'll add and do fix release.
Thanks.
PS in JED pending module for component, and in demo site there is an example page
I'll check this in 2-3 hours, and if I lost closing tag, I'll add and do fix release.
Thanks.
PS in JED pending module for component, and in demo site there is an example page
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 7 months ago #333
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: validation error
Hi.
I've checked, and I think it's OK, may be you have any others problems, not caused by placemark list.
For example, I saw letter icon. Is it your's. May be you enter email address. In this case you can get unexpected error, because the other joomla plugin escaped this address, and write not compatible code with my extension.
Can you give me direct link to page with this error
I've checked, and I think it's OK, may be you have any others problems, not caused by placemark list.
For example, I saw letter icon. Is it your's. May be you enter email address. In this case you can get unexpected error, because the other joomla plugin escaped this address, and write not compatible code with my extension.
Can you give me direct link to page with this error
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 7 months ago #334
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Re: validation error
And if you see your code, which you post, you'll see closing ul-tag
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- helenbn
- Topic Author
- Offline
- New Member
12 years 7 months ago #335
by helenbn
Pretty Good Designs | prettygooddesigns.com | Hey, that's pretty good!
Replied by helenbn on topic Re: validation error
Hi Dima,
I can't give you the link yet as it is hidden, but in a day or two I can send it. But I too saw the closing tag in the Page Source so I am not sure what w3c validator is seeing. I am fixing all w3c errors right now and this one does not seem to be related to anything else.
I will post again once I get the site live.
Thanks,
Helen
I can't give you the link yet as it is hidden, but in a day or two I can send it. But I too saw the closing tag in the Page Source so I am not sure what w3c validator is seeing. I am fixing all w3c errors right now and this one does not seem to be related to anything else.
I will post again once I get the site live.
Thanks,
Helen
Pretty Good Designs | prettygooddesigns.com | Hey, that's pretty good!
Please Log in or Create an account to join the conversation.
Time to create page: 0.183 seconds