The style: .bodyunderline {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: x-small;
text-decoration: underline;
color: black;
font-weight: normal;
}
The htm as the above style is applied:
<ol type="i"><li>some text<span class="bodyunderline">some unerlined text</span>
<strong>AGREED:</strong> more text</li>
<li>some text <span class="bodyunderline">some underlined text</span> <strong> AGREED:</strong> No objections
</li>
</ol>
The problem: both the text AND the white space in between the text should be underlined - this is the case with the second item in the list, but not the first. I can't see why - can anyone on here throw any light please?
Thanks, Jools
[edited by: Nick_W at 10:06 am (utc) on April 2, 2003]
[edit reason] no specifics please [/edit]