Remove underlines in unordered list

Using a PHP navbar that keeps putting underlines in all my list items. Have gone through every selector and put for list-style: none and list-style-decoration:none. Have also done a code search on the entire site looking for "underline" but it doesn't find anything. Again, have been through every selector related to lists and links and every other one possible, but still nothing says "underline." How can I get rid of those underlines? (using CC 2015)

Facts:
The default value for list items is NOT to have an underline.
Anchor elements (<a>) by default do have an underline.
If your list items are underlined, then they have had style rules applied to them. These style rules can be applied through style sheets or the manipulation of the DOM by a script, usually JavaScript; but as you mention PHP, it could be the PHP script.
Without seeing your code, I can offer no further assistance.

Similar Messages

  • Ordered and Unordered Lists viewed in WYSIWYG Editor in RoboHelp 10

    I recently upgraded a project from RH 9 (9.0.2.271) to RH 10 (10.0.0.287). Ordered and unordered lists display in the WYSIWYG Editor with more spacing around each line. When I generate the output to HTML Help, the spacing looks fine. I also tested generating output to WebHelp, and again, the output looks fine.
    I have paragraph and list styles defined in my style sheet that I apply to the text in the topic. I also looked at the styles in RH 10 and Media is set to "None."
    Using the Style Pod, I looked at the set up of the parapgraph and list styles. For those styles, (and my body text styles - which look fine in the WYSIWYG Editor) have spacing before and after spacing set. (NOTE: These styles were created in RH8 and the WYSIWYG Editor displayed the styles appropriately in RH8 and RH9.) Even though I changed the style sheet, the WYSIWYG Editor is still displaying more space around the styles then I am expecting.
    I know this is not a huge issue since the output looks fine, but I want to understand why the WYSIWYG Editor isn't working as I expect. I would like the editor to display with correct spacing.
    I attached a few screen captures showing what I see.
    HTML Help Output
    Thanks in advance for your help.

    I suspect part of the issue is that your list styles have spacing above and below and then you have applied paragraph styles that also have spacing above and below.
    Using both is OK and is how I work. However, I do not have any spacing above and below in my list styles. I rely on the paragraph style for that. It looks like Rh's Design Editor is applying both but browsers are not.
    It is still not quite the same in a browser as in Design Editor but it is much closer. There will also be browser differences anyway so it's a case of getting some balance.
    Try removing the before and after spacing in the list style. Alternatively, if you do not generate printed documentation then rely on the list style only. (Select the lists in a topic and set paragraph to None).
    Let us know if that is close enough.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Unordered list displayed horizontally

    Hello,
    I am really new to Dreamweaver and I tried to complete (succesfully) the video on how to build my first website.
    Following the instruction was not so complicate...
    I tried to do pretty much alone the same focusing in creating the button from an unordered list
    I did with no CSS file, I created a new one empty. I am able to remove the bullet point, align the list but I can not display the button horizontally and I do not understand why.
    This is what I did:
    create a Navigation  (id= buttons)
    create an unordered list
    create a CSS file empty
    add a selection #buttons ul where I deleted bullet point and aligned the list
    add a selection #buttons a here I have problems. I apply with 25% (4 buttons) and set the float option to the left but the list remains vertical
    What I do wrong???? It seems I am doing like in the video. Is maybe related to the CSS file? Is not correct doing that with an empty one?
    Thanks for any help

    Hello, thanks for your answer. Of course it is working, but still I do not get why is not working mine.
    here it is the html
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Home</title>
    <link href="styles/main copy 2.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <nav id="navbar">
      <ul>
        <li>Home</li>
        <li>Products</li>
        <li>Services</li>
        <li>Contacts</li>
      </ul>
    </nav>
    </body>
    </html>
    and here the CSS
    #navbar ul {
              list-style-type: none;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
              padding-top: 0px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 0px;
    #navbar a {
              width: 25%;
              display: block;
              float: left;

  • TEXT ALIGN PROBLEM UNORDERED LIST SPRY PANEL

    When a sentence is too long for its container it breaks to the line below
    In a vertical unordered list with square bullets how do I get the word below
    to line up with its parent sentence above? just like in this sentence. Reference below.

    We would need to see your CSS & HTML code.
    My guess is that you removed default settings (margins & padding) from your unordered lists -- perhaps with a reset CSS.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Remove Underline in Related and See Also Popup

    How can I remove the underline from the list items in the popup menus associated with Related Topics and See Also buttons as shown in the picture?
    I am using RH 9.0.2. This project is being generated as WebHelp.
    Thanks in advance for any help.

    @Jeff_Coatsworth,
    Thanks for taking time to respond.
    I suspected as much, i.e., the CSS would need to be modified.
    The links don't appear as underlined in HTML Help (CHM). I would like the same appearance in my WebHelp project..
    I don't have advanced skills with editing CSS so could you be more specific about what changes I need to make. If the changes don't require advanced skills, I might be able to accomplish the desired result.
    It may also be worth noting that I only want to change the appearance of links in the popup menus. I do not want to change the appearance of hyperlinks that appear in body text.

  • Removing dots from unordered llist

    I just started using Dreamweaver after attending an Adobe certified class.  I made an unordered list for my links and am trying to remove the dots at the beginning of the list and can't seem to figure out how.  I am using CS4.  Can anyone help?

    Thank you so much. I'm new to using Dreamweaver and it's a little overwhelming.
    Date: Thu, 13 Oct 2011 10:07:34 -0600
    From: [email protected]
    To: [email protected]
    Subject: Removing dots from unordered llist
    Re: Removing dots from unordered llist created by peoj in Dreamweaver Development Toolbox General Discussion - View the full discussion
    using your style editor go to list item and mark down none.  It would look like the following in your style section:
    li {
        list-style-type: none;
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969598#3969598
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969598#3969598. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Dreamweaver Development Toolbox General Discussion by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Unordered list not showing up as indented bullet points within Accordian

    http://www.foundationforyoutharts.org/test/Programs.html
    I have a page using the spry accordian, and about five different catagories of information. Some of the copy is in unordered lists (in martial arts catagories), but it shows up as as regular text. Any ideas on how to make it view as a typical unordered list with bullet points and indented?
    Thanks for taking time to look at this.

    Add a margin-left of 20px to your ul.
    Either added it in your stylesheet. or directly on the element:
    <ul style="margin-left:20px">

  • Help needed in removing duplicate items of list box  in java

    How to remove duplicate items of list box while dynamically inserting (on-click event)
    It is not identifying duplicate data
    Variable name is HP_G1
    HP_dmg1 = (DefaultListModel) HP_G1.getModel();
    int a = HP_G1.getModel().getSize();
    System.out.println("HP list no--------> "+a);
    if(a!=0)
    for (int j=0; j<a; j++)
    String item1 = String.valueOf(HP_List.getModel().getElementAt(j));
    System.out.println("HP list added--------> "+item1);
    if(HP_dmg1.equals(item1)){
    HP_dmg1.remove(j);
    else
    HP_dmg1.addElement(GPL);
    }

    Your code is unreadable, so I'll ignore it. In the future please press the message editor's CODE button to format code.
    As to your problem, to the point you normally use a Set instead of List when you don't want duplicates in a collection.

  • Can't Remove Underlines in PDF/ Alternating back and Forth!

    Hello All,
    I'm preparing a document that goes out to the entire Rogue Valley
    in Southern Oregon, about 15 towns in the form of 4,000 printed
    documents. I'm behind schedule and ran into a little problem when
    editing.
    1st, this file used to be an Excel file which no longer exists. All the
    text in my PDF document, are contained in boxes.
    I was just about finished and adding some details, (underlining addresses
    to offset 1 meeting schedule from the next), when somehow all my text
    got underlined.
    I thought, ohhh a headache but, I'll highlight all text, click the underline
    button to reverse the effect, and then start underlining individual parts
    again. However, when I tried to do this Adobe Acrobat XI Pro would
    alternate and underline some text while removing it from others, back
    and forth with no absolute method of removing underlines.
    It seems to me that there would be a command to remove all underlines
    regardless of the circumstance?? What the heck, please help?????
    Thanks,
    Bang Head Blues
    Cartoon image
    from
    www.routerfreak.com

    thank you for that advice. I assumed Adobe pro was like Office on steroids.
    Sounds like there similarities are few and far between but they compliment
    each other, nevertheless? Thanks for the heads up, I'm sure you just saved
    me lot of time and headache!
    Cheers
    On Monday, November 19, 2012, Test Screen Name <[email protected]

  • Impact of selecting "Removing Query from Selection List" in 2 channels.

    HI All ,
    I have customized a query in one channel (My Agreements and Contract Documents query in Master Agreements List channel) and have removed the standard query from the channel by checking the  "Remove Query from Selection List" and introduced my custom query in that query group .
    But  it resulted in break in chain for  "Master Agreements" link in "Contracts To Do List" channel as the link was pointing to standard  "My Agreements and Contract Documents" query and is displaying "The query can not be executed. Contact your system administrator" when ever I click on that.
    Any pointers on how to overcome above scenario wud be gr8!
    Regards,
    Uday

    Hi Uday,
    In order for To Do List channel to work, the query definition should be in the Master Agreement List query group. Do you still want the standard query in the To Do List? If so, you would have to leave it on the Query Group as To Do list is pointing to it. May be change the display name of the query so you can differentiate between the 2 queries. The other option is change the To Do channel to point to the custom query.
    Regards,
    Vikram

  • How do I create an unordered list with three items and link to id's

    How do I create an ordered list with three items and linl to id's on my page

    Thanks, I guess what I was really asking, Is there a n option in the insert menu or somewhere where Dreamweaver does it for you.
    I am not clear on what you are wanting DW to do for you?  Is it that you want it to insert a three item unordered list?  No - there's no such function.  You would need to click in Design view where you want the list to go, click on the bulleted list icon on the Property inspector, and then enter the three items separated by carriage returns.  Then you'd have to link each item specifically.
    To enter the named anchors to element ID values, CS5 has no way to do this.  You'd have to enter those links manually.

  • Unordered list not printing correctly

    I created a heading 3 followed immediately by an unordered
    list. However, when I print the webpage out, I see the heading 3
    fine and then the 1st bullet appears where it should but the text
    for the first bullet begins several lines down the page. All the
    other bullets are thus pushed down as well but the spacing for the
    remaining bullets is fine. It's just that the text for the first
    bullet begins way down the page. Everything looks OK in the
    browser; just when printed is the problem.
    Here is the process I followed. Selected heading 3 on the
    property inspector and typed my heading. Then went to
    insert-->html-->text objects-->unordered list and began
    typing in the info for each bullet
    My code is below. Please help.
    <h3>Deposit Ticket Request</h3>
    <ul>
    <li>Deposit tickets will be paid for by Treasury
    Operations provided they are ordered through our department and not
    ordered as a RUSH</li>
    <li>If a RUSH is requested it will be the
    responsibility of the department to cover all charges for the
    deposit tickets</li>
    <li>Please allow 3-4 weeks for the deposit tickets to
    arrive once they are ordered</li>
    <li>Whenever a deposit is made, a deposit ticket MUST
    be included, regardless of the amount, or the type of
    deposit</li>
    <li>The deposit tickets will be either a two or three
    part ticket</li>
    </ul>

    .oO(Johnny the boy)
    >Thanks for the reply Micha
    >
    > It appears the problem occurs in I.E. but is just fine
    when printing in Firefox
    >
    > the site address to the page in question is
    >
    http://www.indiana.edu/~iutreas/test/forms/bankingdepositticketrequest.html
    It's most likely an IE issue with floats. I already get this
    effect in
    the normal browser view - the form is pushed down after the
    left-side
    "New Items" box. The print preview looks even worse as
    described.
    Actually I don't have a quick solution at hand. A while ago I
    had a
    similar problem on one of my sites, but can't remember what I
    did to
    solve it ... In many cases it's enough to simply apply a
    height: 1% or
    zoom: 1
    to the floated element to get the rendering right in IE. You
    just have
    to make sure that only IE sees these hacks. Conditional
    comments are
    really helpful for that.
    Micha

  • Unordered list bullets and Spry Accordion widget

    In all browsers except IE (surprise, surprise!), the page
    works fine. Otherwise the bullets in my unordered list appear at
    the bottom of the multiline text they are associated with. I
    haven't had this problem in similar pages not using the accordion
    widget.
    Please have a look:
    http://www.yale.edu/faith/rc-fwl.htm
    vs.
    http://www.yale.edu/faith/rc-esw.htm
    Thanks,
    Gary

    <div class="AccordionPanelContent">Castaway the: Restaurant<br />
                  1250 Harvard Rd.<br />
                  Burbank, CA 91501<br />
                  - www.castawayrestaurant.com - (818) 848-6691</p>
    Oops!
    Missing the opening <p>
    I didn't find it, the validator did.
    Martin

  • Rounded corners on unordered list

    I'd like to be able to have style my vertical menu, made with
    an
    unordered list, to have rounded corners. The menu is a fixed
    width, but
    the items could sometimes run onto two lines, so the height
    of each item
    needs to be flexible.
    I created images called top.gif and bottom.gif for the curves
    and when
    I've done boxes I've made the bottom image a background to
    the box div
    tag and the top image a background to the heading tag within
    the div.
    However with the unordered list I don't really have two
    elements to
    attach the images to, if you understand what I mean?
    I've been googling but haven't yet found a solution. Can
    anyone
    recommend a way of doing this?
    Thanks
    Vix

    > I've been googling but haven't yet found a solution. Can
    anyone recommend
    > a way of doing this?
    Could could wrap the UL in a DIV, giving you two elements.
    You could give the first LI and last LI custom classes,
    giving you to
    elements.
    While not pristine, I often will use wrapper divs to attach
    CSS too:
    <div id="menuOuterwrapper">
    <div id="innnerWrapper">
    <ul>...</ul>
    </div></div>
    That works for me in that it keeps my 'style HTML' separate
    from my 'content
    HTML'.
    A goofy interpretation of 'separation of style and content',
    perhaps.
    -Darrel

  • Problem with One column Unordered list.

    Help me out !!!
    I have a "one column unordered list" as my report template. The query will return atleast 5 rows at any given point of time. The page shows only 3 records. I tried modifying "Number of Rows" attributes etc., nothing works.
    Let me know what I'm doing wrong or how to fix it.
    Thanks
    - Richard

    Thanks for replying, Scott
    Here is the app http://htmldb.oracle.com/pls/otn/f?p=19793:1
    I want to display only 4 rows (table has around 10 rows). I couldn't display more than 2. If I change the template, then everything works fine. Its just with the "One Column Unordered List" template that is not working.
    Thanks.
    - Richard.

Maybe you are looking for

  • Folder with face and flashing question mark, what to do when this happens?

    I'm sure this has been asked a million times, please help, my brother has a ibook G4, OSX 10.3.9, about 3 years old and now when he turns on the ibook it has a folder with a face in it and a flashing question mark. Do you just leave it and it will so

  • Problems creating a PDF file w/ Word 2000 + Adobe Acrobat 8 Professional

    Hi all, we have a problem with some of our word files. When trying to create a PDF file w/ Word 2000 and Adobe Acrobat 8 Professional by pressing on the Acrobat button in Word, sometimes the PDF distiller gets stuck and doesn't create a PDF file. Whe

  • Is it possible to completely disable port 23 on a Cisco device?

    When we run the 'show control-plane host open-ports' command on any of our routers (but specifically a CGR 2010) we are seeing port 23 in a listening state. Active internet connections (servers and established) Prot               Local Address      

  • Preloading and synchronize flv play

    I have 3 flv files that I would like to start playing at the same time. It doesn't matter if they are completely preloaded, just as long as they start at the same time. Does anyone have any ideas of how this could be done? How to synchronize the play

  • Trying to download MP3 file

    im new to mac (3 days). have the iBook G4. im trying to downlaod an MP3 file from a site (that i was able to do everyday on my windows laptop). as soon as i initiate the download process - Quicktime automatically pops up. it appears to be downloading