Problem creating a collapsible list

B

BG

I want to create a non numbered, non bulleted collapsible list. I am using
format/bullets and numbering/numbers tab as instructed by front page.

When I select the non-numbered, non-bulleted style - the list will not
collapse or expand - in fact when selecting the non-numbered, non-bulleted
style - a list is not created at all at the insertion point .

Can someone tell me the trick to creating a collapsible non-numbered,
non-bulleted list?


Thank You,

Bob
 
J

Jim Buyens

Use a small tarnsparent GIF file as a picture bullet.

Or, try one of the billions of tree-view controls
available on the Web.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
J

Jon Spivey

Hi,
add some CSS to your page
<style type="text/css">
ul{
list-style-type:none;
}
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top