Bullet images

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

Guest

Can someone tell me how to get different images for the bullets (other than
filled circle, open circle, or squares?) I know MS Word has several more and
I'm wondering if I can somehow import. Also wondering how I can create my
own and what size it needs to be.

Thanks,
Beverly
 
You can use images - custom bullets

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I have found that these don't work so well cross-browser/platform.

In my experienece, the most reliable way to do custom bullets is to make the
images a non-repeating background image to the <li> tag, and pad the tag
with enough space to move the content beyond the 'bullet', e.g,

li { background:url('yourbullet.gif') no-repeat; padding-left:20px; }
 
Hi Thomas,
Not sure I understand - I know you can create custom bullets - but how?
What size do they need to be? Are there any templates that can be used?

Thanks,
Beverly
 
Whatever size you want them to be in a graphic application, then import. Not aware of any templates,
etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top