List of numbers start with a number other than 1?

Hi all


I supervised two side by side (since I can't do 1 column 2 text box).

I need the list numbering from 1 to 5 on the left and 6-10 on the right.

I can't find a way to change the starting number of the list of numbers. Any ideas how I can do?

Any help appricated!

Ordered lists support different numbering schemes and start numbers shifts. Unfortunately Muse doesn't expose all this kind of things, so you need to change the published HTML. Refer to this:

Ol HTML tag

Mylenium

Tags: Adobe Muse

Similar Questions

  • list starting with the number 6? Help, please

    Is there anyway that I can make a list from one number other than 1? For example 6?

    Best info I could get to- http://www.timrivera.com/tests/ol-start.html

    This seems to work...


    1. It's a

    2. It's two

    3. It's three

  • Extract an a piece of string starting with a number

    Hello

    I'm new to SQL, I can use some help with the following problem. I need to extract the number of contract of a string, but the position of the contract number and the text inside the string may vary, which means that it is important to link the SELECT statement with the number. Extract only numbers would help too, because the contract number contains letters and other characters. For example, if there is a "Payment for a contract nr 1100/70HE" string, the SELECT statement must be able to extract only '1100/70HE' this string.

    Thank you in advance,
    Keit

    1007555 wrote:
    The first three characters of a certain number of contracts are always numbers. If the application needs to find a piece of string, where three characters are numbers. The global chain can look like 'Payment for a contract number 1100/70HE', "Payment of 1100/70HE of the contract", "1100/70HE contract payment" etc. I hope that clarifies it a bit.

    SQL> ed
    Wrote file afiedt.buf
    
      1  with t as
      2   (select '"Payment to a contract nr 1100/70HE payment' as str from dual)
      3  select regexp_substr(str,'[0-9]{3}[^ ]+') con
      4* from t
      5  /
    
    CON
    ---------
    1100/70HE
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    
  • How to access a JSON structure key that starts with a number

    I have a strange problem here.  I can access any other JSON structure so I am not able to change it.  The JSON structure keys are named with the characters and numbers like this:

    0198456
    product_id198456
    1Feat Rashaan Houston Tony Loreto
    artistFeat Rashaan Houston Tony Loreto

    So, in other words, there is a key named "0" and a key named "product_id", containing the same key.  Why they did it, I don't know, but they did.

    In one case, the data stored under the key name text is not identical to the digital key named.  I tried to view the data in the digital key like this (it is an array of structures):

    #strStompyJSON.data [1].0 #.

    but I get the following error:

    --

    Found no valid CFML building online 41 in column 31.

    ColdFusion has been looking at the following:

    .0

    --

    When I do the following, it works fine:

    #strStompyJSON.data [1] .product_id #.

    So, it seems that CF does not like to access a variable that begins with a number.  I am able to perform a loop on the structure by using a loop of the collection, and it shows all the keys (including digital) and their values using the following code:

    < cfloop collection = "#strStompyJSON.data [1] # ' item 'key' = > '"
    #key #: #strStompyJSON.data [1] [key] # < br / >
    < / cfloop >

    However, that does not allow me to access specific keys named with a number.  Is it possible that I can access a key that is named more precisely with a number?

    Thank you!

    Mike

    Have you tried the support rating that I proposed in my first answer?  In my tests with your code, it worked without problem.

    Thank you

  • When you are using Pages, how can I enter the page numbers, starting with page 2?

    I'm trying to add pages to a document, but does not include page 1 because that's my cover page. I would like to start with page 2.

    Insert your page number on your cover page. Click on page 2. Then in the toolbar, click Documents, then the Section tab select Hide on the first page of the section and corresponds to the previous section. Your page number disappears on the cover and reappears on page 2 as page 2.

  • Selection of numbers starting with 0, followed by [1-9]

    Hello

    I use 9i (it is a 3rd party software, I have no influcene on when they decide to upgrade...) under Unix.

    In a table I would select all rows whose column x entries that

    -start with 0
    -have a number between 1-9 after the 0

    So he should select rows with this value:

    012345
    098765
    034343
    044544

    But it should not pick rows with values like this:

    000343333
    00-334-2323
    22-333-333
    AA - 00 - 000000

    etc.

    Can you please give me some tip?

    Edited by: user590072 the 26.01.2010 00:46

    You should make a habit of posting the CREATE TABLE statement so that we can play with your condition.
    Does this work for you:

    SQL> create table t as (
      2  select '0012345' col from dual union all
      3  select '012345' from dual union all
      4  select '098765' from dual union all
      5  select '034343' from dual union all
      6  select '044544' from dual union all
      7  select '000343333' from dual union all
      8  select '00-334-2323' from dual union all
      9  select '22---333--333' from dual union all
     10  select 'AA--00--000000' from dual
     11  );
    
    Table created.
    
    SQL> select *
      2  from   t
      3  where  substr(col, 1, 1) = '0'
      4  and    translate(substr(col,2),'x123456789','x') is null;
    
    COL
    --------------
    012345
    098765
    034343
    044544
    
    4 rows selected.
    
  • my e-mail starts with a number, I can not install my Inbox. Any suggestions?

    I bought an iPhone all nine (the first). My mail to the company (Server/domain) begins with a number, and I can't install it I mean, I can receive emails, but I can't send anything the same mailbox correctly work on android and windows phones. Help, please!

    Your post is a bit confusing. You say that you can not install the account on your phone, but then say you that you receive by email on that account. Have you added the account in settings > Mail, Contacts > calendar? If you did, try to remove and add back. If you mean something else, please explain.

  • This query gives the original sequence that increment of original value and start with original number?

    Thank you!

    Select dbms_metadata.get_ddl ('SEQUENCE', 'COURSE_NO_SEQ') of double;

    Hello

    No it will not give the sequence. This u give query will be, how U created the sequence, I mean how u written code for the design of this sequence. That's all...

    After you generate the query, you can use it in another schema, if the sequence is not available with this same name. After you have compiled successfully in other patterns, this sequence will start to give the starting number sequence number...

    See you soon!

  • See the list of numbers such as "call number?

    I've added a menu to MENUITEM_ADDRESSBOOK_LIST and I'm looking to display the dialog box "Call what number?" as BlackBerry does for contact with many numbers.

    Do I have to use Dialog.ask or a class exist?

    1. open address book

    2. Select a contact with a lot of numbers

    3. click on the BlackBerry button and then click< call="" xyz="">

    4 blackBerry open a dialog box to select the number

    Thanks in advance :-)

    Finally, it works:

    Synchronized (application.getEventLock ())
    {
    UiEngine objUI = Ui.getUiEngine ();
    Screen ObjScreen = new dialog box ("Call number?", strLabels, intIndexes, 0, Bitmap.getPredefinedBitmap (Bitmap.INFORMATION), Manager.VERTICAL_SCROLL);
    objUI.pushGlobalScreen (objScreen, 1, UiEngine.GLOBAL_MODAL);
    i = ((Dialog) objScreen) .getSelectedValue ();
    }

    I changed the UiEngine.GLOBAL_QUEUE to UiEngine.GLOBAL_MODAL to wait for the choice of a number.

    Mount the objScreen dialogue, and then use the getSelectedValue() method.

    Thank you very much :-)

  • Create account Skype with Skype name other than that of email or phone number

    I was asked to create a new Skype name for the work, but I can't understand how to create an account with a Skype name that isn't my email or phone number. I don't see an option where you can type your name (not the visible display to my contacts name) Skype.

    You can create a new Skype account with a Skype name of your choice using this form:

    https://login.Skype.com/registration

  • ? LPAD with 0 number less than 1 or - 1

    I want to find a function to return a 0 (zero) before a decimal point. For example,.90 I want it to be 0.90 or-. 90 will be-0,90.

    Very appreciated
    Ricard

    Maybe something like that?

    SQL> WITH test_data AS
      2  (
      3       SELECT 12648.45 AS NUM_COL FROM DUAL UNION ALL
      4       SELECT -12648.45 AS NUM_COL FROM DUAL UNION ALL
      5       SELECT .9 AS NUM_COL FROM DUAL UNION ALL
      6       SELECT -.9 AS NUM_COL FROM DUAL UNION ALL
      7       SELECT 0 AS NUM_COL FROM DUAL
      8  )
      9  /* END TEST DATA */
     10  SELECT     CASE num_col
     11            WHEN 0 THEN TO_CHAR(num_col,'FM0.00')
     12            ELSE TO_CHAR(num_col,'FMS99990.90')
     13       END AS col
     14  FROM     test_data
     15  /
    
    COL
    ---------
    +12648.45
    -12648.45
    +0.90
    -0.90
    0.00      
    
  • NO PREMIUM... Logarithmic function with different bases other than e/10?

    Is this possible?

    Yes.

    But without more details about what you're really asking this response many not be useful.

    For example, if you ask "can I type logb (5.2) and get 2.3219..." then Yes. If you say "I would by default change all the calculations of Basic for my band-aid solutions", you can get a completely different answer.

  • four digits starting with 1 0001 and not only the numbering.

    How do I re name and renumber a folder of photos and include four numbers starting with 1 0001 and not only the numbering. I need this for an another computer program can keep the images in numeric order

    Now I have number say marriage... 1 Smith_Jones ect up to 659, but a program that I use to create the albumes blurs all my photos because they say the digital system must have 4 digits so number 1 is 0001 so stay in order.  I have d see how to assign 3 zeros on numbers-# 344 front would therefore 0344 LR wants to keep 344.

    In the rename library use the following custom parameters.

  • Determine if the result of the query begins with a number

    I have the results of the query like this

    123PKM
    AAPL
    WB
    9865W
    FC
    QRST

    How can I determine if the result of the query begins with a digit?
    As 123PKM and 9865W do not start with a number.

    But others did not.

    The refind() would make this task very easily. Not tested, but I think that
    It would be the idea.

    #refind('^[0-9]',myQuery.aField,1,false) #.

    ColdFusin documentation in all directions will define completely the
    refind() function capabilities. It will give even some basics
    the syntax of the regular expressions used by this function.

  • numbered list: start with 1?

    Hello

    I can't understand how do make each

    numbered list start with #1. He keeps making it later

    Start lists with the next number, following the previous list

    Although the previous list was a few paragraphs above.

    Had the same problem in Word. Clearly, Miss something.

    Thank you!

    Jane

    Please consider this simple example

    http://www.yousendit.com/download/S1VCSlI0QTY3bUIzZUE9PQ

    (opens in InDesign)

    IN body Style, check the numbering options

    and in the numbered list, check the numbering Options

    You will see what I was doing.

Maybe you are looking for