Change Default of Bullets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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/
 
Hi there
If you are using a theme it will always default to your theme bullets but
you can make your own theme or change the bullets in your theme. Go to youe
THEME gallery, go to FORMAT , then THEME, then choose your THEME then under
the theme you will see MODIFY, there you can modify the specific bullet.
then rename your theme.
(e-mail address removed)
http://moosecreekcenter.com/get_a_website1.htm
 
Back
Top