Save the background color for e-mail

I use windows live, which is fine, synchronizes me emails etc. -.

I put the type of font/size I want for my outgoing emails

Now, I'm putting a shade of color.

I can get the change of background color for an individual mail - but can't see how I can save it for ALL my emails, as I could do with the font style/size.

Any ideas?

Thank you.

To set a background color, create and use stationery.

Tags: Windows

Similar Questions

  • How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    How can I change the background color for the bar 'help file edit view history bookmark tools' in Firefox 29,0

    You can add a theme of solid color to change the color of the top of the browser window, which contains the Menu bar.

    https://addons.Mozilla.org/en-us/Firefox/themes/solid

  • Customizing the background color for an element ListField

    I spent the better half of today trying to figure out how to set the background color for when a ListField element has the focus. I tried the substitution of paint and drowFocus and can not get any color other than the default.

    Someone knows how to do this?

    Try something like that.

     public void drawListRow(ListField list, Graphics g, int index, int y, int w)
    {
        if(list.getSelectedIndex() == index)
        {
             g.setColor(0x0000FF);
             g.fillRect(0,(index*rowHight),rowWidth,rowHeight);
             g.setColor(0x000000);
        }
        g.drawText("Text", 0, y, 0, w);
    }
    

    PS: Call disabled, if the previous paint stays on the screen.

  • How to set the background color for the Webworks Menu?

    Hi all

    I have developed a web application that uses the emulator to ripple and Blackberry Webworks SDK 2.3.1.5.In I added the Menu items on the Blackberry Menu button... It works well... It contains the background color by default for Menu (Black)... Here, I want to change the background color of the Menu... Please help me to change the background color... Thank you very much..

    With respect,

    Marimuthu_P

    I don't think that this is possible.  The WebWorks API allows you to add menu items to your application does not provide the ability to change the background color by default of the menu.

    This API is actually an extension of Java built into the SDK WebWorks.  The source code because it's open source, available here: https://github.com/blackberry/WebWorks/tree/master/api/menu/src/main/java/blackberry/ui/menu

    It is based on the Java class "MenuItem", which as you can see it does not provide methods or properties to set the color:

    http://www.BlackBerry.com/developers/docs/7.1.0api/NET/rim/device/API/UI/MenuItem.html

  • Change the background color for a selected item in a ListView?

    Hello

    No idea how to change the color of tbackground of a ListView selected item to blue for a different color?

    I tried wrapping the ListView in a container, then by changing the background color of the container, but it does not work. And ListView, nor the ListItemComponent takes a background attribute.

    Thank you

    Oh, I did that last night.
    Thus, in the container for StandardItem, add this line:

     background: ListItem.selected || ListItem.active ? Color.create("#4D9EC9") : Color.Transparent
    

    and onTriggerred of the signal, add two lines:

    // for highlighting
    listView.select(indexPath, true);
    
    // for clearing highlight
    listView.clearSelection();
    

    PS: listView is the id of the ListView

    ListView {
        id: listView
    ....
    
  • Change the background color for amx-commandButtons

    I can't change the background color of amx-commandButton... even the css change... background still shows gray

    {.amx-commandButton

    position: relative;

    background-color: white;

    border-radius: 3px;

    white-space: pre wrap.

    -webkit-box-pack: center;

    content justify: Center;

    border: 1px solid #0572CE;

    }

    ..Screenshot_2015-08-06-17-06-28.png

    Ben.90, try adding a background picture: none for your css definition. Gray is a background image degraded in the skin of mobileAlta.

    The best way to debug and difficulty css - http://www.ateam-oracle.com/debugging-maf-applications-on-android/

  • How can I change the background color for the entire model

    I'm trying to change the color of gray background for the blue container. I tried to find the location of this gray background in the CSS, but failed.

    Could someone help me understand what line in the CSS file is responsible for the color of the container?

    Thank you

    Anna

    No worries.

    It seems that the background color is controlled by this tag in your style.css file:

    body #header body #footer {}

    background-color: #343434;

    }

    This can be consulted on line 1523 of this file. Change only the blue that you want and you should be good.

    I hope this helps.

  • How can I set the background color for a photo book to be between photos as well as on the perimeter?

    I am trying to create a book in iPhoto. I can set the background color, but it doesn't seem to work between photos that appears white by default. How can I make the background color of work between photos?

    You can not

    but to see exactly what you always get an overview of your book before ordering

    LN

  • How to change the background color for the text TreeField?

    Hello

    I call graphics.setBackgroundColor () of in the drawTreeItem() method, but it does not affect the background color of the graphics.drawText () method. Any ideas on how I can change the background color of text?

    Thank you

    I got this works using Graphics.drawFilledPath () to draw in a rectangle of background color before drawing the text.

  • How do you define the background color for a text box

    In older versions, that I was able to set the background color in a text box, I want to do the same in this newer version and I can not find where I would choose this option

    Hi alanb.

    Please type your text in the text box, now in the right pane of comments you will see your text, right click & Select "Properties".

    In the properties box, select the fill color to fill in the color in the text box.

    I would like to know if it works.

    Kind regards

    Nicos

  • How to change the background color for message

    Hi all
    Forms how can 10G I change the background color in the message box. ?
    I mean when I give a message like:-MESSAGE('HELLO'); then he comes in a window pop up.
    I want to change the color background back popup window.

    Published by: LuKKa Sep 22, 2010 15:36

    Create alerts using Navigator of the form object.
    Set the title and the message you have requested (or set the message on the duration of SET_ALERT_PROPERTY)
    To view your message, create a procedure like that...

    PROCEDURE MSGBOX(pMessage IN VARCHAR2) IS
      vAlert NUMBER;
    BEGIN
      SET_ALERT_PROPERTY('ALERT_NAME',ALERT_MESSAGE_TEXT,pMessage);
      vAlert:=SHOW_ALERT('ALERT_NAME');
    END;
    

    Now in your code, use like that...

    MSGBOX('Your message goes here...');
    

    -Clément

  • Change the background color for the postPrint event

    I have a dropdown menu with a solid background (153, 203, 255) color.

    How can I change the color of white for event postPrint?

    Concerning

    Hello

    This is the script I use. Note that you must specify the reference of the user interface for the object type:

    var vName = this.somExpression;
    var fieldObj = xfa.resolveNode(vName + ".ui.#choiceList.border.fill.color"); 
    
    fieldObj.value = "255,255,255"; // white
    /* Check the type of object and change the .ui reference:
    
         Date field =      #dateTimeEdit
         Dropdown =      #choiceList
         Checkbox =      #checkButton
         Text field =      #textEdit
         Numeric field =     #numericEdit
    */ 
    
    Also the object has to have a background colour to start with. 
    
    Hope that helps,
    
    Niall
    
  • How can I change the background color for my site (newbie question)!

    Hi all

    I am completely new to Dreamweaver and to create my first website. I have a div container with a grey background color but I wanted the background of the body (IE outside that div) to be black. I'm displaying in Internet Explorer.

    I don't know that it's a simple solution - suggestions welcomed.

    The URL is http://www.fractionltd.com

    Thank you!

    David

    Take the ' # ' off the coast of the body... tag you apply a style to an id of the div to the body instead of the tag of the real body. That's why your color is not displayed.

  • Using the background color for color change

    Goal: make type-dependent color on color background to maximize readability (maximize the contrast).

    that is where the background is white type must be black and vice versa.

    I tried to apply masks to clip in vain.

    Perhaps there is a technique of color that will create this result.

    Anyone help is most appreciated.

    Thanks, Michele

    One way:

    The Algeria (HAVE 10 format, 30 kb)

  • How to set the background color for the HTML text field

    Hello

    Please don't me flame for this question is a bit off-topic. I would like to indicate to the end user that a field is mandatory. Using the name field * rating is good, but end users require a somewhat more tentative approach, they would like to have a light blue background for required fields.

    Is there a HTML attribute for the text fields to achieve? Thanks in advance.

    Tamas

    Hi Francine,.

    Try this

    Click your text box
    Select the ELEMENT property tab
    then choose the property attributes of HTML form elements give this code

    style = "" background: #0000FF ' "

    This will show the Textbox with blue background
    You can give any color by changing the #000000 to #FFFFFF

    Thank you
    Mark Wyatt

Maybe you are looking for

  • IPhone 5 c bad weather after that I dropped it.

    I dropped a few months ago and I have tried a lot and read a lot of things but I don't know what to do. I turned it off auto time and together than to the right but it always slows down and custom travel 10 minutes for about 4 days. What can I do? Di

  • Cannot delete messages

    I try to follow the support page of Mozilla on "Thunderbird - cannot delete messages." I opened the file as directed in step 4. While step 5, Trash.msf deleted but Trash is not as he said that I have authorities. Where from here?

  • Missing site navigation

    I noticed that some sites are not the navigation buttons.In particular the TomTom shop does not work in Firefox because instead of the buttons, I get an icon of displacement of the bars, as a gauge of progress, but no button to click.Works fine on th

  • The missing compiler error output

    I hope it is a simple: When I compile a program and there are errors and/or mise put in custody, opens the window output to build, but the error messages are not listed!  All this shows, it is: Build status (MyProject.prj - Debug)MyModule.cBuild fail

  • Unreadable discs

    We install a new AX4 - 5i which will be connected to a server on Win2003 SP2 x 64 edition. The connection is via a QLogic QLE4060C; the firmware version is 3.0.1.33 and driver is 2.1.4.19 (STOR wx64) who are both present. The storage unit has install