Need help with tabs for recipes

I'm sorry if this is basic, but my brain does not work after hours of playing with it. I want to put in place a fairly simple tab for the ingredients of the recipe - not numbered as, I understand - but the quantities of ingredients that vary according to the width... May 1, could be 1 3/4 can be 14... I want this column of numbers flush right, then a space, then the rest of the ingredient should be flush left with a hanging indent (see the last line of the example). So, it looks like this (from cooks illustrated):

tab.png

Can someone give me an idea how to implement that (and have usable)? Unformatted text would be:

2 large eggs 1 large white of egg

1/2 cup (2 1/2 ounced) of all-purpose bleached, sifted flour.

etc etc etc.

This makes me crazy... any help appreciated.

You need to configure it as a paragraph Style

Tags: InDesign

Similar Questions

  • Need help with coding for HTML5 with emergency Flash video

    Hello, need help with my coding in Dreamweaver CS5.5 for HTML5 with emergency Flash video. Not sure if the coding is correct. Do I need any other JavaScript etc.?

    code.jpg

    Another thing is that you don't have to include SWF as aid manual if you provide all 3 ogv, webm & mp4 video formats as one of these formats will certainly be played in any browser that is fully compatible HTML5.

    Still one thing you could do if you don't mind hosting your video on Youtube is to get an embed code for Youtube - in this way, you don't have to convert all the files. YouTube will do it for you and it will play on devices of HTML5 as well as supports Flash player of relief for devices that cannot play HTML5.

  • Need help with keyframes for start and stop an effect

    I use a mask and blurred for a few seconds. I understand that I must use keyframes to indicate when to start and stop this effect in the video, so that the same area is not trimmed for video full.

    The problem is, I can't find help by correctly setting the keyframes. When I opened the menu keyframes in the effect, it seems that I must together for both the mask took and the blur effect. I did... to start and stop at specific times, but the rest indeed throughout the video, so of course miss me something by using keyframes. The manual to create effects is not useful. I need assistance with keyframes as what I'm doing is clearly not working. Help!

    If the mask does not move that you don't have to set the keyframe. For the blur, click the stopwatch next to 'bluriness' add keyframes as below, the Reds don't blur and blue those maximum blur this fade effect.

  • Need help with divers for ASUS Intel Socket 775 Motherboard,

    Need help to locate drivers for this motherboard, my external USB hard drives do work not be recognized, no drvers for SM Bus controller, link controller SATA Silicon Image Sil 31 or 32,.

    To help you to download the drivers for your computer, you can check out the link below. You can also contact the Asus Support using the link below.

    http://support.ASUS.com/download/download.aspx?SLanguage=en-us XD

  • Need help with license for Windows store

    Hello! I have problem with Windows store, he says he has a problem with the license.

    It happened because I tried to upgrade my Windows 8.1 to Windows 10 and I've failed at about 20 times. Servers of M$ have been save this issue but they have not registered my fails so now servers $ M think I use illegal license for my laptop. My laptop is Asus F55A and I can not use the store because M$ servers does not allow me too.

    Please Microsoft something about it.i have legal Windows but probably your servers register this as illegal because I repeatedly upgrading to windows 10 who never worked and your servers did not know my fails.

    Please answer.

    Error with Windows store code "this application failed to start because of a problem with its license. Please try again later.

    Any help will be for me!

    Hello

    Thanks for posting your query on the Microsoft Community.

    According to the description, I understand that you are facing problems with Windows.

    I suggest you to refer to the suggestions of B Abid replied on 29 October 2012 and check if that helps.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-windows_store/unable-to-open-Windows-8-store/8a90d67e-9FEE-4B1F-A549-e702d0b207f4

    Hope that the information provided is useful. Let us know if you have questions related to Windows, we will be happy to help you.

  • Need help with as3 for pop-up window

    I'm nearing the end of the semester in my Flash Animation class. I learned things very simple AS3, extracted etc. code. I'll try to find the actionscript code to encode a simple popup window, but have not found a clue.

    Here's what I want to do... I have a white box with a certain guy on the stage. When a person clicks on the white box, I want a popup to open which is larger, which contains the same type but bigger. This box will have an x, so it may be rejected. I don't want to do it in html, only in Flash CS5. I don't want a browser window, I want just a larger version of the smaller area. I know how to build the two boxes, do not know how to write the code. I know there will be a click on the mouse event listener, and then I'm lost.

    Can someone help with the code that I could use? It would be most appreciated.

    It would be something along the lines of... (using the names of instance from your description)...

    Popup.Visible = false;

    whiteBox.addEventListener (MouseEvent.CLICK, showPopup);

    function showPopup(evt:MouseEvent):void {}

    Popup.Visible = true;

    }

    popup.popupX.addEventListener (MouseEvent.CLICK, hidePopup);

    function hidePopup(evt:MouseEvent):void {}

    Popup.Visible = false;

    }

  • Need help with adapters for T60 wireless

    Hello!

    I recently came across a T60 and I need it to be able to 5 GHz Wireless. The wireless current is not.

    I'm not a genius when it comes to wireless cards, where they are and whether or not they are compatible, this is why I come to you! Will you please help me find a wireless adapter which is dual band, so I can connect more than 5 GHz. No price is too high.

    Thank you for your time!

    -Gabriel Ruiz

    Welcome to the forum!

    If you do not use the BIOS modded, search eBay or Google T 42, 0825 , which is Lenovo a/b/g/n card than some T60 delivered with original series.

  • Need help with query for points and polygons, 2 tables of

    Hi all

    I'm slowly stumbling along trying to figure things out space.

    I have two tables, GEO_POINTS:
    (
    DEP_ID NUMBER (12) NOT NULL,
    LINE NUMBER 4 NOT NULL,.
    MDSYS. POINT_LOC SDO_GEOMETRY
    )

    and POLYGON_AREAS:
    (
    POLY_NAME VARCHAR2 (120 CHAR),
    POLY_DESC VARCHAR2 (120 CHAR),
    MDSYS POLY_POINTS. SDO_GEOMETRY
    )

    Neither table is engraved in stone, if any, I can change some structure.

    I'm trying to understand how to write a query to retrieve all the points in a polygon, perhaps even with an optional buffer provided by the user.

    Conversely, I would probably also need to know what polygons a point would have drawn in, and it's the only request I could make any progress on.

    What I have so far, which is not working properly, is the following:

    Select * from deposits_search where dep_id in)
    SELECT dep_id
    OF geo_points, polygon_areas
    where (sdo_relate)
    poly_points,
    (SELECT point_loc
    OF geo_points
    WHERE dep_id = 10282444),
    ("mask = ANYINTERACT") = "TRUE");

    In the light of the foregoing, I want to select all the lines of a third table (DEPOSITS_SEARCH), for all polygons which is a point. The DEP_ID column is my primary key for most of the data tables in the database, and the number rose in my application query. However, the above returns all rows. It should only return one, because I only have a polygon of test defined so far.

    Any help is greatly appreciated. Thank you

    Bill Ferguson

    in which case you must include a line of buffer for the interaction between the points and polygons (with a stamp),

    better, you use the SDO_WITHIN_DISTANCE operator.

    http://download.Oracle.com/docs/HTML/B14255_01/sdo_operat.htm#i77653

    Not so sure what you mean with "I always have problems while providing a point location and extract the polygons that point would be plotted in" as so-called before unless you want that as a 'transitional instance of a geometry. (Specified using a variable binding or a builder SDO_GEOMETRY.) »

    http://download.Oracle.com/docs/HTML/B14255_01/sdo_operat.htm#i78531

    Read what geometry2 means in there. Read the examples and you will see that you have the geometry second in space operator as a builder. If this is what you need.

    Luke

  • Need help with drivers for Satellite P205-S6267

    I think I have all the drivers for my laptop, but I can't control the brightness of the screen or access capabilities of standby power. I downloaded tons of drivers power saver, and none of them work. Someone please help. I am running XP and the only driver I found is for Vista. I've been at this for two days... Please write to me at:

    [email protected]

    Hello

    Just FYI: whenever you need a driver download from http://www.csd.toshiba.com/cgi-bin/tais/su/su_sc_home.jsp?

    As you can see your model of laptop is not yet supported for WXP and I guess you have to wait because you need precisely designed these tools and utilities for your laptop model. In the meantime, I think you can live without brightness control option. In my opinion, it is not so important. Also try to use the Windows power saver options. I'm sure you can use them up to what Toshiba offer WXP tools and utilities.

  • Pavilion 15: Need help with replacement for fan

    Hello, I got annoying problem. My fan makes noise 'grinding '.  But the sad reality is that this problem occurred only 1 day after the end of my warranty (no joke here!)  I tried to clean the fan with compressed air. But it has helped me, so I want to ask what type of fan does not fit on my motherboard.

    -J' found on the internet, that my fan bearing may be/is damaged

    -Sorry for my bad English

    -Thanks for reading

    Hello

    Please use the manual 5th of the following link to find the part # and how to replace it (page #79):

    http://support.HP.com/us-en/product/HP-Pavilion-15-notebook-PC-series/5355006/model/5400833/manuals/

    Note: You cannot replace yourself IF still under warranty.

    Kind regards.

  • Need help with MWI for voice mail on SIP with SPA9000

    I can't get my MWI to work with my answering machine SIP.  I have:

    SPA9000

    1 SPA962

    1 SPA941

    My ITSP is Mconnect and my SIP phone number is configured for line 1 on the SPA9000.

    I am using their voicemail.  I want the MWI light only on my phone SPA962.  I packed an id 1101 for this phone's mailbox.  I can press the message button and connect to my voicemail, but I don't get a MWI when I have new voicemail.

    Here are the settings for voicemail, I SPA9000 > voice > line 1:

    Mailbox repository URL: mysiptelephonenumber@line1proxy

    URL for mailbox management: even the form of mailbox repository URL

    Mailbox subscribe URL: it is indifferent to what I put in this context, nothing works.

    MConnect gave me a few things to try, but they do not work either.

    Any help is greatly appreciated.

    Marti

    I googled my question and found the answer here on this forum in a post from last year!  My MWI now works as it should when I have voice mail on my SIP line.

    Here is the link to the post on this forum where I found the answer:

    http://forums.linksysbycisco.com/Linksys/board/message?board.ID=VoIP_Phones&thread.ID=3899

    Also be sure to enter the URL for the mailbox to subscribe, filing and management.

    Mine are my number of mailbox @ the proxy for the line that my SIP line is activated, which is Line 1

    Marti

  • Need help with SQL for the following logic.

    I have a table with 3 columns and the following data:
    DATE NAME S_NO
    1 ABC1 JANUARY 1, 2001
    1 ABC2 JANUARY 10, 2001
    1 ABC3
    1 ABC4
    ABC1 2 1 DECEMBER 2010
    ABC2 2
    2 ABC3 DECEMBER 10, 2010
    2 ABC4 DECEMBER 5, 2010
    3 XYZ1 FEBRUARY 1, 2001
    3 XYZ2 FEBRUARY 2, 2001

    I need to retrieve the value of NAME for each S_NO corresponding to the maximum DATE. In the above example, it will be:
    1 ABC2
    2 ABC3
    3 XYZ2
    /* Formatted on 9/10/2012 2:50:13 PM (QP5 v5.139.911.3011) */
    WITH t AS (SELECT 1 S_NO, 'ABC1' NAME, '1-JAN-2001' dt FROM DUAL
               UNION ALL
               SELECT 1, 'ABC2', ' 10-JAN-2001' FROM DUAL
               UNION ALL
               SELECT 1, 'ABC3', NULL FROM DUAL
               UNION ALL
               SELECT 1, 'ABC4', NULL FROM DUAL
               UNION ALL
               SELECT 2, 'ABC1', '1-DEC-2010' FROM DUAL
               UNION ALL
               SELECT 2, 'ABC2', NULL FROM DUAL
               UNION ALL
               SELECT 2, 'ABC3', '10-DEC-2010' FROM DUAL
               UNION ALL
               SELECT 2, 'ABC4', '5-DEC-2010' FROM DUAL
               UNION ALL
               SELECT 3, 'XYZ1', '1-FEB-2001' FROM DUAL
               UNION ALL
               SELECT 3, 'XYZ2', '2-FEB-2001' FROM DUAL)
    SELECT *
      FROM (SELECT S_NO,
                   name,
                   RANK ()
                   OVER (PARTITION BY s_no
                         ORDER BY TO_DATE (dt, 'dd-mon-yyyy') DESC)
                      rk
              FROM t
             WHERE dt IS NOT NULL)
     WHERE 1 = RK
    
  • Need help with Javascript for Acrobat 9 Pro

    Hello

    I have created a PDF form in Adobe Acrobat 9 of Profession.  Not having not much experience with Javascript, I found this forum very helpful and have many examples of script used to other issues, I had.  I was hoping that someone could help me with the following script, I tried many variations, cannot operate.

    var ratio = this.getField("ratio").value
    concentration of var = this.getField("concentration").value
    var result = this.getField("result").value
    If (ratio.value > = 50.00)
    {result.value = 'PASS' ;}
    If (ratio.value".value > = 40.00)
    {result.value = 'PASS' ;}
    If ((concentration.value ==61) & & (ratio.value > = 49,25))
    {result.value = 'PASS' ;}
    If ((concentration.value ==61) & & (ratio.value > = 39.25))
    {result.value = 'PASS' ;}
    If ((concentration.value ==62) & & (ratio.value > = 48.50))
    {result.value = 'PASS' ;}
    If ((concentration.value ==62) & & (ratio.value > = 38.50))
    {result.value = 'PASS' ;}
    on the other
    {result.value = "FAIL" ;}

    It's just a piece of code, concentration values run from 61 to 99 and the value of the ratio varies for each value of the concentration, there is a high ratio and a low ratio.  The result of this field to complete the field of results with a SUCCESS or a FAILURE.  This isn't working... any help is greatly appreciated!

    If this script is attached to the Calculate of the "result" field event, if I understand correctly the logicm code should be something like:

    // Get a reference to the ratio field
    var ratio = this.getField("ratio");
    
    // Get a reference to the concentration field
    var concentration = this.getField("concentration"); 
    
    // Default
    var res = "FAIL";
    
    if (ratio.value >= 40.00) {
        res = 'PASS';
    }
    
    if ((concentration.value == 61) && (ratio.value >= 39.25)) {
        res = 'PASS';
    }
    
    if ((concentration.value == 62) && (ratio.value >= 38.50)) {
        res ='PASS';
    }
    
    // Set this field's value
    event.value = res;
    

    If the code is placed elsewhere, you must indicate the location.

  • Need help with search for mdb using DW in ASP.

    Hello

    I'm trying to put in place a db on a Web site search tool using mdb and dw in ASP. have THEY put in place. Tested OK. Have used ms help pages (printed some) and the DW 8 missing manual to:

    Configure and test a connection string to a database and it is fine.

    Set up to search with a single parameter and it tests OK.

    Configure the results page and it tests OK too.

    I can display the search page and the results page by using the toolbar search engine address and local host by IIS installation and this is very good.

    Unfortunately, when I test the search page and use a proper search for the db password, the results page displays very well with the titles of the table, but no data. I am highly dependent on the ease of DW and I'm not much on the code.

    I tried a lot of different things, but there are so many possibilities! I tried GET and POST. I think that the problem is either in the original report send the form data to the server, the mdb data collection or data display in the final table, although it's conjecture. It covers almost all areas. Also I don't know if "repeat" in the table may have something to do with it.

    If anyone can help me with some general ideas on how I can be able to go forward. I was at this point for about a week.

    Thank you very much in anticipation

    OK, you're text field is named "textfield", but the query string you are testing for is called "search". They must be named the same.

    " size="30">

    rsSearch__MMColParam = Request.QueryString ("search")

    I don't know why you are populating the form field with a value of query string. The value does not exist because there is no field named "search". And the sending of the form (EEG) is what creates the query string that uses the results page.

    Rename the textfield object in your 'Search' form and it should work.

  • Need help with wireless for my x120e driver.

    This was the hardest thing ever. I've tried literally all the LAN and WAN wireless drivers under all 4 the x120e the driver options. Which is strange because there are 4 options for the x120e when looking for it. As noted here: (http://i.imgur.com/4K9sB.png). I'd love to help in getting the correct driver. Any help is appreciated, let me know if there are any other necessary information.


Maybe you are looking for

  • GarageBand stuck on "Resume" in the app store

    I bought Garage Band and had to shut down my computer before uploading.  So, download now displays a "resume" option, but when you click it, asked me my username and password... and then nothing happens.

  • access control using the control panel handle

    Is it possible to access the constant name when I only have the panelHandle of the IUR. The control is part of the different project and panelHandle went from the first project for the second project. Second project now need to set the value of the c

  • Photosmart C4580: OCR scanning

    Why can I not 'see' the ease of OCR in the "Solution Center"?  I read the various opinions on the forums, some HP employees say this printer is not OCR, others say he does! My instruction book says he has it. As I don't have the installation CD I dow

  • Error: Windows Update cannot enabled updates, because the service is not running.

    Original title: update for windows vista. Windows Update is not enabled updates, because the service is not running. I spent all day trying to update via different methods on different for one without a bit of luck. Can anyone help?

  • Developer SQL v 3.0.04 fails to export large Excel files

    I can export queries from less than 500 lines without any problems. Nothing more than it is a problem. Most of the time, the export hangs or does not complete. The target file has 0 KB in these cases. Any ideas on how to address this limitation will