PC Review


Reply
Thread Tools Rate Thread

Default Indent for Expandable Lists

 
 
=?Utf-8?B?QVY=?=
Guest
Posts: n/a
 
      28th Jun 2005
When using FP-generated expandable, bulleted lists, how can I change the
default indent for each level of the list? If I format the bullt (List
Properties > Style) and change the indent, it makes the change in the design
view., but the origianl, default indent displays when I review the page,

I have also tried creating a DIV in my external stylesheet to control the ul
and li default indent, but it seems like the FP default just rolls right over
it.

Thanks.
 
Reply With Quote
 
 
 
 
Jon Spivey
Guest
Posts: n/a
 
      28th Jun 2005
Hi,

To get this working cross browser you need margin & padding - both to the
same value. Then you can set indents thus
first level
ul{
margin:0;
padding:0;
}
second level
ul ul {
margin: 1em;
padding: 1em;
}
and so on

--
Cheers,
Jon
Microsoft MVP

"AV" <(E-Mail Removed)> wrote in message
news:26ED3DAA-2BED-4AEA-A32C-(E-Mail Removed)...
> When using FP-generated expandable, bulleted lists, how can I change the
> default indent for each level of the list? If I format the bullt (List
> Properties > Style) and change the indent, it makes the change in the
> design
> view., but the origianl, default indent displays when I review the page,
>
> I have also tried creating a DIV in my external stylesheet to control the
> ul
> and li default indent, but it seems like the FP default just rolls right
> over
> it.
>
> Thanks.



 
Reply With Quote
 
=?Utf-8?B?QVY=?=
Guest
Posts: n/a
 
      28th Jun 2005
Hi Jon,

Thanks for your reply. I would like to set the ul levels up as different
classes, so the settings can be different from the list styles used in the
body. I tried this:

In the external stylesheet:

div.ul {margin:0; padding:0}
div. ul ul {margin: 1em; padding: 1em}

In the code:
div id="ul"
blah blah
</div>

div id="ul ul"
blah blah
<div>

Again, it's like the FP generated code wants to take over.

Also, is it possible to set the ul image source in the stylesheet? I can't
get that to fly either.

Thanks.

"Jon Spivey" wrote:

> Hi,
>
> To get this working cross browser you need margin & padding - both to the
> same value. Then you can set indents thus
> first level
> ul{
> margin:0;
> padding:0;
> }
> second level
> ul ul {
> margin: 1em;
> padding: 1em;
> }
> and so on
>
> --
> Cheers,
> Jon
> Microsoft MVP
>
> "AV" <(E-Mail Removed)> wrote in message
> news:26ED3DAA-2BED-4AEA-A32C-(E-Mail Removed)...
> > When using FP-generated expandable, bulleted lists, how can I change the
> > default indent for each level of the list? If I format the bullt (List
> > Properties > Style) and change the indent, it makes the change in the
> > design
> > view., but the origianl, default indent displays when I review the page,
> >
> > I have also tried creating a DIV in my external stylesheet to control the
> > ul
> > and li default indent, but it seems like the FP default just rolls right
> > over
> > it.
> >
> > Thanks.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting indent in bullet lists D. Microsoft Word Document Management 1 13th Feb 2010 06:21 AM
Default indent for expandable, bulleted list =?Utf-8?B?QVY=?= Microsoft Frontpage 2 29th Jun 2005 10:39 PM
Tab won't increase indent in bulleted/numbered lists. Help! =?Utf-8?B?RG9vZ2ll?= Microsoft Word Document Management 1 2nd May 2005 05:46 AM
Re: Increase indent button and lists Suzanne S. Barnhill Microsoft Word New Users 0 27th Jul 2004 09:58 PM
expandable lists George Wilson Microsoft Word New Users 1 26th Jul 2004 08:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:54 AM.