From: abc on
I would like make it single spacings through out my page. When bullet
point list is selected, an extra row is created after the text. To
explain, I typed 5 words which start at the left side. Then I pressed
return. At that point, it is single spacing. Then I select 'Bullets'
and automatically an extra row is inserted. I've checked Paragraph
Properties and all are set to '0' and single spacing. Please can you
advise.

Thank you in advance.
From: 20100206 on
Don't press RETURN. Bullets by definition always start from next line. By
pressing return, you are effectively inserting a line break which is not
necessary.

hth

"abc" <noreply(a)mail.com> wrote in message
news:OOjIEG0pKHA.5696(a)TK2MSFTNGP04.phx.gbl...
>I would like make it single spacings through out my page. When bullet
>point list is selected, an extra row is created after the text. To
>explain, I typed 5 words which start at the left side. Then I pressed
>return. At that point, it is single spacing. Then I select 'Bullets' and
>automatically an extra row is inserted. I've checked Paragraph Properties
>and all are set to '0' and single spacing. Please can you advise.
>
> Thank you in advance.


From: abc on
On 06/02/2010 15:43, 20100206 wrote:
> Don't press RETURN. Bullets by definition always start from next line. By
> pressing return, you are effectively inserting a line break which is not
> necessary.
>
> hth
>
> "abc"<noreply(a)mail.com> wrote in message
> news:OOjIEG0pKHA.5696(a)TK2MSFTNGP04.phx.gbl...
>> I would like make it single spacings through out my page. When bullet
>> point list is selected, an extra row is created after the text. To
>> explain, I typed 5 words which start at the left side. Then I pressed
>> return. At that point, it is single spacing. Then I select 'Bullets' and
>> automatically an extra row is inserted. I've checked Paragraph Properties
>> and all are set to '0' and single spacing. Please can you advise.
>>
>> Thank you in advance.
>
>
Just tried that, but if I type my first few words, not press Return, the
press Bullets, it indents those first few words and adds a bullet in
from of them. I wanted the bullets to start on the line underneath. Am
I doing something wrong?
From: Craig Schiller on
Try SHIFT+ENTER.

Craig

abc wrote:

> On 06/02/2010 15:43, 20100206 wrote:
>
>> Don't press RETURN. Bullets by definition always start from next
>> line. By
>> pressing return, you are effectively inserting a line break which is not
>> necessary.
>>
>> hth
>>
>> "abc"<noreply(a)mail.com> wrote in message
>> news:OOjIEG0pKHA.5696(a)TK2MSFTNGP04.phx.gbl...
>>
>>> I would like make it single spacings through out my page. When bullet
>>> point list is selected, an extra row is created after the text. To
>>> explain, I typed 5 words which start at the left side. Then I pressed
>>> return. At that point, it is single spacing. Then I select
>>> 'Bullets' and
>>> automatically an extra row is inserted. I've checked Paragraph
>>> Properties
>>> and all are set to '0' and single spacing. Please can you advise.
>>>
>>> Thank you in advance.
>>
>>
>>
> Just tried that, but if I type my first few words, not press Return,
> the press Bullets, it indents those first few words and adds a bullet
> in from of them. I wanted the bullets to start on the line
> underneath. Am I doing something wrong?
From: Ronx on
"Am I doing something wrong?"

No.
Open a new page.
Click in the Design Pane (I always use Split view)
Click the Bullets toolbar button - a bullet appears in the Design Pane
Type:
The first <return>
The second <return>

where <return> is the enter key.

The result in code view is:

<body>

<ul>
<li>the first</li>
<li>the second</li>
<li></li>
</ul>

</body>

with the curser ready to type the third bullet point.

In the Design pane, the lines are consecutive, with no gap between them.

If the lines have a large space (=to an empty line) then either you have
some CSS defining line spacing, or the code view is not as above. What do
you see in code view (or the code pane in Split view)?

--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.



"abc" <noreply(a)mail.com> wrote in message
news:eEvKAs1pKHA.5224(a)TK2MSFTNGP05.phx.gbl...
> On 06/02/2010 15:43, 20100206 wrote:
>> Don't press RETURN. Bullets by definition always start from next line.
>> By
>> pressing return, you are effectively inserting a line break which is not
>> necessary.
>>
>> hth
>>
>> "abc"<noreply(a)mail.com> wrote in message
>> news:OOjIEG0pKHA.5696(a)TK2MSFTNGP04.phx.gbl...
>>> I would like make it single spacings through out my page. When bullet
>>> point list is selected, an extra row is created after the text. To
>>> explain, I typed 5 words which start at the left side. Then I pressed
>>> return. At that point, it is single spacing. Then I select 'Bullets'
>>> and
>>> automatically an extra row is inserted. I've checked Paragraph
>>> Properties
>>> and all are set to '0' and single spacing. Please can you advise.
>>>
>>> Thank you in advance.
>>
>>
> Just tried that, but if I type my first few words, not press Return, the
> press Bullets, it indents those first few words and adds a bullet in from
> of them. I wanted the bullets to start on the line underneath. Am I
> doing something wrong?