"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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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"<(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> 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?