How do I turn on enhanced text like size, color font etc.

I just want to be able to add color, size , bold etc to my emails. This is the third time I have asked this question in this session. Give me an answer.

I do not notice any other questions from you.
Your question relates to emails, and so it may be better to ask the email site you are using. Any features regarding formatting emails, whether webmail or otherwise are likely to be specific to the email site, or email client that you are using.

Similar Messages

  • In KA02 screen how can I get different functional area like (Production, Sales, Adminstration etc)

    In KA02 screen how can I get different functional area like (Production, Sales, Adminstration etc)

    Hi,
    Please check below configuration for defining functional areas for cost elements
    SPRO> FI > FI Global settings> company code> cost of sales accounting>Functional area > enter functional area
    Regards,
    Jyoti

  • I use my own color profiles from Photoshop CS6/Mac Pro - how do I turn of Epson Artisan 837 printer color management?

    I use my own color profiles from Photoshop CS6/Mac Pro - how do I turn of Epson Artisan 837 printer color management?

    Choose Photoshop Manages Color in the CS6 print dialogue. At the top, click the Print Settings button and disable any color management settings for the printer.
    Edit: Correction, that's CS6 in Snow Leopard. In Mountain Lion, if you check the print settings, color management for the printer should automatically be disabled when using Photoshop Manages Color.

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • How do I turn off Facebook text messages?

    Hello,
    I really don't know where to ask this question, so I hope I'm posting it in the right location. I transitioned from the iPhone 3GS to the new iPhone 4S. On my older iPhone, I NEVER received text messages from Facebook (which is a good thing). However, now that I am using the 4S, I am constantly getting bombarded with text messages from Facebook. They are "notifications", ie, when someone posts to my wall or if someone responds to a comment that I made.
    I don't know if this is something that is controlled from the Facebook web page (using Safari on my iMac), or if it is controlled from the Facebook app on my iPhone, or if it is controlled from "Settings" or "Notifications" on the iPhone. I have tried all of these places and turned everything off. All notifications for Facebook are in the "OFF" position. I am at my wit's end because this stupid thing is waking me up in the middle of the night with Facebook text messages.
    If anyone can help me in finding out how to turn this feature off, I would sure appreciate it. Thanks!

    Okay, it has been a few hours and I have not had a single text message from Facebook. WHEW!!
    It had to be your suggestion that fixed it. I don't know how I missed turning off that one notification, but I guess that's what did the trick. They have made this notification stuff a bit confusing, becasue there are multiple areas where you can go in and turn stuff on and offf, and you really can't tell what it is you're doing until it's too late.
    Thanks again for your help. I will mark this question as "Answered".

  • How do i turn off automatic texts when i miss a call?

    My iphone is sending out text messages to people when i miss a call from them. How do i turn this feature off? I din't turn it on in the first place either?!!? 

    Are you sure you increased the caller volume? This is only adjustable while in conversation. So, while you are calling you'll see a few icons on your screen and one of them is to adjust your caller volume.

  • How do i remove those automatic files like "Earlier" or "Today", etc?

    usually, in my files, i know exactly what i am looking for.  i dont need those extra, automatic files (i think they are called "smart files") showing up.  files like, "Today", or "Earlier", or "Previous 7 Days".  who decided i wanted to see these? in fact, because of my a.d.d. like scatter-brain, they just add more confusion.  how do i turn these things off? 

    Ah OK I think you went to set Arrange by to None

  • I have never used my mac for desktop publishing before and am having some problems.  This sounds really dumb, but I can't figure out how to put a border around a text box.  Also, how do you edit the border, i.e. border color, thickness, etc. Help!

    I have never used my mac for desktop publishing before and am running into some real problems.  How do you put a border around a text box?  Can you edit the border - color, thickness, etc.?  Help!

    I think the best solution is to read Pages documentation, go to Help and you have a long list of options. Pages is capable of quite sophisticated things, some features are above Nisus or Mellel, so it is not so simple to summarize things in a few lines.

  • How do I turn off automatic text suggestions

    Why does numbers keep suggesting text to insert into cells when I begin to type.  I can't figure out how to turn this annoying featrue off.  Help!

    Numbers > Preferences > General.
    Uncheck the indicated box.
    Regards,
    Barry

  • How do I turn off auto text in emails?

    Got a new BlackBerry Storm 2 9550. Works great except the auto text in emails drives me crazy. There are instructions for turning it off in text messages but I can't find anything about how to do that for emails.
    Help???

    Hi kja731, my name is Kymlyn and I am a representative with Verizon Wireless. I will be more than happy to assist you with making changes to your phone's settings. You will be able to disable all auto correction features for both text messaging as well as email by following these steps:
    1.On the Home Screen or in a folder, select Options 
    2. Language and Text Input
    3. Show Text Input Options
    4. Uncheck Auto Correction
    You may also have to disable the Auto Word Learning feature as well. Which can be done with the following steps:
    1. On the Home screen or in a folder, click the Options icon.
    2. Click Language.
    3. Click Show Text Input Options.
    4. Clear the Auto Word Learning check box.
    5. Change the Learn Words From Email Messages field to Off.

  • How Can I turn off receiving text messages

    I want to turn off text message receipt. How?

    Go to message, Click mon Message (left soft key)
    Click on Settings (left soft key)
    Scroll down to Delivery Receipt (mine is # 13) Click off.

  • How can I turn off Calendar text reminder

    I keep receiving Calendar "text" reminders, in addition to Notification Reminders. It's ANNOYING because I already choose which events I want a notification for, within the New Event "form" each-time I create a new event. I can choose to be alerted 5min, 1hr, 2days before the Event ...or I can choose "none"....... However, even if I choose "none" I keep getting incoming text reminders to my text messages, in addition to a screen Notification (which I prefer).  No matter what, I will get a text reminder.    I put on my calendar; Tuesday 28th/4pm/Portland trip/no alerts... just so I know not to schedule anything else that day, not because I need a remindeder. So it obeys me and doest send the Notification pop-up, but while I'm driving to Portland an incoming text comes in at 4pm to remind me OF WHAT I'M ALREADY DOING. How can I make these dual reminders stop? I will gladly choose one or the other....either a Text or a Screen Notification.   Any help you can offer would be great. Thank you!

    Are you perhaps using Google Calendar as your main calendar service? There is an option in Google Calendar to have text alerts sent to your phone for events. Log into Google Calendar on your computer and disable that feature.
    If you're using a different calendar service, see if they have a similar set up.

  • HT3577 How can I turn off the text editing feature on an iPhone 4 with iOS 6.x - when my Mom taps the phone, it always brings up copy.  It does not do this for me so I am assuming it is the way her disability forces her fingers to hit the screen.

    My Mom has tremors and when she uses her iPhone and taps to select, the way she hits the keyboard causes the copy selection to appear.  It is not an issue with her phone because it does not do this for me.  I would like to shut off the double tap feature.  I have already tried Settings/General/Accessibility/Home speed typing = slowest.

    The editing menu doesn't come up when you double tap. It comes up when you press and hold. It can't be turned off.

  • HT4203 How do you turn everything BUT texting off on an iPhone?

    I'm traveling out of the country and only have a texting plan...

    You don't. You can contact your carrier and have them set up to forward your number to some other number that won't be answered, but that's about it.

  • How to make words in a text field change color in play mode by clicking on them?

    I have a text field on a slide, wanting to change the color of certain words randomly by clicking on them in play mode. I dont know what word in what order will be mentioned by the audience, so I can not set a fixed order in advance.
    Any help is appreciated.
    Thanks a lot.

    create a slide with all the text boxes in place
    duplicate the slide as many times as you have text boxes you want to change colour
    on the second slide, change the colour of one of the text boxes as required
    on the first slide, select one of the text boxes
    open the inspector:     Inspector > Hyperlink >
               enable as hyperlink > link to slide > click slide button > select the correct slide from the drop down menu
    in play mode, clicking on the hyperlink will display the appropriate slide with that text changing colour
    repeate the process for each text box

Maybe you are looking for

  • Unable to capture user comments and responder in RESPOND API

    We are building a custom application that uses Oracle Workflow underneath. The application users and responsibilities have been integrated into Workflow. Notifications are acknowledged and responded to directly from the application using the PL/SQL N

  • Problem when invoking a web service multiple times

    Hello, I have a java client which invokes an apache axis web service (deployed on an Oracle Application Server on a remote machine) multiple times. The client distributes the web service invokes among multiple threads, every thing goes well but after

  • Moving docs from Content Server 6.30/SAP DB to CS 6.40/MaxDB. Problems?

    Hi SAP Experts A question today about Content Server versions and unicode. We are planning to extract documents stored in SAP Content Server 6.30 (SAPDB 7.3) connected to ECC5. And move the documents to be stored in a separate SAP Content Server 6.40

  • Schedule Report Settings

    What should be done to setup the scheduled report settings to work as I trying to make it work. Using 8.82 PL15

  • The packet data and wlan connection runs automatia...

    guys guys guys i'm having a wiered problem with this rubish E72 well every time i check my log i find that my phone has used packet data connections and wlan connections for small time intervals and small periods while i haven't used the internet for