It is Possible to reduce the space between the lines after < CR > a text block?

Hello

I paste text without ANY special models in my custom CSS layout.

I would have less space between the line after a < CR >.

see you soon,

Dreamer101.1

Using the following style rules

p, {br}
margin: 0;
padding: 0;
}

and look at the result.

I hope this helps

Ben

Tags: Dreamweaver

Similar Questions

  • Is it possible to reduce the size of the request

    Hi all

    Is it possible to reduce the size of the query of query below while it increases performance. To join them the same tables and have the same join conditions except for the names of columns whichwe pick

    SELECT
    o.WORKORDER_FK_KEY,
    o.SEGMENT_FK_KEY,
    CASE WHEN (v_profile = 1) THEN SEG1. ELSE SEGMENT_PK_KEY END TO_SEGMENT_FK_KEY o.SEGMENT_FK_KEY,
    o.ITEM_FK_KEY,
    s.system_fk_key,
    o.SHIFT_WORKDAY_FK_KEY,
    o.READING_TIME,
    NVL (o.QTY_COMPLETED, o.QTY_OUTPUT - NVL (QTY_REJECTED, QTY_REWORK + QTY_SCRAP)),-write the formula of qty_completed using BI
    o.QTY_UOM QTY_UOM,
    i.PRIMARY_UOM,
    i.SECONDARY_UOM,
    1-write the search value
    v_profile,
    SYSDATE,
    SYSDATE,
    v_unassigned_val,
    v_unassigned_val
    OF mth_equip_output o,.
    mth_items_d I,.
    S MTH_PRODUCTION_SCHEDULES_F,
    SEG MTH_PRODUCTION_SEGMENTS_F,
    MTH_PRODUCTION_SEGMENTS_F SEG1
    WHERE i.item_pk_key = o.item_fk_key
    AND s.workorder_pk_key = o.workorder_fk_key
    AND o.last_update_date > v_log_from_date
    AND o.last_update_date < = v_log_to_date
    AND SEG.item_Fk_key = o.item_fk_key
    AND seg.workorder_Fk_key = o.workorder_fk_key
    AND SEG.segment_pk_key = o.segment_fk_key
    AND o.WORKORDER_FK_KEY <>v_unassigned_val
    AND o.SEGMENT_FK_KEY <>v_unassigned_val
    AND o.ITEM_FK_KEY <>v_unassigned_val
    AND SEG. NEXT_SEGMENT_FK = SEG1. SEGMENT_PK
    UNION

    SELECT
    o.WORKORDER_FK_KEY,
    o.SEGMENT_FK_KEY,
    o.SEGMENT_FK_KEY,
    o.ITEM_FK_KEY,
    s.system_fk_key,
    o.SHIFT_WORKDAY_FK_KEY,
    o.READING_TIME,
    o.QTY_SCRAP,
    o.QTY_UOM QTY_UOM,
    i.PRIMARY_UOM,
    i.SECONDARY_UOM,
    1,
    5,
    SYSDATE,
    SYSDATE,
    v_unassigned_val,
    v_unassigned_val
    OF mth_equip_output o,.
    mth_items_d I,.
    S MTH_PRODUCTION_SCHEDULES_F,
    SEG MTH_PRODUCTION_SEGMENTS_F,
    MTH_PRODUCTION_SEGMENTS_F SEG1
    WHERE i.item_pk_key = o.item_fk_key
    AND s.workorder_pk_key = o.workorder_fk_key
    AND o.last_update_date > v_log_from_date
    AND o.last_update_date < = v_log_to_date
    AND SEG.item_Fk_key = o.item_fk_key
    AND seg.workorder_Fk_key = o.workorder_fk_key
    AND SEG.segment_pk_key = o.segment_fk_key
    AND o.WORKORDER_FK_KEY <>v_unassigned_val
    AND o.SEGMENT_FK_KEY <>v_unassigned_val
    AND o.ITEM_FK_KEY <>v_unassigned_val
    AND SEG. NEXT_SEGMENT_FK = SEG1. SEGMENT_PK
    UNION

    SELECT
    o.WORKORDER_FK_KEY,
    o.SEGMENT_FK_KEY,
    o.SEGMENT_FK_KEY,
    o.ITEM_FK_KEY,
    s.system_fk_key,
    o.SHIFT_WORKDAY_FK_KEY,
    o.READING_TIME,
    NVL (QTY_REJECTED, QTY_REWORK + QTY_SCRAP),-write the formula of BI qty_rejected here = rework scrap
    o.QTY_UOM QTY_UOM,
    i.PRIMARY_UOM,
    i.SECONDARY_UOM,
    1,
    4,
    SYSDATE,
    SYSDATE,
    v_unassigned_val,
    v_unassigned_val
    OF mth_equip_output o,.
    mth_items_d I,.
    S MTH_PRODUCTION_SCHEDULES_F,
    SEG MTH_PRODUCTION_SEGMENTS_F,
    MTH_PRODUCTION_SEGMENTS_F SEG1
    WHERE i.item_pk_key = o.item_fk_key
    AND s.workorder_pk_key = o.workorder_fk_key
    AND o.last_update_date > v_log_from_date
    AND o.last_update_date < = v_log_to_date
    AND SEG.item_Fk_key = o.item_fk_key
    AND seg.workorder_Fk_key = o.workorder_fk_key
    AND SEG.segment_pk_key = o.segment_fk_key
    AND o.WORKORDER_FK_KEY <>v_unassigned_val
    AND o.SEGMENT_FK_KEY <>v_unassigned_val
    AND o.ITEM_FK_KEY <>v_unassigned_val
    AND SEG. NEXT_SEGMENT_FK = SEG1. SEGMENT_PK


    Thank you very much in advance

    If you consider how identical to and WHERE the clause is, I think that avoiding the UNION would be best. (that is to say with the UNION, you are reading/pulling the same data 3 times.).

    I would try to fire once, then 'create' what data you need. Without overflow or what you're trying to do... I would think something like that would back up the same results. (Not sure on performance, but again, I do that think that he would run faster?  :))

    SELECT DISTINCT
           o.WORKORDER_FK_KEY,
           o.SEGMENT_FK_KEY,
           CASE WHEN link.lvl = 1 THEN
                   CASE WHEN (v_profile = 1) THEN SEG1.SEGMENT_PK_KEY
                      ELSE o.SEGMENT_FK_KEY
                      END
                WHEN link.lvl IN (2, 3) THEN
                      o.SEGMENT_FK_KEY
                END TO_SEGMENT_FK_KEY,
           o.ITEM_FK_KEY,
           s.system_fk_key,
           o.SHIFT_WORKDAY_FK_KEY,
           o.READING_TIME,
           CASE WHEN link.lvl = 1 THEN
                   NVL (o.QTY_COMPLETED,
                      o.QTY_OUTPUT - NVL (QTY_REJECTED, QTY_REWORK + QTY_SCRAP))
                WHEN link.lvl = 2 THEN
                      o.QTY_SCRAP
                WHEN link.lvl = 3 THEN
                      NVL (QTY_REJECTED, QTY_REWORK + QTY_SCRAP)
                END QTY_SCRAP,
           o.QTY_UOM QTY_UOM,
           i.PRIMARY_UOM,
           i.SECONDARY_UOM,
           1,                                        --write the value from lookup
           CASE WHEN link.lvl = 1 THEN v_profile
                WHEN link.lvl = 2 THEN 5
                WHEN link.lvl = 3 THEN 4
                END v_profile,
           SYSDATE,
           SYSDATE,
           v_unassigned_val,
           v_unassigned_val
      FROM mth_equip_output o,
           mth_items_d i,
           MTH_PRODUCTION_SCHEDULES_F s,
           MTH_PRODUCTION_SEGMENTS_F SEG,
           MTH_PRODUCTION_SEGMENTS_F SEG1,
           (SELECT level lvl FROM dual CONNECT BY level <=3 ) link
     WHERE     i.item_pk_key = o.item_fk_key
           AND s.workorder_pk_key = o.workorder_fk_key
           AND o.last_update_date > v_log_from_date
           AND o.last_update_date <= v_log_to_date
           AND SEG.item_Fk_key = o.item_fk_key
           AND seg.workorder_Fk_key = o.workorder_fk_key
           AND SEG.segment_pk_key = o.segment_fk_key
           AND o.WORKORDER_FK_KEY <> v_unassigned_val
           AND o.SEGMENT_FK_KEYv_unassigned_val
           AND o.ITEM_FK_KEYv_unassigned_val
           AND SEG.NEXT_SEGMENT_FK = SEG1.SEGMENT_PK
    
  • is there a possibility to rename the dashboard after you generate reports

    Hai,

    is there a possibility to rename the dashboard after you generate the reports in dashboards with them affecting reports.

    If possible, please explain in detail to deal with...

    Thanks in advance.

    Hello

    go to Catalog Manager right click on the name of dashboard and select Rename smart then give the new name

    It does not affect reports.
    sort of take your backup catalog file

    Concerning

    NGO

  • It is possible to capture the lines of delete with the CHECK feature operations?

    10.2 using triggers I can connect the deleted lines, but is it possible to capture the lines of delete with the CHECK feature operations?

    Thank you.

    You can find Fine grain auditing and capture strategy audit records (for example, access to a column), and also capture the SQL text.

    But that still won't 'copy' on all lines accessed by the user who runs the verified order (for example a DELETION).
    If you want to "save a copy" of the row that has been deleted by a user, you would still have to write your own trigger ON DELETE.

  • How to reduce the space between two lines in a panelformlayout who is lain in the panelbox?

    Mr President.

    I have a panelbox in which I put a panelformlayout which have two rows as below

    panelformspace.png

    I want to reduce the space between inputfield first and second inputfield.

    Thus, this second inputfield closer to the first inputfield

    Respect of

    You can define simple = true in the first entry field (name), sorround who on the ground with panelLabelAndMessage and add the second inputField (address) about to end of panelLabelAndMessage.

    In fact, you can add more or less space with spacer between them and panelGroupLayout with horizontal layout as a facet of the end child

  • Is is possible to reduce the address bar size AND also delete the google search bar at the same time?

    Basically, I want to delete the google search bar that I didn't need. but when I do the address bar is getting too long.
    From there I want to reduce the size of the address bar, but I don't know how, does anyone know how to do this?

    If you want unusable space: right click at the right end of the address bar. Click Customize. Drag the icon of 'Space' where you want the space. Repeat as many times as necessary. (To cancel, drag the spaces to whence they came.)

  • PACK of PDF - is possible to "reduce the size of the file" in this online tool?

    I bought adobe pdf pack today and thought I would then subtract the size of the file of my pdf files online. I can see the pdf pack do not include this feature.

    If I upgrade to pdf pro pack, is the "reduce filsize" function included in this pack, or is - not possible to do it on the web?

    I think Acrobat Pro can optimize and reduce the size of the PDF file.

  • Is it possible to adjust the paragraph after units of space increment?

    Hello everyone. I have a document with pictures inserted in the text stream. I use a style section for the image and one for the description of the image. Paragraph of the picture style has a thumb 0,1875 after the space. I want to set it down. It seems that the increments are fixed to 0,0625 inch at a time (it goes 0 to 0,0625 then 0.125 then 0,1875 and so for) but visually, it actually only adjust when increment reached 0.125 (between the two, it has no visual effect). Is there a way to adjust the increment for she does 0,0625 inch at a time instead of 0.125? Basically, I'm adjusting the space between the image and the description of the image.

    You check the attributes for the image description subsection or paragraph image to align with the grid? You should check the description. It is likely to always be a certain amount of space between them because of the leading slug but add more room by using spacing of paragraphs should be gently affecting the spacing unless you align to grid is enabled.

  • Possible to reduce the height of the tabs and toolbar icons?

    Hello

    in workstation 7 the height of the icon bar and the tab was a litte smaller than 8 workstation.

    Is is possible to change the size of these bars in v8? (see attachment for details).

    Robert

    Sorry, you cannot change the height of these bars to WS8.

    Thanks for your comments, if... the team will bear this in mind for the future.

  • How to use substr and instr, where the line of input Multi text

    Hi all

    with

    data in the form of)

    Select ' Mary America.1234 Southridge Park Dr... Samna Lorie.MO.31234..' double val

    Union of all the

    Select 'Bill Johnson.Apartment 3 b. Sterling.VA.20166.3 Plaza Falke' of the double

    )

    Select

    regexp_substr (shipping_instructions, "[^ #] +' 1, 1") name

    , regexp_substr (shipping_instructions, "[^ #] +' 1, 2") address

    , regexp_substr (shipping_instructions, "[^ #] +' 1, 3") city

    , regexp_substr (shipping_instructions, "[^ #] +' 1, 4") State

    , regexp_substr (shipping_instructions, "[^ #] +' 1, 5") zip

    , regexp_substr (shipping_instructions, "[^ #] +' 1, 6") County

    FROM (select REGEXP_REPLACE (val, ' \.)) () [^.])', ' #\1 ") data shipping_instructions)

    (1)'Mary America.1234 Southridge Park Dr... Samna Lorie.MO.31234..'

    (2)'Bill Johnson.Apartment 3 b. Sterling.VA.20166.3 Falke Plaza. »

    "Mary America. 1234 Southridge Park Dr. Samna Lorie. MO.31234..'

    NAME ADDRESS CITY ZIP County SATE

    ---------                  --------                                ------------           ------           -------    -- -----

    Married America 1234 Southridge Park Dr.    Samna Lorie MO 31234  NULL VALUE

    "Bill Johnson. Apartment 3B. Sterling. VA. 20166. Falke Plaza 3... "

    NAME ADDRESS CITY ZIP County SATE

    ----------------      -----------------        -------       -----        ---         --------

    Bill Johnson apartment 3B Sterling, WILL 20166 3 Falke Plaza.

    Problem

    ---------

    (1) if the value, if the County (if null) value then it shows the ZIP with dot's (.) value, in the 31234 above..,.

    How to solve this problem?

    (2) another possible to fix the code, I want to use substr and InStr.

    (3) who is the best approach?

    Conditions:

    --------------

    (1) shipping_instructions column has the value with "Mary America.1234 Southridge Park Dr... Samna Lorie.MO.31234... »

    This means it combined all the similar name, address, city, State, zip

    (2) we insreted in the table separately.

    =========================

    / * Use Substr and Instr * /.

    =========================

    I used substr and instr, but I'm getting the money results (no point in the address).

    "America Mary. 1234 Southridge Park Dr. Samna Lorie.MO.31234..'


    NAME ADDRESS CITY ZIP County SATE

    ---------                  --------                                ------------           ------           -------    -- -----

    Mary America 1234 Southridge Park Dr. Samna Lorie MO 31234  NULL VALUE

    But I need the results (no point in the address)

    NAME ADDRESS CITY ZIP County SATE

    ---------                  --------                                ------------           ------           -------    -- -----

    Mary America 1234 Southridge Park Dr.    Samna Lorie MO 31234  NULL VALUE

    Hello

    994122 wrote:

    Hello

    (1) how do to do this, use the substr and instr functions?

    Thank you

    You can't do all the work with SUBSTR and INSTR; you need regular expressions to obtain a string delimited by a #.

    Once you have such a string, then you can use SUBSTR and INSTR (instead of REGEXP_SUBSTR) to get the separate secondary strings:

    WITH got_delimited_string AS

    (

    SELECT REGEXP_REPLACE (val

    , '\. ([^ .]| $)'

    , '#\1'

    ) AS delimited_string

    FROM the data

    )

    got_pos AS

    (

    SELECT delimited_string

    , INSTR (delimited_string, "#", 1, 1) AS pos_1

    , INSTR (delimited_string, "#", 1, 2), pos_2

    , INSTR (delimited_string, "#", 1, 3) AS pos_3

    , INSTR (delimited_string, "#", 1, 4) AS pos_4

    , INSTR (delimited_string, "#", 1, 5) AS pos_5

    , INSTR (delimited_string, "#", 1, 6) AS pos_6

    OF got_delimited_string

    )

    SELECT SUBSTR (delimited_string, 1, pos_1 - 1) AS the name

    SUBSTR (delimited_string, pos_1 + 1, pos_2 - (pos_1 + 1)) AS address

    SUBSTR (delimited_string, pos_2 + 1, pos_3 - (pos_2 + 1)) AS city

    SUBSTR (delimited_string, pos_3 + 1, pos_4 - (pos_3 + 1)) AS State

    REPLACE (SUBSTR (delimited_string, pos_4 + 1, pos_5 - (pos_4 + 1))

    , '.'

    )                                                           AS zip

    SUBSTR (delimited_string, pos_5 + 1, pos_6 - (pos_5 + 1)) AS the County

    OF got_pos

    ORDER BY delimited_string

    ;

  • Illustrator CC 2015, need to draw the line after line with arrowhead already attached.

    CorelDesigner has an option where you just draw your line / lines and arrow is already added at the end of the line.  Not only that your arrow lines can have a color outside the line (which surround it). So if you make a technical with arrows pattern when placed on top the drawing there is white or what ever color you want outside the black line (what thickness you choose so) so it's easier to read the technical drawing. So, basically, it's not line against line. That's why you would put a little white around the line. He gives him the space to breathe and easier to read the technical drawing. In Illustrator, I find that I draw my line. Then hover over the line options palette, and then scroll down arrow heads and choose my arrow head. Then calculate the rest, make outside the line have a white that surrounds it. Thus, it can be placed on technical drawings. I find there are many steps I have to do when Corel has this feature built-in and you leave. I currently have a trial version of Corel. But... I already have Adobe Suite. I don't want to have to buy another program. But I also see that CorelDesigner is somehow more user-friendly for people who need to work with drawings technical line (writing). I understand that not every program offers the same tools. But I really need the speed of it because I work with a lot of technical CAD which are handed to me. If there is a way in Illustrator to draw my lines one after the other with the arrow head already attached? Then of course I need little white around it if its duplication on other technical lines.  It just seems like a lot of steps in Illustrator. I also understand I could draw a line w/arrow attached installer as I want. Then draw another line... use the eyedropper tool and click on the correct line and my other line with change. Once more... what a pain. I feel that I have to jump through hoops to get my final result. I hope so that there's something built in Illustrator, I did not know was there and just unnoticed.

    Yes, I was able to do, but this is delicate (buggy) to get there.

    Make sure that the two traits have identical points of arrows and line widths.

    After you have created your effect of offset on long-distance running, move the effect of shifting way somewhere else in the stack, and then put back where it was. This seems to be the only way to make it work. Weird.

  • How to change the width of the line after the line is drawn?

    In Flash CS4, I'm changing the line of my line width or shape, he chose, but the stroke width slider is grayed out (so unadjustable). Is it possible to change a width of line after something has been created? If so, how is that possible? I tried selecting the line in all sorts of crazy ways, but still can not change it.

    I have CS4, but in CS3, as long as you select the object you draw raw, you can use either the slider or enter a new value in the box.  When you select the shape and line, it is not all cross-hatched/speckled or is it a blue line that surrounds all of this?  If it's the blue line, then you have not down to the crude graphics yet.  You can also check that the layer is unlocked.

  • Try to use my modem to broadband Cricket to get on the line, but something seems to block it.

    try to use my modem to broadband cricket to get on the line, but something seems to be block it

    Hello

    My name is Danny on behalf of Cricket Wireless.

    Please go to your full service nearest Store of Cricket or call the customer care of Cricket broadband at 1-800-CRICKET.

    Prior to contact our Customer Service team, make sure you have the following information:

    -An operating system (e.g., Windows XP)

    -Number of device Modem Wireless cricket (DND) assigned to your wireless modem. To find your MDN, please use the following steps:

    1. Insert the device into the USB port of your computer
    2. Open Cricket Broadband Connection Manager
    3. Go to help > about, your phone number is listed as your DND

    Thank you
    Danny on behalf of Cricket Wireless
  • How to return the lines after a selected line

    Hi there, I need return the straight after that the condition I have is filled...

    given the following table:

    date col ID
    123 Y 29/02/2013
    123 X 27/02/2013
    * 123 Y 26/02/2013 *.
    123 Z 26/02/2013
    * 123 X 25/02/2013 *.
    123 Z 25/02/2013

    I need a query that retrieves all rows that come immediately after col = 'Z' it is
    123 X 25/02/2013
    123 Y 26/02/2013

    Any help would be appreciated,

    Hello

    Martel wrote:
    Hi there, I need return the straight after that the condition I have is filled...

    given the following table:

    date col ID
    123 Y 29/02/2013
    123 X 27/02/2013
    * 123 Y 26/02/2013 *.
    123 Z 26/02/2013

    The 2 highest ranks (and the 2 lines below, by the way) seem to have the same date. I guess there is something that you are not showing that puts unqmbiguously in the order listed.

    * 123 X 25/02/2013 *.
    123 Z 25/02/2013

    I need a query that retrieves all rows that come immediately after col = 'Z' it is
    123 X 25/02/2013
    123 Y 26/02/2013

    It's just that the analytic LAG function.

    Any help would be appreciated,

    Here's one way:

    WITH   got_prev_col     AS
    (
         SELECT     id, col, dt     -- DATE is not a good column name (id isn't so good, either)
         ,     LAG (col) OVER ( PARTITION BY  id  -- or omit PARTITION BY clause
                                    ORDER BY      dt
                          )  AS prev_col
         FROM    following
    )
    SELECT     id, col, dt
    FROM     got_prev_col
    WHERE     prev_col     = 'Z'
    ;
    

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
    Explain, using specific examples, how you get these results from these data. For example, what makes one of the lines 26/02/2013 come in front of the other. Explain what id role plays in this problem. better yet, include a couple of different id values in the sample data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

  • How to restore all the lines after you have inserted by OracleBulkCopy()

    Hello

    I tried to restore an outer transaction and also tried to abort OracleBulkCopy() but it is still inserted all the lines. Someone knows how to do this?

    Case 1: Failed. Any line inserted in any case.

    OracleConnection connection = new OracleConnection;
    connection. Open();
    OracleTransaction trans = connection. BeginTransaction();
    OracleBulkCopy bulkCopy = new OracleBulkCoopy (connection, OracleBulkCopyOptions.Default);
    bulkCopy.DestinationTableName = "SomeTable";

    bulkCopy.WriteToServer (SomeDataTable);
    TRANS. Rollback();

    Case 2: Use OracleRowsCopiedEventHandler delegate and in the reminder set Oracle.RowsCopiedEventsArgs.Abort to true and then restore on the transaction in the catch block. Does not work either.

    Thank you.
    Hoang

    OK, I got the answer of the Oracle. Transaction is not currently supported with OracleBulkCopy().

Maybe you are looking for

  • AppleScript code to print a single sheet of numbers

    Is it possible to print a sheet of numbers with AppleScript (ideally with no dialog)? I am wanting to loop through a set of sheets in a specific order and print them so they will print in this order. Thank you!

  • Need info card mother Config - Satellite M60-104

    HelloThe user manual I have does not have no idea about the config of the motherboard. I called the Toshiba helpline for details of config, but they told me that they do not know that instead of this gave me the number for their spare part provider t

  • Windows 7 smaller size of the boot camp partition

    Hello world IM pretty new to mac and here next week, I want to buy the mbp 13 "retina 128 GB of storage. im a student of college and also the study, I might also want to play games and found that mac offer boot camp for w7. with my 128 GB of storage,

  • SENDING VIDEOS FROM MY iPHONE VIA WHATSAPP

    I use 5s, 16 GB with 9.2 iOS iPhone I'm not able to send videos of my phones video file via Whats App. I spent about 100 minutes with the hotline of apples 0008001009009 and finally they said I need to check with WhatsApp. Hope you can provide a solu

  • IO_ERR_BAD_BLOCK... The device, %1, has a bad block.

    Source: disk (hard disk). What causes this prob.? Please help I use 2 OS, is this a reason, when I try to enter the folder of diferent OS or something like that?