Inserting a table in a mail,how do I change the color/style of the border?

Hello, I believe my question is clear, I just did not find how to change the color and the style of the borders of a table which I had inserted in a mail.
Thanks in advance for your help

Do exactly as described by guigs2.
This image will assist...see below.
Open Table Properties as before. Make sure to select 'Table' and then click on 'Advanced Edit' button
In HTML Attributes tab
* type 'bordercolor' in the 'Attribute'
* in Value you can use the word eg: Blue or type an HTML colour string eg: #3333ff
* click on OK to close Advanced Property editor
* click on 'Apply' to see colour.
* click on OK to close Table Properties.
If you do not know HTML colour string, you can locate some here.
In a normal Write message, click on the Text Colour icon to open a small Text Colour window. When you select the colour, it will show you the html colour string, which must have the hash tag # before the numbers and letters.

Similar Messages

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • Anyone know how to dynamically change the border of UILoader Component

    Hi All
    I am loading multiple instances of UI loader containing
    external SWFs on my stage. When user double clicks on the video
    thumbnail, an instance of UIloader will be placed on the main
    stage.The user can place as many UIloader instances on the main
    stage. My aim is that if user puts any UIloader on top of already
    existed UIloader, the existed loader will be replaced with the
    placed loader. I am successful in implementing that by using
    hitTestObject method for that. I am planning to provide enough
    feedback to the user for this UIloader replacement process, so i
    was thinking to change the border of the UIloader as soon as the
    dragged UIloader hits the already existed UIloader.
    Does anyone know how would I animate UIloader to give enough
    feedback to the user that it is being replaced. Creating an
    invisible movie and moving it wherever UIloader goes doesn't sound
    much efficient.
    Please help me out in figuring out this problem. Also
    if anyone has better idea to give enough feedback to user, that
    will also be welcome. Just to be little clear i have provided
    little pseudo-code(below) of what i am doing here.
    Any help will be highly appreciated.
    Thanks
    Anuj
    /***************Abstract Pseudo code for my
    problem*****************/
    myUILoader.startDrag();
    //Putting video on top of already existed videos
    var trackChild:Number=container.getChildIndex(myUILoader);
    var childContainer:DisplayObject=
    container.getChildAt(trackChild);
    for( var z:Number=0;z<=container.numChildren-1;z++)
    var restChild:DisplayObject=container.getChildAt(z);
    if(childContainer!=restChild)
    if((childContainer.hitTestObject(restChild))==true)
    //Show Animation during replacement
    //how would i give feedback here
    container.removeChild(restChild);

    What is a Lopp Browser?
    A typo I meant Loop Browser, sorry. On your iPad you can see the iTunes Library in the Loop Browser:
    Open the Loop Browser
    Tap the Loop Browser button in the control bar. The Loop Browser button is available only in Tracks view.The first time you open the Loop Browser, it shows the Instrument grid.
    I was told by a sales person at the Apple Store at one of my One-on-One sessions, that Mac would not transpose nor change tempo because my "live music" was not a "midi" file.
    GarageBand 10.0 will change the pitch and tempo of live recordings - midi as well as audio instruments, but not of audio files. But you need to enable the "Follow tempo and pitch" option in the track editor.
    Then you can transpose the region using the "Transpose" slider.
    And if you change the project tempo in the LED display after you enabled "Follow Tempo&Pitch" the recording will follow the new tempo.
    You can test this with a new project created on your mac.

  • HT201342 In Apple Mail, how do I change the default outgoing address for mailboxes that I've set up?

    In Apple Mail (Yosemite on a MacBook Pro), the default address for outgoing messages from mailboxes that I've set up that are *not* tied to separate email accounts has suddenly become my iCloud address (which I almost never use). I've got my default set to use whatever address is the default for the mailbox I'm in. This works fine for mailboxes associated with different mail accounts, and until recently it worked fine for mailboxes that I had set up for convenience, using my default email address (which is an Earthlink address I've had for many years). Somewhere within the last year, perhaps with an upgrade to the OS, I've found that outgoing mail from one of those mailboxes (but not from the general Inbox) defaults to my iCloud address. I have to manually choose a different address each time (which is hard to remember to do). This is new behavior, and very unwelcome. But I can see no way to change the default email address associated with each mailbox.
    How do I undo this unwanted connection?

    Hi everyone
    Sorry however I'm experiencing a similiar issue, in that I have 10 differing email accounts.
    However in the default email accounts, for some bizarre reason, only 4 show, being icloud, one of my older yahoo email accounts, my work email and then "From My PC".
    I run two other businesses of which I have a proper Google Mail Business Accountsfor each, but non of my google email address show in the default list.
    Is there any reason why?
    I actually want one of those to show.
    I have put my google mail to the top of the inbox, however it still doesn't show?
    I've also put the default calendar as my google business account but still the default account doesn't display.
    Any ideas?
    Jonathan

  • How do I change the border width of a table column?

    Hi I am using Studio Edition Version 11.1.1.3.0.
    I want to set the border width of columns inside an af:table to something different than the default still haven´t found a way to do this. I have tried setting Border Width property in Style tab of the column but it has no effect. I would apprciate if someone could tell me how to do this or point to some tutorial or blog where I can see how this is done.

    I tested it a little more and it seems like what I did is working on normal columns and the reason it isn´t working in my case is because I have two grouping columns (that is two columns containing other columns) and on those columns code like
    <af:column sortProperty="BillRef" sortable="true" headerText="#{bindings.Bill.hints.BillRef.label}"
    id="tblBillC1" width="85" inlineStyle="border-width:2.0px; border-color:Red;">
    has no effect for some reason.
    It is the group columns borders that I want to make a little wider so that it is easyer for the user of the table to see the where the table is split into groups.
    I will make an example to better descibe what I want to achieve.
    If you look at the code below and observe what is achieved when it is run you will see that the borders of the inner columns become green and 10px while the outer columns don´t get blue and 20px and it is the outer columns border that I want to change.
    <af:table >
    <af:column headerText="Sosial eyðmerking" id="sosCol" align="center"
    inlineStyle="border-color:Blue; border-width:20.0px;">
    <af:column sortProperty="something"
    headerText="something" id="c5"
    inlineStyle="border-color:Green; border-width:10.0px;">
    <af:outputText value="something" id="ot2"/>
    </af:column>
    <af:column headerText="#something" id="c7">
    <af:outputText value="something" id="ot3"/>
    </af:column>
    </af:column>
    <af:column headerText="Rokn eyðmerking" id="roknCol" align="center"
    inlineStyle="border-color:Blue; border-width:20.0px;">
    <af:column sortProperty="something"
    headerText="something" id="c8" filterable="true"
    inlineStyle="border-color:Green; border-width:10.0px;">
    <af:outputText value="something" id="ot4"/>
    </af:column>
    <af:column headerText="#something" id="c9">
    <af:outputText value="something" id="ot5"/>
    </af:column>
    </af:column>
    /af:table>

  • Mail: How can I change the view on incoming messages?

    For some reason I can't read right across the page on incoming messages. Only way to do this is by dragging the whole window across.
    I've tried changing view/textsize but no joy. People tell me that they can't read right across on messages I send them.......... Can anyone help please?
    Problem has only just started......

    The other option is that the incoming mail maybe in a format that doesn't match how your Mail account is set up. Does this only happen with email from certain sources, as happened to me?
    The way to crack it is to select the message by highlighting it in the Inbox list, then go to Format and if it's available, select 'Make Plain Text'. There may also be an option to 'Make Rich Text'. Either way, it should tell Mail to read the text in a different way and so wrap it to the frame size of the message window rather than having the line disappear into the distance. If this fails you may have to open the message by double clicking on it and trying the same thing again.

  • I want to see pictures in my mails-how can I change the settings so I do??

    I can not see pictures in my mails--Please help me so I can see them!

    What do you see instead of pictures?
    Are you set to view messages in HTML?
    <alt> View|Message Body As→Original HTML

  • How can I change a color of a theme border

    My client likes the "showcase" theme but would like the color changed from black to blue. I am not able to edit these header and footer bars... any ideas?

    You could create a custom slide and duplicate it as many times as you need to...

  • How do I change the border color of a numeric indicator?

    I just started using LabVIEW again after a several year hiatus (I used to use it a LOT).  With the paintbrush tool, should I not be able to right click a numeric indicator's border and select T for transparent to make the border disappear?  Fo the life of me, this isn't working and I'm stumped on something that should be rudimentary.   I can't get the indicator's border to change to anything beyond the complimentary colors to the numeric's background (which changes with no problem).  It's as if they're locked together.
    I'm running v8.5.

    Hi Santa Cruz
    Right click on the indicator's border with the paintbrush tool to bing up the colour palette. On the bottom left hand corner you will see a rectangular box that displays the current colour. If you select T the left hand side of the box will stay grey and the right hand side will display a T. What you want is the left hand side to display the T. If you press the spacebar twice to toggle the colour selection and and then select the T again you will find that the indicator's border will disappear.
    Hope that helps
    Rich

  • How can I change the border size in Numbers?  The border when I print is Way big.

    Just updated numbers and now when I print it has a 2" border around my spreadsheet. Basically shrinking it on the page by 50% !!  Can't seem to find a way to change it so I can print on the whole piece of paper.  HELP?!

    Jeff,
    Printing has definitely gotten worse with Numbers 3.0.  Apple published a list of items they are addressing here:
    http://support.apple.com/kb/HT6049
    You can continue to use the previous version which is located in the folder "/Applications/iWork '09"
    The only way I know to "fix" this problem is to print to PDF directly to Preview, then crop (using the rectangular selection tool and the menu item "Tools > Crop") and print again.

  • In DW6 how to I change the border radius for a button in CSS panel

    We have used Microsoft's Expression 4 and it was simple to change the border radius when doing say a button. We have now moved to DW6 but in the CSS Rules Definition area you can do a border but not alter the radius to give rounded edges. When we want to do this we have to go back to Expression 4 as DW6 doesn't seem to have this facility. I can't beleive that it doesn't so I must have just missed it. If anyone can point me in the right direct I would appreciate it.

    I rarely use the CSS editor panels in DW.  I find it's faster to switch to Code View and edit CSS properties manually.
    Nancy O.

  • How do I change the number formatting within a Cell Table in Microsoft Word?

    Hi, I was wondering if someone could help me out on an issue I've been having... I work for an accounting firm and we do a lot of financial statements. 
    I was wondering if we would be able to treat a cell table in Microsoft Word 2007 like I would a cell table in Microsoft Excel. Meaning, I would like to change the formatting of the numbers in the table to the "Accounting" (number) format so it
    aligns by the decimal point and use the $ signs and () for negative numbers.  We do use the link tables feature, however, most of our balancing pages just can't be done in Excel because of the way the text is written. It would be much harder to format
    the text if it were to be typed in Excel. We have also tried  creating an Excel sheet within Microsoft Word but it is the same as linking the tables... Again, a text formatting issue.  The only option is to use tables within Word but how do we change
    the number formatting to a "accounting" (number) format where the numbers would align with the decimal point and use () for the negative numbers. Is there ANY option for us to do this other than manually entering this information in using tabs?  
    If there are no options other than entering it in manually, please consider this as an option for your next software update. I believe that a LOT of people out there will be interested in this feature... My manager and I just attended a webinar on Microsoft
    Advanced Word Tips Tricks and Techniques and 75% of the attending people had this question but no answer.
    Thank you very much for your help!!!!!

    Word does not really have number formatting for table cells. You can align cell contents on the decimal point, though, by setting a so-called decimal tab stop.
    Option 1:
    - Select the cells for which you want to do this.
    - Display the ruler.
    - Click the Tab box on the left hand side of the ruler until the box contains an inverted T with a dot.
    - Click in the ruler where you want the decimal tab.
    Option 2:
    - Select the cells for which you want to do this.
    - Click the arrow in the lower right corner of the Paragraph group on the Home tab of the ribbon.
    - Click the Tabs... button in the lower left corner of the dialog.
    - Specify a tab position in the box, e.g. 1.5".
    - Select the 'Decimal' radio button under 'Alignment'.
    - Click Set.
    - Click OK.
    You will have to type the numbers as they should appear, including the $ for currency and the ( ) for negative numbers.
    Regards, Hans Vogelaar

  • How do I change the order of input tables in joiner?

    I have 3 input tables in a JOINER, how can I change the order? for instance, the order now is: t1, t2, t3, for some reason, I want to change to t3, t2,t1.
    I use outer join among tables, different table order cause OWB generated different sql statement.
    Please help! Thanks.

    Unfortunately you cannot... The only way is to remove one group, then create a new one instead and re-connect the group...
    JP

  • My user name for firefox is a old e-mail - how do i change it

    i changed my e-mail long ago
    i can not seem to change my user name in fire fox - it is my old e-mail
    how do i change the user name?

    Change your Email id in edit profile.
    * https://support.mozilla.org/en-US/users/edit

  • When I insert a shape, how do I change the color without changing the texture?

    When I insert a shape, how do I change the color without changing the texture?

    Hi,
    you are working with a percentage width of your tables, for example:
    table width="123%
    td width="75%"
    td width="25%"
    So it is simply a arithmetic problem to get the proportional wide (means the ratio of % to cm) of your images, so that they do not break the frame. Certainly you could use (translated from German DW) "properties" and change the sizes there:
    Hans-G.

Maybe you are looking for