centering bullet points

M

Mike

Is it possible in FP2002 to have bullet points centralised on a page? Can
centralise the text but what about the bullet mark itself?
Thank you
Mike
 
R

Ronx

Try:
<div style="float:right;width:50%;>
<ul style="margin-left:15px;">
<li>list item 1</li>
</ul>
</div>
<div style="clear:both;line-height:0;font-size:0;">&nbsp;</div>

You may have to experiment with the width of the floating <div> and the
<ul> left margin.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
J

Jim Fitzgerald

Have you tried creating a one-cell table. Center the table, hide the boarders
and set the table width so that the left side is about where you want the
bullets to appear.

Also there is an indent feature that works with bulleted lists. You can
create a set bullets and then select all of them and indent the whole
selection to the right. The indent feature on the formatting tool bar
 
M

Mike

Thank you Ronx and Jim very much for your prompt replies. Selecting and then
indenting to the right is the simpler therefore my preferred option.

Mike
 
R

Ronx

Try it in different sized browsers - you may be surprised. Use
File->Preview in Browser with the different size options.
<blockquote> (the tag used by the toolbar indent button) indents by a
fixed amount, so what appears centred on your browser will not be
centred on mine.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Top