Ordered list with static alpha character in DW CC

I am using the following CSS code:
CSS:
ol {
  counter-reset: item;
  list-style-type: none;
ol li:before {
  content: 'Q' counter(item, decimal) '. ';
  counter-increment: item;
HTML5
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Q List</title>
<link href="/qlist.css" rel="stylesheet" type="text/css">
</head>
<body>
<ol>
  <li>Foo</li>
  <li>Bar</li>
</ol>
</body>
</html>
I should get:
Q1. Foo
Q2. Bar
This works in JSFiddle.
Please advise me what I am doing wrong.
Thanks.
Joshua P. Quinn

There's an awful lot of stuff that doesn't render correctly in Design View.  CSS Before and After is just one example.  Don't trust Design View.  It's not reliable.
Nancy O.

Similar Messages

  • Re: open purchase order list with price unit

    Hi Guru,
    Please inform if SAP have transaction which can show the list of our open
    order complete with price unit of material.
    Thanks
    Regards
    siva

    i think to get price per unit with the open PO you have to develop an customized report so contact your ABAP team with your requirement and develop a customized report.
    regards,
    qsm sap

  • How can I make numbers align with the baseline in ordered lists with inline images?

    When I use inline images in an ordered list, the number for every line that has an inline image is offset from the baseline to align with the top of the image. Here is a screen shot from Preview mode (same behavior on real devices):
    List entries 1 and 3 are normal. Entries 2 and 4, which contain inline images, have their numbers offset above the baseline.
    I guess the line-height gets redefined based on the inline image, and then the numbers align based on line-height. Is there a way to change this within Muse so the numbers will consistently sit at the baseline even when the line includes an image? Is it something that needs to be addressed by modifying style sheets?

    Hi,
    You are correct in observing that inline objects affect line height, which in turn affects alignment of the bullet/number with the line.
    To address this, you can use negative wrap offsets on the inline (specifically top offset) using the Wrap panel: adjust the value until the inline no longer adversely affects line height.
    Hope this helps.
    Abhishek

  • Order list with PO details

    Hello,
    I would like to get list of orders with PO details ( either PO type or some indication about service PO ) and respective operation. Is there a way ( even from MM reports ) to get it ?
    Regards
    Srini

    Dear,
    Use TCode- ME5Ausing:
    Order , Item category-  D ,Account assignment category- F
    regards
    sunil
    Edited by: sunil gupta on Oct 21, 2009 6:26 PM

  • Creating a Work Order List with a BLS Transaction

    I'm trying to create a list of work orders at a specific plant with a BLS transaction.  I'm running 4.6c.  I'm having trouble finding a BAPI that I can use for this.  The BAPI list in BAPI Explorer seems rather abbreviated when it comes to plant maintenance functions.  Any ideas?

    I did find one BAPI that looked promising 'BBP_PMORDER_GET_LIST' but unlike other BAPI's that had an INPUT section and an OUTPUT section, this one just had a TABLES section (and I couldn't find any documentation with it)
    What is involved in creating a custom BAPI?
    (We'll be on ERP2005 next spring so these 4.6c issues are temporary.)
    I appreciate your help with this.

  • Ordered list with hierarchy

    I want to use automatic numbering to create a list that will look something like this:
    1.
         A.
              (1)
                   (a)
    2.
         A.
         B.
              (1)
    Etc.
    I want the list to automatically switch between numbers and letters depending on which level I'm at and when I use the tab or shift/tab key. There ought to be a simple way to do this, but I can't figure it out.

    You are asking for far too much intelligence from Pages v5 (any version).

  • Open Production Orders List with a Field from Sales Order

    Hi All,
    I have the following query:
    SELECT distinct T0.[DocNum] As ProdOrder, T0.[ItemCode], (select itemname from OITM where T0.[ItemCode] = OITM.itemcode) As ProdName, T0.[PostDate], T0.[PlannedQty] As Planned FROM OWOR T0, OITM  T1 where T0.[Status] <>'C'
    Now I want to add ORDR.NumAtCard field in this query, pls advise me what change should i make to my existing query.
    Need the solution urgently, pls help asap.
    Best Regards,
    JAQ

    Hi,
    Try this:
    SELECT distinct T0.DocNum As ProdOrder, T0.ItemCode, T1.itemname As ProdName,
    T0.PostDate, T0.PlannedQty As Planned,T2.NumAtCard
    FROM dbo.OWOR T0
    INNER JOIN dbo.OITM T1 ON T0.ItemCode = T1.itemcode
    LEFT JOIN dbo.ORDR T2 ON T2.DocEntry = T0.OriginAbs AND T0.OriginType = 'S'
    where T0.Status != 'C'
    Thanks,
    Gordon

  • Open purchase order list

    Hi experts,
    how i can generate open purchase order list with the amount ?
    regards,
    Sanju M S

    HI
    try report
    ME80FN
    here after executing click on changes view and select PO history
    Regards
    Kailas Ugale

  • 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.

  • More formatting (ordered lists)

    I want to create an ordered list with some instructions for the Adobe Reader forum (thanks to Ankit_Jain for the original instructions):
    Download Microsoft's SubinACL tool from http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe -4a91-93cf-ed6985e3927b
    Install the same by double clicking on the "subinacl.msi" just downloaded.
    Open Command Prompt window through the Run Dialog Box (Start -> Run and type cmd and click OK)
    In the Command Prompt window, type in or copy/paste the following commands:
    cd /d "%ProgramFiles%\Windows Resource Kits\Tools" (Hit Enter)
    subinacl /subkeyreg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents /grant=administrators=f /grant=SYSTEM=f /grant=USERS=f /grant="Creator Owner"=f (Hit Enter)

    That worked well, actually as expected.  In the original forum it did not work when I used <ol type="i"> for the sub-list, as below; the forum changed it to the default arabic numerals:
    Download Microsoft's SubinACL tool from http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe -4a91-93cf-ed6985e3927b
    Install the same by double clicking on the "subinacl.msi" just downloaded.
    Open Command Prompt window through the Run Dialog Box (Start | Run, type cmd and click OK)
    In the Command Prompt window, type in or copy/paste the following commands:
    cd /d "%ProgramFiles%\Windows Resource Kits\Tools" (Hit Enter)
    subinacl /subkeyreg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\OptionalComponents /grant=administrators=f /grant=SYSTEM=f /grant=USERS=f /grant="Creator Owner"=f (Hit Enter)
    P.S. now it changed it to "a." and "b." instead of "i." and "ii."...

  • Un-ordered Lists

    ok - probably a dumb question to you, but I have yet to
    figure out how to do this with DW8. Say I typing in Design View and
    I type
    Item 1
    Item 2
    Item 3
    in Code View these are each distinct paragraphs surrounded by
    <p> tags. Is there a quick and easy way to convert them to an
    un-ordered list with <ul><li> tags?
    I might hate to admit this, but I'm a FP convert - in FP you
    could highlight the paragraphs and click 1 button to convert it to
    a list - I got used to that and am looking for something equivalent
    in DW8.
    regards,
    Mike

    You're welcome.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "red5leader" <[email protected]> wrote in
    message
    news:em9tnc$2c8$[email protected]..
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Or click on the button-list icon on the Property
    inspector.
    >
    >
    > Even simpler - thanks Murray!
    >
    >

  • Inserting ordered List in JEditorPane

    Hi All
    I am having problem in implementing Ordered List with Nesting Feature. Please if anyone can help me with some advice as to how to proceed.
    Thanks in advance

    An option is to wrap your elements in an af:panelList with listStyle='list-style-type:decimal', such that the af:panelList does the numbering of the elements for you. More information on the af:panelList can be found here: http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_panelList.html
    For the second list item made up of your 3 components, try wrapping them in a horizintal af:panelGroupLayout.
    eg:
    <af:panelList id="pl1"  listStyle='list-style-type:decimal'>
      <af:outputText value="something" />
      <af:panelGroupLayout layout="horizontal">
        <af:outputText value="something2" />
        <af:goLink text=" text " id="gl1" destination="/faces/mypage.jsp"/>
        <af:outputText value="something3" />
      </af:panelGroupLayout>
    </af:panelList>CM.

  • Dropdown List Not Refresh with Static PDF

    Hi,
    I'm using LiveCycle ES2 version 9 to design my form and view using Acrobat X Pro. In my form, I have a dropdown list that binds to a data connection to populate the list of products available. The SQL query of the data connection is as simple as below,
         "SELECT ProductCode, ProductName FROM PUB_Product WHERE ActiveInd = yes"
    Everything works perfectly when I save my PDF in dynamic form. However, due to some limitation with dynamic form, I have no choice but to save the PDF in static form. Problem with static form arises when there are changes to PUB_Product table which could be adding/removing product, setting an active product to non-active and etc. In case of any changes, I have to re-open the PDF in LiveCycle and save it in order to have the latest data reflected in the form. Is there anything I can do so that the changes to the product table will straight away reflected in the form without having to re-save it?
    Thanks in advance for your advise.
    Regards,
    Steven

    Hi Paul,
    Thanks for helping. I'm using Acrobat to view the PDF form. Thus, shouldn't have any problem connecting to the database.
    I've captured some screenshots as below and hope it helps you understand my situation better.
    This is my Access database
    This is my PDF. Added a data connection "Product" using SQL Query "SELECT ProductCode, ProductName FROM PUB_Product WHERE ActiveInd=yes" whereby it will only extract the "active" products.
    Binded the product code dropdown list with "Product" data connection to populate the list.
    The output of the PDF form. Only the active products are being listed.
    Now, if let's say I add a new product to my PUB_Product table, the dynamic form will straight away list the new product but not the static form.
    Dynamic form
    Static form
    In order to see the new product listed in the static form dropdown list, I have to re-open the form in Live Cycle and just simply save it. So my question is, is there anything I can do to skip this "open and save" step?
    Thanks.
    Regards,
    Steven

  • Crystal reports with static list parameter : blank dropdown menu

    Hi,
    I've created a very simple report displaying customer order (ordr and rdr1)
    it has :
    parameter DocKey@  used in the selection formula    DocKey@=DocEntry
    It also has another parameter : static list with 2 entries
          - 1 : normal presentation
          -  2 : proforma presentation
    The user has to choose between option 1 or 2 before displaying the report
    Using the report in the Crystal application is OK : i can choose between option 1 and 2 in a dropdown list
    If i use the Addin Menu // preview in SAP : i can choose in the dropdown menu
    If i import my report in SAP and i try to preview it : the dropdown menu is empty and i cannot select anything
    Anyone has the same problem ?
    I use SAp SBO 8.8 pl 00 hotfix 14
    I 've the same report worrking on a sap sbo 8.8 sp 00 pl 11
    thanks for your help

    Hi and thanks for your help
    I've tried with and without default values : no changes
    I've tested with the last pl (18) and it works fine : no blank dropdown menu , i can select a value for my static parameter !
    Edited by: Antoine TESSIER on Jan 6, 2011 11:47 AM

  • Bug in rendering static list with Hierarchical Expanding template?

    Hi,
    on http://apex.oracle.com/pls/apex/f?p=23910 I prepared test case for my problem. It is static list with template Hierarchical Expanding and following structure:
    1
      1.1
        1.1.1
      1.2
        1.2.1
    2
    Entry 1.2 has condition set to never. And the problem is, as you can see, that entry 2 seems to be under entry 1.1. But really it isn't. Reason of this strange look is that in some cases, when condition for last entry in sublist is evaluted as false, there isn't generated tag </ul> closing that sublist, in this case are not closed even two sublists - under entries 1 and 1.1.
    In my real application it is more complicated, I have static list with about 80 entries (report menu) and every user sees some reports based on his position in organization structure and other conditions. And as you can imagine, this bug produces really confusing results, almost unique for every user.
    Did anybody meet this problem too? We are on ApEx 4.1.0, it is present in 4.1.1 too (as seen on apex.oracle.com)... And I think it wasn't problem in 4.0 (at least nobody noticed for few months and I believe somebody would notice that reports for one department are under reports for another one). Used theme is standard theme 2 - Builder Blue.
    Jirka

    update:
    I tried deriving the full path for the image file by viewing the source when I embedded it in an HTML region on the same page and it gives me something similar to the following URL:
    wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif
    (p.s. it is a .gif file - not sure if this should make any material difference)
    As a result, I tried embedding this into the code:
    <fo:block>
    <fo:external-graphic src="wwv_flow_file_mgr.get_file?p_security_group_id=502133210878128108&p_fname=myImage.gif)"/>
    </fo:block>
    but this time, instead of merely not rendering, when Acrobat opens, an error message appeared reported that the file was corrupted or invalid. When trying different formats, I seem to get a generic: "500 Internal Server Error".
    I'm going to try putting the image file in the server directory tree to see if that will work. I'll post later either way.

Maybe you are looking for