Make the bullets listed a, b, c, d, etc. "BOLD"

Hi, I'm new to Dreamweaver and have been using it to generate the code for my Wordpress siteclient.  If you scroll to the bottom of the home page on you will have a few bullets listed in the form of a, b, c, d etc.  What I'm trying to do, is get the numbered chips "BOLD", but not the text (if that makes sense) - I hope someone can help.

Try this at line 683 of your style.css

Change the fiddle - JSFiddle

Tags: Dreamweaver

Similar Questions

  • InDesign CS6 crashes when you try to open the "bulleted list".

    Hello

    My InDesign CS6 crashes when I try to open the "bulleted list" (alt + click).

    Anyone know what I can do to solve the problem?

    CS6 is unsupported under El Capitan. A lot of problems with this combination and CS6 having reached the end of LIFE, you can restore your previous operating system, upgrade to creative cloud or learn to live with it.

  • Where's the bulleted list button in CS5?

    I can't find the button on InDesign CS5 bulleted list; It does not appear anywhere, including when I am mode. The only way I can insert a bulleted list is to be inserted in the drop-down menu. There must be an easier way! He was always at the top of the menu control in CS4.

    Don't know what you mean by the menu control, but this is where to find the bulleted list in CS5:

    Of course, note that you must be in that part of the control panel:

  • How can I make the bullets or the InDesign color numbers?

    How to make the color of the bullets or numbers in a different plane from the rest of the text?

    You must first create a character style. Then in the character style, select a color in the color of character.

    Then in the bullets and numbers for the paragraph style, you apply the character style in the drop-down list.

  • changing the left margin of the bulleted lists in css?

    Hello

    If someone could give me advice on how to change the margin left of bulleted lists, make it closer to that preference, I would be so grateful.

    I typed in the search but could not find it again, read a lot of other good things well...

    Thanks in advance for any advice you :-)

    You can set it up in your CSS as follows

    UL {}

    padding-left: 0;

    margin-left: 0;

    }

    The filling is what you want to order. Older browsers IE could use margins so we zero out, then control space with padding. so, if you wanted to 10px left of your list.

    UL {}

    padding-left: 10px;

    margin-left: 0;

    }

  • Return to the bulleted list?

    Once a bulleted list is created, how did you delete them if they are no longer wanted?

    Hello

    Select the text and click the list bullet once again, it should remove the bullet.

  • The bulleted list number

    I is currently working on a WebHelp project in RoboHelp HTML (RH10) and use bulleted lists. The problem is that some of our bulleted lists use a picture for the first line and then the following bullet under should use the standard round ball. During development, within RoboHelp, there doesn't seem to be a problem with that; However, when I saw or build the project, the following lines under take on the properties of the first line leading to all the lines with the ball of the image.

    This is what it looks like during development (I removed the format of image for the following ball and apply the format of round ball - which is the format of the target).

    RH_BulletedList.PNG

    This is what it looks like when he has premiered and/or generated.

    RH_BulletedList_Preview.PNG

    Thanks in advance for your help, it is a very frustrating issue.

    Nikki

    HR is to write the code correctly. Note that the closing of the first list tag comes after the second list.

    It might work if you change the code, but I suspect that HR re-writing it. If so, then this is a bug, you're stuck with that. Report however. The more people who report a bug or request a feature, more likely, he will be executed. Please follow this link.

    http://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform&product=38

    As a temporary workaround solution, create one subsection called spacer or other style. Define police 1pt and no room upper or lower. After the 'list' with the image, add a line using this style, then back to normal, and create the second list. With only 1 point between she hopefully will be not noticeable.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • How to change the color of the text by 1 point in the bulleted list?

    Hello

    I'm having some difficulties and I hope that someone can help you. I used for my menu bar, originally a reference to a door list not ordered so if I had to change something in the world I could do it by simply changing the bottommenubar shtml file.  In my CSS file, I set it up to look like I want it (see CSS below).  However, I would like that text is appropriate in the menu bar to be a different color when someone is on this page.  In other words, when on the home page, I want the Word home in the menu bar to be a different color than the other words/sections in the menu bar.

    So first of all, I guess I can't use the include statement and I will just have to put the unordered list below in each file .htm for each page and then use CSS to change the color of the word/link in the list of the individual page.  However, I was unable to find a way to do it.  I created a class for the color of the text (.pinktext) and tried to apply it to this word/line to the ul.  But it does not work.  I also changed the bottommenubar to a class rather than and ID and it has not always worked.  I put the lowest .pinktext code in the CSS file.  I apologize if this is a stupid question.  But any help would be appreciated.  So I would like to know if I'm mistaken, I can't use includes it the file (keep the non ordered list in a separate file) if I want the word/link to a different color for different files.  and number two, how can I change the color of the text for one item in the list. Thanks, Kirk

    The code in my file htm that links to the menu bar file (which I guess I can't use now)

    < div id = "bottommenubar" >

    "<!--file="Spry-UI-1.7/includes/bottommenubar.shtml #include "--> < / div >

    < / div >

    My bottommenubar shtml file is something like this (just included a few lines).

    < ul >

    < li > < a href = "index.htm" title = "Link to the Home Page" > home < /a > < /li > "

    < li > < a href = "news.htm" title = "Link to the Page of news" > News < /a > < /li > "

    < li > < a href = "biography.htm" title = "Link to the biography" > biography < /a > < /li > "

    < /ul >

    Since I don't think I could use since I want different color for different pages, I put this in my main file (also tried pinktext first with like an ID (and # used in my CSS code instead of) and added class of Home button, but it does not work.)

    < div class = "bottommenubar" >

    < ul >

    < li > < a href = "index.htm" title = "Link to the homepage" class = "pinktext" > home < /a > < /li > "

    < li > < a href = "news.htm" title = "Link to the Page of news" > News < /a > < /li > "

    < li > < a href = "biography.htm" title = "Link to the biography" > biography < /a > < /li > "

    < /ul > < / div >

    My CSS code when I tried as a class instead of ID is:

    {.bottommenubar}

    height: 20px;

    do-family: Arial, Helvetica, without serif.

    do-size: 18px;

    padding-top: 190px;

    }

    .bottommenubar ul {}

    list-style-type: none;

    Width: 960px;

    margin-right: auto;

    left margin: auto;

    }

    .bottommenubar ul li a {}

    do-family: Arial, Helvetica, without serif.

    do-size: 18px;

    color: #999;

    text-decoration: none;

    display: block;

    float: left;

    padding-right: 8px;

    padding-left: 9px;

    }

    .bottommenubar ul li a: hover {}

    list-style-type: none;

    color: #fc6;

    }

    {.pinktext}

    color: #f0f;

    }

    Ok.  What is your a: visited style?  Unless you disable the history/cache of your browser, you will see the style of default history for all the visited - links which are purple by default.

    Nancy O.

  • How can I make the LHS list and Inbox of the larger text?

    The homepage of Tbird - list of e-mail accounts on the top RHS LHS and Inbox, are too small, so I want to enlarge I particularly read the headers of each email. I tried to download Mozilla various Add ons I've read can solve this problem, but my Mac says it can't open them. I managed to change the font size on the emails you click on open, but not the Inbox itself. It's infuriating! AshleyS

    Please read the link on Add-ons. XPI files are for Firefox or Thunderbird, then why would you open in Safari?

    Have you even tried to get the add-on in the search box on Thunderbird in the Add-ons window?

  • How do you get the bulleted list lines that frame overflow to indent properly?

    Hi all

    How to configure InDesign to automatically indent bulleted lines that overflow the text frame.

    indent.png

    Thank you

    Add the amount of the withdrawals to the left that you want and then add a hanging indent by the same amount to the first line in the paragraph style

  • Is it possible to make the comments list appear somewhere other than below the current PDF document?

    It would be great if there were some sort the list of comments when they participate in a review PDF could be moved to the right side of the PDF or in a window of its own. With a configuration dual monitor that this arrangement would allow better use of the screen real estate. It could also be useful for those who want all comments to be printed from a file without the annoying pause between each page.

    Yes it is possible, just click on & keep on comments (two yellow balloons) icon and drag off the bar.

  • With custom chips or remove bulleted lists first negative

    Is it possible to make a list bullet in Captivate 5.5 with the ball being a square instead of the usual round of ball? If this isn't the case, I could insert a special character at the beginning of the text. If I insert a special character, I wish that the bulleted list to have a hanging indent (without a hyphen in the first line, all lines of text to the left, aligned with the first character of text, no chip. However, I don't see a way to make a hanging indent in Captivate.

    You are right.  There is no way to really reach the hanging of the dashes in Captivate in the same way as you can with other Office programs.  The formatting of text in Captivate options are still very limited.

    Your best solution is to hardcode the line breaks and use spaces or indented to add the effect of hanging hyphens.

    If you feel that this level of fitness is something that you would like to see in Captivate, then you must connect a Feature Request for it using the form on this link: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&product=5

    More people who add their voice in this way, most likely Adobe will listen and build.

  • Channel Fault Manager does not apply if selected misconduct in the filtered list

    In the 2011 and 2013 of VeriStand Manager channel fault, if I type a string in the text field and click the icon of the bulleted list (for filter) then apply a fault to a channel rating, nothing is actually happening. It seems that I need to locate the channel in other words (e.g., the tree cascading method), then apply the fault in this way. This seems to be a bug. Can anyone confirm? Thank you.

    Good afternoon h_yong,.

    I took a quick glance at this behavior and can confirm that it is a bug. It was noted in Corrective Action Request (CAR) #459404 be resolved in future versions of NI VeriStand. For now, the workaround is instead of clicking the button "Add Fault", double-click on the channel in the list you want to fault. This automatically switch to the tree view and bring up the fault value window. After having entered your value and press 'OK', you will notice that the channel now added to the list of channels failed. Please let me know if you have additional questions or concerns about this behavior.

    I hope this helps!

    -Ryan_S.

  • strange behavior bulleted lists after generating projects in RH9

    After a slight change in the projects Skin the bullet lists all the subject in all my projects has been changed so that the space between the bullet and the text is missing () see photo) but changing the Skind has never touched the topics.

    The bullet lists seems until I generate the project?

    And I did not any changes to the .css file!

    Ikke-navngivet-1 kopi.jpg

    The problem is your CSS and the reason why you see only in browsers, it is that they are unable to handle errors. Here's the relevant bit. Your paragraph style (P.Steps) contains a list of style and your style of list (Li.p - steps) does contain not all list definitions.

    {P.Steps}

    list-style: decimal;

    top of the margin: 4pt;

    margin-bottom: 4pt;

    color: #151515;

    left margin:-10pt;

    background-color: #ffffff;

    }

    {LI.p - steps}

    list-style: decimal;

    color: #151515;

    }

    The problem is described on my site at the http://www.grainge.org/pages/authoring/lists/lists.htm see the section on upgrading.

    In this case, I removed the style list redundant in the paragraph (highlighted in blue) style, but the fix was the other line highlighted. You had applied a negative margin within the list, then the browser moves text 10pts left and then he hit the number.

    Remove these lines and that it generates OK.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • question of bulleted list.

    Hello forumers.

    im making a list.when chips I have fleas list checked icon (early working space) and I type in my words, when I hit enter a ball is automatically
    created.
    but when I just type in a word list by doing a random point and selects the entire paragraph and then click the icon of the bulleted list, rather than each line bulleted, to have his single was shot at the beginning of the 1st scentence.

    Untitled-1.jpg

    That by making each line its own paragraph, i.e. press enter at the end of each line.

Maybe you are looking for

  • Facebook is not working in Firefox 17

    A few weeks ago Facebook began acting strange in Firefox. I can't publish or share anything. Basically, I am limited to taste. It's as if the buttons do not work. I tried to clear my cache and delete my cookies but the problem persists. Any help woul

  • G4 255: could not find a chipset driver

    Hello, I bought my laptop 2 months ago, and now I decided to install Windows 7 SP1 x 64 because the device has been slow. But now, 2 of the 3 usb ports do not work. I tried to install the chipset driver, but I get an error message saying that my syst

  • What types of updates can I do for my HP a6230n PC?

    I got the desktop for quite some time and desire to high grade of the hard drive and memory.  I keep getting a blue screen saying that Windows detects a hardware problem.  I need to fix this problem.  What are the options I have.  Thanks for any help

  • generation of digital pulses with NI 9263

    I'm trying to generate a pulse square with a NI 9263.  I have tested the locking solenoids and need a pretty accurate amplitude and pulsewidth.  I tried with the VI in the image.  My goal is 32ms +/-1ms.  This VI produces a pulse ranging from 25.5ms

  • To an emachine system recovery

    My problem is that I have an emachine with windows vista.  I do not have the recovery disk and am unable to access the hard drive recovery on this computer.  I tried everything and nothing seems to work. Help, please!