How to Remove the Vertical Line in Forward Mail

when using apple's mail program how do I remove the vertical line when I forward email ?
Thanks

If you are doing this on an iPhone:
For forwarding or replying to an email without the Blue Vertical line to the left of the text...
- Open the email
- Select Forward or reply (this will open a new window)
- Select All of the text in the new email.
- In the pop-up bar that says "cut, copy, paste" select the right arrow for more options.
- Select Quote Level
- Select Decrease
Voila!

Similar Messages

  • How to remove the blank lines at the end of the JTextArea .

    Hi,
    I need to remove the blank lines in the JTextArea at the end. Suppose i am giving 'A' in the first line and press the enter key two times, after i am giving the 'B' in the third line and press enter key for two times. I need to remove, the last two lines of JTextAreae, . How i can remove these lines?

    String#trim() removes all whitespace from both ends of the String.
    The requirement was to remove line breaks from the end of the String only.
    String#replaceAll with a suitable regex would do the trick. Untested regex for this:text.replaceAll("[\\n\\r]+$", "")db

  • How to remove the thick line at the end of each page of my report

    Please how do I remove the thick line that appears at the end of each page of my report anytime I publish the report unto the Web.

    Bring up the property inspector against the report object. In here you will see the settings for HTML output. Remove the entry against the "After Page Value" property.

  • How to remove the gray line in JDeveloper?

    Hello,
    I'm working with JDev now.Now I'm facing a problem, when I want to format my codes in JDev I find many lines of code changed to double. I also notice that the point for newline is the gray line in the coding area.
    Now I want to remove the gray line or move it more right so I can format my codes really more beautiful.
    If there is anybody knows the way,please show me how to deal it.Thank you.

    Sorry,your answer has not figure my issue. The link you gave me does not contain my question.Thank you for your answer.

  • How to Remove the Last line of Instance in subform ?

    I thought I ran across an example in this forum of how to specify which instance you want to delete from a subform but I can not find it. I can get removeInstance to work but it removes the top line and I just want it to remove the bottom or last instance that was added. I can do it if I only had 2 instances and tell it to removeInstance(1); but the form is going to be dynamic and there will be more than 2 lines when people start to use the form.

    I've found the reason... :-)
    I'm using the designer from Acrobat professional instead of the designer from Adobe LiveCycle.
    I've got Acrobat professionnal 7.0.0 and trying your sample it didn't function.
    Knowing that there was a new version of Acrobat professional (7.0.7)I've installed it, and now your sample function.
    I have to mention that the count method is not listed in the choice menu that appears when you're typing code inside the designer. It means that some functions have to be tryed even if the popup menu of the list of available methods doesn't mention it.. (in this case it's the count method)... :-)
    There are a lot of things like that (for example there is the checkbox problems that are not good managed before Acrobat Reader 7.0.7, and Acrobat professional 7.0.7)
    So I suggest to the developpers that are reading this post to always install the last version of Acrobat Reader, Acrobat Professionnal, Designer, in order that everything goes well with the product.
    gpalmieri

  • How to remove the last line of  SUBTOTAL_TEXT ?

    i have used this event but i am totaling displaying at bottom rather than total i am getting another line 
    that i no need so given a some idea a if possible give some code.
    it like as:
    saleso  item no quan  net amt
    5063        10       47.23   554.23
    5063         20      40.00   665.25
    TOTAL                87.23    1219.48
    ---> iam getting extra line  want to delete it give me some solution.
    thanks to all,
    shabeer ahmed

    >5063 10 47.23 554.23
    >5063 20 40.00 665.25
    >TOTAL 87.23 1219.48
    >---> iam getting extra line want to delete it give me some solution.
    what is that extra line, is it total line..?
    if You want to remove the total line
    layout-no_totalline = 'X'.

  • How to remove the black line from a stacked canvas at run time???

    Hi All,
    I've developed a stacked canvas within a content canvas, when I run the form the stacked canvas apeared with a black line takes it.
    How to remove this line or how to disappear this line at run time??
    I tried to do this by putting (no line) in tools palette to the line color tool after selecting the black line one and after selecting the stacked canvas another once, but this did not resolve the problem!
    I need something else:
    I put the stacked canvas at detail data block and it didn't appear since I execute query in master data block
    How to appear the stacked canvas directly before executing query in master data block???

    Hi,
    u mean the border line? In stacked canvas property, select contour/outline and set it to none.
    Make sure, the stacked canvas is behind the content canvas in the objectnavigator. Then check your
    properties of the stacked canvas:
    - Position on content canvas
    - size
    - size of clipping
    Set stacked canvas property automatic visible to yes.
    Make sure the stacked canvas is not overlayed by other stacked canvas or items.
    Attackwave

  • How to remove the last line input into a string indicator??

    I am currently working on a program where the user has the ability to create a profile for one of our lab machines to run.  When the user selects what parameters they would like, a string indicator shows the user the last input they set followed by a comma.  For example, if the user selects which profile they want, and the times they would like to set, the following string would be displayed:
    As you can see in the picture above, the profile is updated in the string indicator after every set button is hit.  In the event the user makes a mistake, I want them to have the ability to delete the last line that was added.
    This is the code I developed so far.  The string coming in and leaving is attached to a shift register so it continues to append to the indicator.  I tried in this case to count how many lines have been written in the string so far, and I built an array with the current string.  Using the delete from array.VI I indexed it to the number of lines that was created so that the last line is deleted.  I unfortunately had no luck.  Any suggestions?

    tbob wrote:
    Fonzie1104 wrote:
    Hey Tbob,
    That almost worked.  The only issue though is it leaves a null string in its place without moving everything after up one line.  Also, if i have a parameter repeating multiple times, it doenst seem to work.
    I'm confused.  If you are deleting the last line, how can there be anything after?  What do you mean by a parameter repeating multiple times?
    If you look at my example front panel, you will see that the last line is deleted.  Isn't this what you asked for?
    It's due to the fact that your constant doesn't have a comma in the last line. If you add that in, you should be able to reproduce his problem. This is just a guess though, I didn't actually test it to see.
    Message Edited by for(imstuck) on 06-08-2010 01:24 PM
    CLA, LabVIEW Versions 2010-2013

  • How to remove the empty lines in the generated XML?

    Hi, XML/JDOM experts,
    I used JDOM to generate an XML file in my exercise of comparing two xml files.
    I used a lot of times addContent()...
    The resuting xml is fine for its contents.
    But I don't like so many empty lines (or carriage return).
    Would you help to refine the result?
    Best regards,
    AG
    Sample results:
    <li delta:property="Modified">
    <code delta:property="Modified">
    <delta:NewValue>foreignObject</delta:NewValue>
    <delta:OldValue>text</delta:OldValue>
    </code>
    <svg xmlns="http://www.w3.org/2000/svg" width="6cm" height="45px" delta:property="Removed">
    <rect y="0" x="27px" width="110px" height="45px" style="fill: #C1FFFF" />
    <foreignObject width="120px" y="0" x="20px">
    <div xmlns="http://www.w3.org/1999/xhtml">
    <ul>
    <li>First item</li>
    <li>Second item</li>
    </ul>
    </div>
    </foreignObject>
    </svg>
    <svg xmlns="http://www.w3.org/2000/svg" width="9.5cm" height="1.2cm" delta:property="Added">
    <text y="33px" x="13px" style="font-family: helvetica; font-size: 14pt; fill: #FFAA00">A simple
    text in SVG
    </text>
    </svg>
    </li>

    The solution is to add
    outputter.setTrimAllWhite(true);
    Below is the sample code.
         FileOutputStream out = new FileOutputStream("delta.xml");
         XMLOutputter outputter = new XMLOutputter(" ", true, "UTF-8");
         outputter.setTrimAllWhite(true);
         outputter.output(doc1, out);
         out.close();

  • Remove the dotted line in the image map

    dear all, i would want to know how to remove the dotted line
    of the image map, for my case, i cannot see the dotted line in IE
    but can see the line in firefox, (in my boss computer, he can see
    the dotted line in both IE and firefox)
    i have try some method such as using the component of
    Remove
    IE Link Scrubber by PVII. while i find it is not work. could
    any one give some suggestion for me to remove the dotted link of
    the image map or give me some ways that other than using map.
    thx a lot !!!!!!!!

    i have find a way to solve the problem of the dotted line in
    the image map
    e.g. <map name="123" >
    <area style="cursor: hand" shape="circle"
    coords="223,261,76"
    onClick="checkit('m_strategic/m_strategic.cfm')"></map>
    the checkit() method is just to redirect the page into other
    page only.
    however another problem is face, the cursor will not change
    to hand when i point to the image map, i have try adding
    onMouseMove="this.style.cursor=hand" on the <area> tag
    however it don;t work, it only work when i put into the <img>
    tag. can any one tell me how to change the mouse cursor in this
    situtation??
    thx a lot

  • How to remove the red vertical line on your mac

    pls help ..,,, how to remove red horizontal line in your macbook pro??

    Take your MBP to an Apple store or an AASP for a definitive diagnoses.  I suspect you may have a GPU problem.
    Ciao.

  • How do I remove the location line in a calendar appointment

    How do I remove the location line in a calendar appointment

    Hi Happy,
    To remove the ink tanks and print head from the printer, please follow the steps located here.  Please note that we do not recommend cleaning the print head using any other methods other than the ones built into the printer, as it may do damage to the printer.  If performing at least one cleaning and two deep cleanings on the printer do not resolve the issue, the printer may require servicing; please call or email us at one of the methods on the Contact Us page to obtain your servicing options.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to remove the Blue Fuzzy Line in Spry Collapsible Panels

    Do anyone know exactly how to remove the blue fuzzy line that appears when a tab is focussed on in the Collapsible Panels feature?
    I heard there was some code that could be implemented into one of the style sheets which could solve this but I am yet to find a solution
    Thanks

    .CollapsiblePanelTab { outline:none; }
    Try that.

  • How to change the vertical order of toolbars

    This question has been asked several times, and I've tried all of the answers I've seen. They have one thing in common: they don't work. At least, not any more in FF14 (Win7 x64).
    I've tried editing extensions.ini: If it works at all, it doesn't work after re-start (so something must be re-setting it).
    userChrome.css has no effect whatsoever.
    None of the 'drag and drop' extensions work in FF14.
    Can anyone offer a real solution that actually works, please ?
    I'm aware one can customise individual toolbars by right clicking and selecting 'Customize', but that's not what I want to do. I want to move entire toolbars vertically.
    My particular need is to make the Web Developer toolbar appear BELOW the Google toolbar. (Yes, I know the Google Toolbar is obsolete, but I know of nothing to replace it, so I keep it going).

    Thanks for your reply.
    I had followed your instructions in the post you mention. I got the list of settings that you describe, and created a file 'userChrome.css'. The path is: '../Profiles/ieq6dve1.default/chrome/userChrome.css'. Here's the content:
    Do not remove the namespace line, it is required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    webdeveloper-toolbar { -moz-box-ordinal-group: 100 !important; }
    (If there are any typos above it's more likely because I've had to copy manually from the new computer to this one).
    Maybe putting '100' was over-doing it, and I should have used '51', but I wanted to ensure that no future toolbar would get below 'Web Developer'. There are currently no other profiles.
    Having posted this I see that my end of comment '*/' has shown up with a small circle instead of the star. That's some quirk in the forum editor, not an error by me.
    Regards,
    Tim Dawson

  • How to Remove the underline from the selection screen parameter

    How to remove the underline from a selection screen parameter ?

    >
    Anoop Menon wrote:
    > hi Avinash,
    >
    > I am not able to understand the use of the 'comment line properly.
    >
    > The last part of the statement which says modif id is confusing.
    >
    > Please clarify..... I am unable to activate my code when I put the selection screen commebnt statement.
    Use this and update it to your requierement !
    SELECTION-SCREEN begin of line.
    SELECTION-SCREEN COMMENT 1(30) comm.
    PARAMETERS test(1) type c.
      SELECTION-SCREEN end of line.
    INITIALIZATION.
      comm = 'test'.

Maybe you are looking for

  • IPad AIR bought in USA - use in Germany with t-online SIM?

    My business partner in USA provide a new iPad AIR - either WLAN only or WLAN plus cellular. Is it possible to use an iPad AIR, which was bought in USA together, with a German SIM-card from "T-MOBIL/TELEKOM Germany"? I am wondering, if this works! Hei

  • Assigning dataprovider to a chart in report designer

    Hi experts, In the report designer, I'm able to include a chart in a report section(but not in the main design area). But i want the chart to reflect according to the query (but it seems to be static). I tried all the options to assign a dataprovider

  • Slow IP based printing

    Has anyone had/fixed a problem with slow printing from IP based printers? When we installed the printers (various printer makes and models too, it's not just related to one brand) they all worked just fine and responded normally. It seems that over t

  • Buying an app for a different computer?

    How do I go about ordering an App from the Mac App store for another user's computer? i need to "send" Final Cut to a remote workstation but the user is not permitted to purchase software. iOS/iTunes has "Gifting" apps. Can one do somethign similar f

  • I forgoto my security questions, and the email wont send to my email

    I went to go reset my questions, and I pressed the button that says "send to my email to reset the questions" and I did. I know what my email is, and I have access to it. I'm just not getting the email. And i chrcked to see if it was just yahoo, but