PC Review


Reply
Thread Tools Rate Thread

Bullet position

 
 
Paul M
Guest
Posts: n/a
 
      24th Jun 2005
Hi
Using CSS how I can control the indentation of the bullets in a list ie.
when the list drops I want the bullets to be more to the left .
Thanks
Paul M


 
Reply With Quote
 
 
 
 
Jon Spivey
Guest
Posts: n/a
 
      24th Jun 2005
Hi Paul.

You can't - the distance between the bullet and the text is fixed. The way
around it would be to make a bullet in your graphics prgram and them use
some CSS like this,
<style type="text/css">
li{
list-style-type:none;
background: #fff url(bullet.gif) no-repeat;
padding-left:20px;
}
</style>

By altering the left padding you can move the bullet closer/further away
from the text.

--
Cheers,
Jon
Microsoft MVP

"Paul M" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi
> Using CSS how I can control the indentation of the bullets in a list ie.
> when the list drops I want the bullets to be more to the left .
> Thanks
> Paul M
>



 
Reply With Quote
 
Paul M
Guest
Posts: n/a
 
      24th Jun 2005
Thanks Jon
Paul M
"Jon Spivey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Paul.
>
> You can't - the distance between the bullet and the text is fixed. The way
> around it would be to make a bullet in your graphics prgram and them use
> some CSS like this,
> <style type="text/css">
> li{
> list-style-type:none;
> background: #fff url(bullet.gif) no-repeat;
> padding-left:20px;
> }
> </style>
>
> By altering the left padding you can move the bullet closer/further away
> from the text.
>
> --
> Cheers,
> Jon
> Microsoft MVP
>
> "Paul M" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi
>> Using CSS how I can control the indentation of the bullets in a list ie.
>> when the list drops I want the bullets to be more to the left .
>> Thanks
>> Paul M
>>

>
>



 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\
Guest
Posts: n/a
 
      25th Jun 2005
could also make the bullet image have built in space to the right..no?


"Jon Spivey" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Hi Paul.
|
| You can't - the distance between the bullet and the text is fixed. The way
| around it would be to make a bullet in your graphics prgram and them use
| some CSS like this,
| <style type="text/css">
| li{
| list-style-type:none;
| background: #fff url(bullet.gif) no-repeat;
| padding-left:20px;
| }
| </style>
|
| By altering the left padding you can move the bullet closer/further away
| from the text.
|
| --
| Cheers,
| Jon
| Microsoft MVP
|
| "Paul M" <(E-Mail Removed)> wrote in message
| news:%(E-Mail Removed)...
| > Hi
| > Using CSS how I can control the indentation of the bullets in a list ie.
| > when the list drops I want the bullets to be more to the left .
| > Thanks
| > Paul M
| >
|
|
 
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
Bullet position gets raised =?Utf-8?B?TWlsaW5k?= Microsoft Powerpoint 1 3rd Oct 2007 04:14 PM
Bullet position raised =?Utf-8?B?TWlsaW5k?= Microsoft Powerpoint 1 28th Sep 2007 04:26 PM
Extracting Bullet Position anju Microsoft Powerpoint 7 27th Nov 2006 01:36 PM
bullet position =?Utf-8?B?TWluZHk=?= Microsoft Word Document Management 1 24th Apr 2006 07:56 PM
Managing <UL> Bullet Position OC Microsoft Frontpage 0 20th Mar 2006 09:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:25 PM.