- From: <banyon.jarvis@lycos.com>
- Date: Tue, 25 Aug 2020 02:34:07 +0000
- To: www-validator@w3.org
Received on Tuesday, 25 August 2020 16:04:27 UTC
w3.org,
Thanks for a great site to check all my mistakes.
I do have a little surprise for you.
I have a nested unordered list that has the following style added in the
style section within the head element.
ul {
list-style-image: url('needle.gif');
}
This makes my bullets into a sewing needle
Here is the error I get when checking the page
and here is my code that it is hitting on, but I cannot see the reason
for the error as the paragraph is in fact opened and closed. I checked
the whole page in notpad++ to be sure no orphan code was laying about
and still cannot find this issue.
Good luck on this one :)
<p>
<ul>
<li>Hand sewn </li>
<li>Machine sewn </li>
<li>repairs pieced </li>
<li>light cleaning </li>
</ul>
</p>
Received on Tuesday, 25 August 2020 16:04:27 UTC