W
Wayfarer
Hi,
I have a page that displays quotations that uses an unordered list. I
tried to do the following:
<ul>
<li>some text<br></li>
</ul>
but the W3C Validator told me it wasn't valid for 4.01 Transitional.
How can I double-space <li> tags and have it pass as valid? Is there
some way to do it with CSS? Any help would be appreciated.
TIA
Wayfarer
I have a page that displays quotations that uses an unordered list. I
tried to do the following:
<ul>
<li>some text<br></li>
</ul>
but the W3C Validator told me it wasn't valid for 4.01 Transitional.
How can I double-space <li> tags and have it pass as valid? Is there
some way to do it with CSS? Any help would be appreciated.
TIA
Wayfarer