Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

UL/Spacing

2 views
Skip to first unread message

TonyN

unread,
Mar 4, 2010, 6:49:01 PM3/4/10
to
Hello Everyone: I am an HTML novice, using HTML Help Workshop to create a
Help file for an MS/Access database. My question concerns controlling line
spacing with the following HTML code:

<b><u>Server:</u></b>
<ul>
<li>First List item...</li>
</ul>

With this code there is a blank line after "Server", and then the List
starts. Is there a way I can suppress this blank line and have the List start
on the next line, after "Server"?

Thanks. . .

Tony N

Hot-text

unread,
Mar 5, 2010, 7:45:27 PM3/5/10
to
Pick One!


<ul><b><u>Server</u></b>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>


<dir><b><u>Server</u></b>
<li>1</li>
<li>2</li>
</dir>

<ul><b><u>Server:</u></b>
<ol>
1
</ol>
<ol>
2
</ol>
<ol>
3
</ol>
</ul>


"TonyN" <To...@discussions.microsoft.com> wrote in message
news:67A91448-2AF3-458E...@microsoft.com...

Andrei Akhmetov

unread,
Mar 22, 2010, 4:21:27 PM3/22/10
to
TRY:
<ul><b><u>Server:</u></b>

<li>First List item...</li>
</ul>


On 3/4/2010 6:49 PM, TonyN wrote:
> <b><u>Server:</u></b>
> <ul>
> <li>First List item...</li>
> </ul>


--
Otherwise, shrug shrug.

Andrei Akhmetov

unread,
Apr 13, 2010, 4:15:41 PM4/13/10
to
Try:


<ul>


<b><u>Server:</u></b>

<li>First List item...</li>
</ul>

url:http://www.ureader.com/msg/1498388.aspx

Andrei Akhmetov

unread,
Apr 13, 2010, 4:15:45 PM4/13/10
to
Try:


<ul>


<b><u>Server:</u></b>

<li>First List item...</li>
</ul>

url:http://www.ureader.com/msg/1498388.aspx

Andrei Akhmetov

unread,
Apr 13, 2010, 4:15:53 PM4/13/10
to
Try:


<ul>


<b><u>Server:</u></b>

<li>First List item...</li>
</ul>

url:http://www.ureader.com/msg/1498388.aspx

Andrei Akhmetov

unread,
Apr 13, 2010, 4:16:07 PM4/13/10
to
Try:


<ul>


<b><u>Server:</u></b>

<li>First List item...</li>
</ul>

url:http://www.ureader.com/msg/1498388.aspx

Andrei Akhmetov

unread,
Apr 13, 2010, 4:15:49 PM4/13/10
to
Try:


<ul>


<b><u>Server:</u></b>

<li>First List item...</li>
</ul>

url:http://www.ureader.com/msg/1498388.aspx

0 new messages