我不理解来自标记验证服务的此错误消息,但我无法找到答案。服务似乎指向& nbsp。我想在每个链接之间加一个空行。谢谢。
此上下文中元素ul中不允许使用文字
<div id="content">
<h1>Green Light Data Technologies</h1>
<h2>Product List</h2>
<div id="prod-list">
<ul>
<li><a href="patch-cords.html" target="_blank">Patch Cords</a></li>
<li><a href="ethernet.html" target="_blank">Ethernet Cards</a></li>
<li><a href="bulk-wire.html" target="_blank">Bulk Wire</a></li>
<li><a href="rj45.html" target="_blank">RJ45* Connectors</a></li>
</ul>
</div>
</div><!--/#content-->
答案 0 :(得分:0)
在等待答案时,我一直在寻找,这就是我发现的: http://www.webmasterworld.com/forum21/8348.htm
不是直接引用,请在li标记中添加&amp; nbsp。我认为答案来自Tedster和Span,以回应JayCee提出的类似问题。
这对我有用。 最诚挚的问候