Change Default of Bullets

C

Chi

Hi,

Would you please show me how I can change the default bullets?

Ex: I like the circle bullets, but any time I use "FORMAT/BULLETS AND
NUMBERING" option to insert a bullet in my page, it shows a square one.
Please help.

Thanks
Chi Huynh
 
R

Ronx

In code view change the <ul> tag to

<ul style="list-style-type: circle;">

and then the list...
<li>....</li>
</ul>

Or, in design view, right click on the list (near to an existing bullet)
and choose List properties.
On the "plain bullets" tag, select the circle bullets.
--
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