Need help with a space between the bullet and the text in the list

I tried to increase the space between my chip and the text in my list. Whenever I have increase the margin left or padding everything moves to the right, but the space between the bullet and the text remains the same. Could someone help me understand what I am doing wrong. Web site here. http://www.webassistantsllc.com/clients/sport

Thank you

Lynne

Hi Lynne,

Add the following style to your css works to increase the space between the chip and the list.  You just need to adjust how px of padding.

#event ul li {}
padding-left: 50px;
}

Concerning

Fiona

Tags: Dreamweaver

Similar Questions

  • Need help with TS to read the list of variables and/or LV

    Hello

    I use Labview adapter in Teststand to open WinIDEA and read the values of the variables. Basically LV lib files are used to read the value of the variable at run time, and returns the value of the variable. Contribution to this labview function i.e. variable name string and output type cluster.

    I need to read the list of variables and compare it to the value limits for each variable. I perhaps need to read at least 50 to 60 variables in one step if possible or a variable at a time in a loop. I want to add these variables in a txt file with the limits and read of Teststand as a string array and compare the result. In this way is easy to add or remove variables from the list and therefore their expected value. I tried to use the shipper of the property, but there need a stage name or local/global variable.

    Another way is to add the code in labview for comparison of variables value read, then I lose teststand power and flexibility.

    I am struggling to find the best way to achieve this. Any ideas?

    I would like it.  Basically, you have a file limit with 2 data tables.  A table contains your variables and the other your limits.  Then you wrap on a test of a string value.

    Let me know if you have any questions.

  • need help with my window is in thai and I do not understand to all.how to convert to English?

    need help with my window is in thai and I don't quite understand.
    How to convert to English? I tried for days but still it cannot be changed.
    because I can't read thai... Please help me step by step...

    my pc is touchsmart 9100 windows 7 Professional.

    Not a single word is in English if I go to the "region and language" to change.

    Everthing is in thai in the system.

    Hello

    Where have you bought the PC?

    What is the operating system installed?

    Best regards

    ERICO

  • I need help with an installation failure to interpret and troubleshoot a Setup log.

    Background: A few years ago, many editors of cinema used Final Cut Pro 6 (also contained in Final Cut Studio 2) for their editing projects.  Shared Apple Final Cut X uses a different format that is not compatible with FCP6.  Sometimes, these editors are called to work on a few historical projects that have been published in FCP6 and need this version to run now.

    Starting with OS X Lion, FCP6 would install not in Lion and thereafter.

    According research by Jeremy Johnston as noted on his blog, he discovered that Apple has inserted a file in the folder CoreServices in the Library folder of the system folder that causes versions the version Final Cut Pro X (and other older Apple programs in the same situation) do not settle.  He suggested changes to this file that would seek to prevent interfering with the installation of FCP6 in Lion, many users of final cut PRO 6 were successful in their efforts to install in Lion and work with it.

    Later in a discussion update on installing FCP6 in Mavericks, HawaiianHippie determined that the simplest way to perform the installation of FCP6 was simply copy this file and remove it from the system folder, install FCP6 and then restore the copied file:

    https://discussions.Apple.com/message/26309669#26309669

    I used this method with success to install FCS2 in Yosemite:

    [click on images to enlarge]

    However, in my attempts to install FCS2 in El Capitan, it fails in the last 5% to install the first DVD:

    First of all, I need advice on how to display an extremely large Setup log in this thread (on MacRumors, it is a method to insert a 'code' in a small box that can be the object of a scrollbar if necessary to read all along).  I am unable to find such a method to post here.

    Then once approved, I need help to determine which component is causing the installation to fail and perhaps this element can be omitted from the installation:

    If this element is not required, then maybe FCP6 can be installed successfully without it.  And if that omitted element is necessary, perhaps a manual method to install it can be determined by pacifists.

    It is my goal to help those who need to install and use FCP6 on their new Macs running El Capitan.

    Here is the post on MacRumors with pre-installed Setup log:

    http://forums.MacRumors.com/threads/i-need-help-with-an-installation-failure-to-interpret-and-troubleshoot-an-Installer-log.1954786/#post-22541389

  • Hello, I need help with my photoshop, rececently the majority of my family disappeared merger options and I cant access AVC and other options ive tried reset preferences and it seems to come back but when I add an image and try add text again

    Hello, I need help with my photoshop, the majority of my family rececently disappeared options fusion and I can't access strokes and other options ive tried to reset the settings of preference and he seems to come back but when I add an image and you try to add text again, they'll only options I have are drop shadow , gradient, Chromakey, shine of satin overlay, inner (I use photoshop cc 2015) Please help, my Skype contact options are: RoblivionM8 and email:[email protected]

    Thanks for your time

    Your first screenshot shows the layer style dialog where not all types of effects are indicated on the left. Bottom left of the dialog box, you see a small icon fx with a menu arrow drop-down. Use drop down the menu and make sure all you click on show all effects or restore the default list. I don't know what you're trying the shoe on the second screen capture.

  • Need help with instr/Regexp for the query

    Hi people of Oracle

    I use Oracle

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    I have a few responses from students and the valid values are + / / (alphabet) o/p and spaces at the end of the scam only not in the middle.

    According to my condition, the registration number 2 3.4 must be in the request but I'm alone (chart 3).

    Can we use REG_EXP

    Help, please.

    Thanks in advance.

    Rajesh

    with x as)
    (
    SELECT '+-+-POPPPPPP' STUDENT_RESPONSE, 1 numero_enregistrement FROM DUAL Union all the
    SELECT ' + --AOPPPPPP++' STUDENT_RESPONSE, 2 numero_enregistrement FROM DUAL Union all the
    SELECT "+-+-OPPPPPP -' STUDENT_RESPONSE, 3 numero_enregistrement FROM DUAL union all
    SELECT '+-+-9OPPPPPP' STUDENT_RESPONSE, 4 numero_enregistrement FROM DUAL)
    )
    (SELECT NUMERO_ENREGISTREMENT,
    TRIM (STUDENT_RESPONSE) X
    WHERE
    ((INSTR (UPPER (TRIM (STUDENT_RESPONSE)),'-') = 0))
    OR (INSTR (UPPER (TRIM (STUDENT_RESPONSE)), '+') = 0)
    OR (INSTR (UPPER (TRIM (STUDENT_RESPONSE)), 'O') = 0)
    OR (INSTR (UPPER (TRIM (STUDENT_RESPONSE)), 'P') = 0)
    OR (INSTR (UPPER (TRIM (STUDENT_RESPONSE)),' ')! = 0)
    )
    )

    Hi, Renon,

    Rb2000rb65 wrote:
    Hi people of Oracle

    I use Oracle

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    Thanks for posting this (and the WITH clause for sample data). It is very useful.

    I have a few responses from students and the valid values are + / / (alphabet) o/p and spaces at the end of the scam only not in the middle.

    You combine several qeustions responses in a single VARCHAR2 column? It would be better to have a separate line for each question.

    According to my condition, the registration number 2 3.4 must be in the request but I'm alone (chart 3).

    What exactly are your needs? You try to find the rows where the student_response contains one of the forbidden characters, or if it contains a space anywhere, but at the end of the string?

    Can we use REG_EXP

    Yes, but it's pretty easy and probably more effective, do not use regular expressions in this case:
    Here's one way:

    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     TRANSLATE ( UPPER ( RTRIM (student_response, ' '))
                , 'X+-OP'
                , 'X'
                )     IS NOT NULL
    ;
    

    In other words, once you remove the spaces and all occurrences of '+', '-', 'o' or 'P', then the forbidden characters are left, and you want to select the line, if there is one of these.

    If you really, really want to use a regular expression:

    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     REGEXP_LIKE ( RTRIM (student_response)
                  , '[^-+OP]'          -- or '[^+OP-]', but not '[^+-OP]'.  Discuss amongst yourselves
                  , 'i'
                  )
    ;
    

    but, again, it will be probably slower than the first solution, using TRANSLATE.

    Published by: Frank Kulash, October 17, 2011 13:05

    Published by: Frank Kulash, October 17, 2011 13:41
    What follows is a bit simpler that TRANSLATE:

    SELECT     record_number
    ,     student_response
    FROM     x
    WHERE     RTRIM ( UPPER ( RTRIM (student_response, ' '))
               , '+-OP'
               )          IS NOT NULL
    ;
    
  • need help with insert sitemap in the footer with the adobe site map muse

    Hi I need help, to know how to insert a site map link in the footer of a page Web in muse Adobe.

    a quick google search just shows how to create a site map, but no mention of how to get a clickable link to a sitemap on a Web footer.

    any help would be appreciated.

    Hello

    You can try to front page of the site hyperlink to any text that would open the sitemap on the mouse action.

    For example, domain.com/sitemap.xml, enter in this format in hyperlink with any text or image that you can place on the page footer area.

    Thank you

    Sanjit

  • 10-2101 U.S. Tablet HP: Need help with firmware mix to the top

    Little problem with the tablet in place lately and accidentally erased the firmware. My best look up and somehow able to reinstall one from here. But the thing is now the entire Tablet is in Chinese, because it seems I could have installed the wrong one... ghoulish pls help me fix it? Appreciate the help if ever...

    Hi@Robin Wendigo,

    Thank you for the HP's Support Forums. Best platform for all kinds of solutions, tips and settings for your questions/problems.

    For the best experience on HP forum, see our Guide to HP Forums to learn more.

    Problems of language on the tablet settings. Is this fair?

    I want to help you.

    Follow the steps from the link below and check if that helps.

    http://HP.care/2dyWVI3

    I hope this helps. Let me know to learn more

    Happy announcement.

    Resolv_S

    Happy to help you. I work for HP

    Please click on " ""Accept as Solution " " " if you feel my post solved your problem, it will help others find the solution.
    Click on the " Bravo Thumbs Up" " " to say 'Thank you' to help! "

  • I'm using a MAC with the current software. I am trying to download Adobe Flash Player. My password does not work. I ' v reset my password and restarted my computer. I need help with my password at the bottom of load.

    I'm on a MAC and my password does not work, I reset my password and I can not even download Adobe Flash Player.

    This password is presented by your operating system and is designed to prevent you from accidentally installing the software.

    If it comes to your personal computer and you don't need a password to connect to the computer when it first starts, you can probably leave the password blank and click OK to go to this prompt.  If it comes to your personal computer and your normal password does not work, make sure that CAPS LOCK SHIFT is off, and then type the password carefully.

    If this is your work machine and he asks an administrator password, well, you will need to have a conversation with your computer friendly.

    If you are still puzzled, you may need to reset the password on your Mac:

    http://support.Apple.com/kb/PH18653

    http://support.Apple.com/kb/PH14325

    http://support.Apple.com/en-us/HT201240

  • Need help with uploading photos to the new macbook

    I just bought a macbook pro 13 inch and had all my old files saved on a WD My Passport for Mac external hard drive. When try to import my library of photos from the external hard drive to the macbook, I receive a message reading "none of these files can be imported into your photo library.

    I read that you are unable to import the whole photo library to another library of photos, but I don't know if I understand that correctly. in any case, can someone please walk me through how to fix this problem, because a lot of these photos are very important to me. In case this is useful, I was able to import more pictures of the new photo library (such as those that have been saved on the desktop, iCloud etc.)

    Sorry, but unless you detail we can without help

    What format is the WD MyPassport? What you have on it (your library of Photos or just Photos)?

    You import photos - you open and migrate the library

    What version of the OS and the Photos or iPhoto do you have on your old system?

    LN

  • Need help with error code 0 x 80070424 and 0x6D9

    I need help please!  Spent an entire day trying to figure this even ONCE!  When I try to change my windows firewall settings I get error code 0 x 80070424.  I worked at it so long, I forgot when I get the error 0x6D9 code.  But here is my BIGGEST problem, my computer won't let me do DOWNLOADS at all.  I even checked to make sure that the downloads are enabled in my internet settings.

    Any help would be GREATLY appreciated!

    Hi LindaL5299,

    I, too, got the dreaded error codes and spent much too much time looking for and try to apply the patches on the right!  I hope that I am sharing will help you!

    Have you seen this particular thread? (if you have, my apologies.)

    MS Answers: "I keep on getting error 0x6d9 and 0 x 80070424 code."

    If this isn't the case, you can check it out.

    Watch more precisely for the reply by VIJAY B.

    As a Microsoft Engineer, Vijay must know a few things about these formidable error codes!

    I have summarized his answer for you here.

    METHOD 1:

    If you have installed, UNINSTALL McAfee Firewall;

    AND

    T urn WINDOWS firewall "'WE ' "

    To ensure that Firewall service Windows is activated:

    1.   Click on:                         Start
    2 (in the search box) type: service

    3.   Select:                             services
    4 right-click right on: Windows Firewall service

    5.   Click:                              Stop

    6 right-click AGAIN on: Windows Firewall service

    7.   Click:                              START

    METHOD 2:

    Online virus scanner by using the Microsoft Safety Scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    METHOD 3:

    Try to install the latest updates from Windows Updates
    http://Windows.Microsoft.com/en-us/Windows7/install-Windows-updates


    METHOD 4:

    Run it Microsoft FixIt! tool (in the following article to see if that helps)

    Diagnose and automatically fix problems of Windows Firewall service

    http://support.Microsoft.com/mats/windows_firewall_diagnostic/

    *************************************************************************************************************

    Keep this site in your 'Favorites', too!

    WINDOWS SEVEN FORUMS    An informative, resourceful AND Microsoft-recommended WIN7 users including Q & A community can save you hours on a Google search! I BOOKMARKED the site (and you could want, too!)

    *************************************************************************************************************

    Hope ONE of these methods is right for you, Linda!  I DO "feel your pain!

    As a company of independent workers, online "etailer", my time AND my livelihood depends totally my PC!  I spent many an hour (s) search on the error codes and try to find fixes.  So, I hope that what I have learned and have just shared can lend to fix your problem (s), also!

    FINGERS CROSSED!

    WendeeMcCee

    "The he Miss Fix - It [If I can!] ". "

    Empathetic to the woes to find fixes for those darn "error codes".

    I hope I can help IF I can, but

    I not an 'IT' pro!

  • Need help with upgrade memory on the Satellite A100-250

    Help me with upgrade memory on TOSHIBA Satellite A100-250 up to 1024 MB.

    I want to buy an another slat memory ddr2-533 512 MB, what model exactly I needed to research, they were working in a pair.

    Sorry for the bad English. From Russia with Love.
    PS. I like to drink Russian vodka :)

    Hay

    Your laptop can be upgraded up to 2 GB and compatible RAM is DDR2 400/533 1 GB (PA3411U-1M1G).

    Use this part number in Google and you will find it.

    Bye and don t drink too much Vodka. ;)

  • Need help to save space on the laptop; question related to enforcement of a Anthony

    I am trying to save space on my drive of the laptop and looked at my download folder and "Odile" application takes 118 MB

    I want to know if it's ok to delete it or whatever it is that will affect

    Thank you

    Original title: download Odile

    I am trying to save space on my drive of the laptop and looked at my download folder and "Odile" application takes 118 MB

    I want to know if it's ok to delete it or whatever it is that will affect

    Thank you

    Hello

    118MBs is a minimal amount of space on a hard drive and even if deleted will make no difference to your disk space issue.

    This free program allows you to see what is taking place.

    http://www.Jam-software.com/treesize_free/

    Here's how to understand Treesize Screenshots:

    http://www.Jam-software.com/treesize_free/screenshots.shtml

    ____________________________________

    Also check how much space system restore uses:

    http://Windows.Microsoft.com/en-us/Windows7/how-much-disk-space-does-System-Restore-require

    _____________________________________

    You can clean your hard drive using these two methods.

    "Delete files using Disk Cleanup"

    http://Windows.Microsoft.com/en-us/Windows/delete-files-using-disk-cleanup#delete-files-using-disk-cleanup=Windows-7

    Using the free CCleaner program:

    http://www.Piriform.com/CCleaner

    In NO case use the registry cleaning Option in CCleaner

    _____________________________________

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    And Norton Backup, if you are using Norton, can do strange things with filling of hard drive space.

    See you soon.

  • Need help with workflow to criticize the images of the student

    We used Lightroom CC to criticize images students workshop by import of each card and then work in the develop Module to try different culture, exhibition, etc. Process import/copy files got the largest, became too long for each card. We want to use the Add option, but of course, it is not available when importing from a card SD/CF.

    I need in the catalog previews pretty long to select a half dozen with them to review/edit. The changes are mainly to show how they can adjust their framing and exposure in the future, don't not to teach fitting, so they published versions have no special value.

    I'd rather leave the files on student cards, create standard previews when importing and only create previews of 1:1 on the fly for the images that we edit in fact, usually 5-6 of each session. While criticizing us, then eject and pop in the next map, I leave the card in the reader (USB 3.0).

    They shoot in RAW and would not lose quality by switching to a compressed format or JPG format. Some could be prepared to shoot RAW + JPG for the workshop and simply import the jpg to criticize, but that presents them with a problem of management of file and possibly lowered an image quality for mounting piece.

    Any suggestions? I would like to stay with LR to do this, at least there is no good option in LR, because I also teach LR in the workshop, but would consider another tool or add-in, if it was the best option.

    Thank you very much for Maine.

    This is not an option with LR. For any image to display in LR and any changes that will be her the leader/s must be copied to a physical HARD drive that is connected to the system. Memory cards are not treated as physical disks and I don't know anyway to change this in LR

    I suggest that you try Adobe Bridge and then use ACR directly from bridge to make your editing. All functions in ACR are the same as in the module development of LR and you won't have to copy the images to the hard drive first, push as far as I know. I just tested that and it seems to work fine, except that no sidecard the XMP files are created on the memory card. If the changes could only be stored in the cache ACR system and all changes are lost once the card is ejected.

  • Need help with script to find the virtual computer by IP

    Looking for a script that will correspond to the vm to IP, but should be able to find several IPS at the same time.

    I put this together from scripts on the net, which works well to search for a single IP address at a time:

    $match_address = Read-Host "enter the IP address to find."

    Get - VM | %{

    $vmips = $_. Guest.IPAddress

    {foreach ($ip in $vmips)

    If ($ip - as $match_address) {}

    "VM found correspondence address: {0}" f $_. Name

    }

    }

    }

    But would need to be able to enter several IP addresses of different subnets in the $match_address and search script for a match for every ip address.

    Could you please try this?

    function search-VMAssociatedToIP {}

    (param

    $ArrayOfIPToCheck

    )

    {in process

    $VMsAndAssociatedIP = get-view - viewtype 'virtualmachine ' | {foreach-object

    $VM = $_

    $_.guest.net | {foreach-object

    $Net = $_

    $_. IpAddress | {foreach-object

    $IpAddress = $_

    $Output = New-Object-Type PSObject-Prop ([ordered] @ {}

    "VM" = $VM. Name

    "NetworkName" = $Net.Network

    "IP address" = $IpAddress

    })

    Return $Output

    }

    }

    }

    $ArrayOfIPToCheck | {foreach-object

    $IPtoCheck = $_

    $VMsAndAssociatedIP | where {$_.} IpAddress - eq $IPtoCheck} | {foreach-object

    $Output = New-Object-Type PSObject-Prop ([ordered] @ {}

    "IpToCheck" = $IPtoCheck

    'VM' = $_. VM

    "NetworkName" = $_.NetworkName

    'IpAddress' = $_. IpAddress

    })

    Return $Output

    }

    }

    }

    }

    $MyArray = "10.0.33.1","10.0.30.11","10.0.20.11","10.0.32.1".

    Search for VMAssociatedToIP - ArrayOfIPToCheck $MyArray | OGV

    Use a table entry.

    First get the IP addresses of all computers installed correctly (only for virtual machines with VMware tools) virtual based on get - view so the collection will be fast.

    Then compare with the PPE provided as input.

Maybe you are looking for

  • unrecognized attachment

    I got weekly agenda info form a customer.In this letter, there is an attachment in a zip file.But it is not recognized.See below -= == 1209493533269738915 ==Content-Type: application/octet-streamMIME-Version: 1.0Content-Transfer-Encoding: base64Conte

  • design for test of penetration control

    With the help of the servo controller of LUN (E-516), NI USB-6251 and NI SCC - 68 with attached scale, we want to conduct a trial of creep.  To do this, we need the actuator to power a constant load on the specimen, which will creep.  Ive wrote the o

  • frozen on the start page

    my computer froze last nite after the last updated critical and now he froze on the microsoft windows blue screen and will not progress any futher. I tried in safe mode, and again, it freezes at the same place and will not record. I had to put in pla

  • HP pavilion dv6-7029wm: hp pavilion dv6-7029wm upgrade motherboard

    Hello I wonder if I can change my motherboard AMD to intel i7 with a good graphics card? and if so where can I find one? Thanks in advance

  • EA6500 downgrade from 1.1.27

    Can anyone provide me with the most recent (or the) release of 1.1.27 firmware for the EA6500. I am deeply disappointed with the updated firmware and because of security and sudden lack of some, or all say, feature in bridge mode, I need to downgrade