How do I make text in an ul shift left closer to the bullet?

How can I make the text in a <ul> list shift to the left a little so that it is closer to the <li> bullet?
I assume I should use CSS for this.

Use CSS margins & padding.
<style type="text/css">
/**zero out browser default settings**/
ul, li  {margin:0; padding:0}
li {
list-style:circle;
margin-left: 50px; /**indent**/
padding-left: 5px;  /**space between text and bullet**/
</style>
HTML:
<ul>
<li>some list item</li>
<li>some list item</li>
<li>some list item</li>
</ul>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com/

Similar Messages

  • How do I make text vertical in a table

    How do I make text vertical within a table using pages '09?

    You need to type the text in a Textbox, turn off text wrap, rotate that 90° using the Metric Inspector then position it over the cells you want the text vertical.
    Peter

  • How can I make text follow a radius

    How can I make text follow a radius

    You can't do it in Pages. You will need something like Art Text.
    http://www.belightsoft.com/products/arttext/overview.php
    Walt

  • How i can make text item as read only

    hi
    im trying to make a text item as read only so no one can write on it i tried to make it as display item but i neeed also to call lov when i double click on the text item in display item case u can not double click
    so please how i can make text item as read only
    and another thing
    how i can change an item properties by code i mean when i click in one button the text item become visibile how i can change its property by code
    thank u

    You can set a text item's property to be non-updateable
    You can change this programmatically with set_item_property()
    :)

  • How can i make text in 4 colors??

    Hello
    i'm making a short film in "premiere" and i want to add some text effect
    so i using "after effect" for the text effect...
    my question is how can i make text in 4 colors (which each letter get 1 diffrent colors from each corner)
    i know how to do it in the premiere  but i couldnt find this option in after effect
    Thanks

    Select the text you wish to adjust with the Text Selection tool. 
    Click on the text colour box in the Text Pallete and select a colour.
    Repeat with each new section of text.

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod?

    Help - I have an apple id account, where is my iPod and iPad registered, but also the iPod of my daughter. How can I make an account for my daughter and keep all the apps she has on her iPod and in her own iTunes?

    Sorry, content bought with one Apple ID cannot be merged or transferred to another Apple ID.

  • HT204053 How do i make icloud work if my husband and I share the same itunes account but we dont want to get each others contacts, messages, apps etc?

    How do i make icloud work if my husband and I share the same itunes account but we dont want to get each others contacts, messages, apps etc?

    Each of you should set up your separate iCloud account on your own computer using your Apple ID. This gives you two independent iCloud accounts.
    Note that an iPad is not a multi-user device. It can only be synced with one account.

  • HT2534 How can I make a new iTunes account so I can use the computer to download  music on my ipad

    How can I make a new iTunes account so I can use the computer to download  music on my ipad

    Why not use your previous iTunes account (Apple ID)? Explain a little more, please.

  • How do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    how do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    Newer version does not have the same interface.  I'm stuck trying to understand how to add a "blank" target to a hyperlink...  See how your screenshot has a dropdown associated with the "Hyperlink" object?  Mine doesn't...

  • Sorry I'm new to Final Cut Express. How do you make an image (jpeg file for example) move across the screen slowly as I've seen in many films.

    Sorry I'm new to Final Cut Express. How do you make an image (jpeg file for example) move across the screen slowly as I've seen in many films.

    Neil from bristol wrote:
    … How do you make an image … move across the screen …
    by setting KEYFRAMES
    (read, what FC/e's built-in Help-feature tells about it)
    resize and set pic to start position
    set keyframe
    move playhead in timeline to desired length
    set pic to end position
    set keyframe …

  • How can I read text files from LAN if I only know the hostname?

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    <p>1. How can I read text files from LAN if I only know the hostname, or IP address?
    <p>2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.
    (ex. how can I read the 120th line?)
    <p>Please help!
    <p>sorry for the bad english

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    1. How can I read text files from LAN if I only know the hostname, or IP address?You need to know the URL of the file. You need to know the hostname, port, protocl and relative path.
    The hostname is server, not file.
    2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.Use the seek() to get to a random byte.
    (ex. how can I read the 120th line?)The only way to find the 120th line is to read the first 120 lines. You can use other file formats to find the 120th line without reading the whole file but to need to be able to detremine where the 120th line is

  • How can I make albums from events then delete events without deleting the album?

    Hey, just need a little help!
    How can I make albums from events then delete events without deleting the album?
    Many thanks

    You'll be more likely to get help with this if you ask in the iPhoto forum:
    https://discussions.apple.com/community/ilife/iphoto
    You'll need to tell people what version of iPhoto you have so they can give you correct advice.
    Regards.

  • How can I make open link in new tab cause tabs to the new tab's left to shift left rather than tabs to the new tabs right to shift right?

    When I follow a link in a new tab, the tab opens to the right of the current tab as expected. To make room for the tab on the tab bar, any tabs to the right of the current tab shift right. If there is room for all the tabs on the bar, this behavior is perfect. If however, there isn't sufficient room, some tabs must be hidden to the right or the left of the visible bar. Currently the rightmost visible tab is hidden. This behavior is suboptimal for me because I very often want to switch to tabs on the far right while I very seldom want to switch to tabs on the far left. Is there is a way to cause tabs to the left of the new tab to shift left thereby hiding the leftmost visible tab? Thanks

    I'm not aware of a way to make Firefox hide the first tab instead of the last tab; maybe there is an add-on with that feature.
    There is a hidden setting to open the new tab at the end of the bar instead of next to the page you're reading. Then, of course, you won't have this problem. Instead, you'll have the problem that it's hard to figure out which tab had that link in it. In case you want to try it out, here's how.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''tabs''' and pause while the list is filtered
    (3) Double-click the '''browser.tabs.insertRelatedAfterCurrent''' preference to switch it from true to false (it should turn bold)
    You're done here. You can keep it open in case you hate the change and watch to switch it right back. In that case, double-click again to switch it back to true.

  • How can I run texts in flash media encoder 3.2 by the image

    I have a question.
    how can I run texts in flash media encoder 3.2 by the image
    I do not get it done.
    patrick

    Hi MarcSaphiron,
    Could you please send the samples?It will be much helpful to complete my
    job within the deadline.
    Thanks in advance.
    Regards,
    Sasharyuva

Maybe you are looking for

  • Folder appears in Windows Explorer, but not in the Open File dialog

    Hello, I hope this is the right place to post this. If not, please let me know where is. A friend just showed me a weird problem he is having with his computer. He is using Windows 7 pro, and has a folder under My Documents, in which he keeps his wor

  • Warning page on Cisco Wireless Lan Controller for guest access

    Hi, We have an Cisco wireless LAN controller 4400 in our organization, and lots of guest using our Wi-Fi network. I would like to configure a warning and terms and condition page when guest using first time our network. Can you please let me know is

  • How to handle subscreen in bdc?

    Hi friends, I am processing  the BDC using the Call Transaction Method. Here during the processing of Payment posting I need to select all invoice documents using the select all button and perform deactive discount. so that I can able to create and m

  • Failing installation - Missing system mailbox accounts

    I had installed Exchange 2013 SP1 and it seemed to be working correctly. I installed CU7 and everything fell apart. Massive errors all over the place. I gave up and removed all mailboxes, removed the databases, and uninstalled Exchange 2013.  I then

  • File/Printer Sharing Not Working

    2 identical X61 with XP and Intel Wireless WiFi Link AGN. 2 different home networks, one Belkin, one NetGear. Both connect to network. Both are set for file and printer sharing. Neither can see or be seen by other computers on same network or connect