Fonts and Colors for Sub-Tabs

Does anyone know of a way that I can specifiy fonts and colors
for sub-tabs. I have a second row of tabs (sub-tabs) on one of
my pages and I can't seem to find where I can set the font and
colors for the sub-tabs. Also, the sub-tabs do not inherit the
same font and color as the main tabs.
Anyone have any suggestions?

Hi, What I can tell you is that you can either edit the page and
hit the style tab then edit the current style(the one you are
currently using in your page) and change all the banners tabs
(active and inactive) the background color, background image,
etc, I believe the second tab row and any others are by default
the same as the first row.
Rgds, Carolina.

Similar Messages

  • Can I show different fonts and colors text on 1 multi-line text fields?

    I want to format different messages on 1 mutli-line field with different fonts and colors for the heading lines. Can I do that in Forms 6i ?

    You must use in trigger Post-query the sentence:
    Example:
    DECLARE
    cur_itm VARCHAR2(80);
    cur_block VARCHAR2(80) := :System.Cursor_Block;
    BEGIN
    cur_itm := Get_Block_Property( cur_block, FIRST_ITEM );
    WHILE ( cur_itm IS NOT NULL ) LOOP
    cur_itm := cur_block||'.'||cur_itm;
    Set_Item_Instance_Property( cur_itm, CURRENT_RECORD,
    VISUAL_ATTRIBUTE,'My_Favorite_Named_Attribute');
    cur_itm := Get_Item_Property( cur_itm, NEXTITEM );
    END LOOP;
    END;

  • Set-up custom font, font size, and color for writing new and reply e-mails in Thunderbird

    I know that I can select the font, size, and color for writing each new and reply e-mails in Thunderbird, but I don't want to have to do this each time. I want to set-up the default font, size, and color for all new and reply e-mails. It already comes up with a default one, but I want to change it, but can't figure out how to do this. I'm sure it is quite simple, but I don't know how to do this. Thank you in advance for help.

    Tools > Options > Display > Formatting tab
    Default font: select font
    Select size : eg; 14
    Click on 'Advanced' button and set all the sizes to 14
    Select : 'allow messages to use other fonts'
    click on OK
    Click on 'Composition'
    Under the 'General' tab
    Suggest you set HTML font to 'Variable width' and Size : 'Medium'
    Select the 'Text colour' you would like to compose email using
    Select the 'Background colour' you would like to use when composing emails.
    click on OK to save all changes.
    This will set the display email list to the selected font.
    It will allow received emails to use the font the sender used.
    When you compose an email it will also use the same font settings.
    The message 'Display' settings in the above section also apply to messages that you compose. The settings are not sent, so they do not affect how your messages appear to recipients.
    The settings in the ''Composition' section can affect how messages are sent. If you make unusual choices, then people who receive messages from you might find them difficult or impossible to read. Hence, why I suggest you leave it as 'Variable width' and allow the 'Display' settings to set the default used for composing emails.
    More info:
    * http://kb.mozillazine.org/Font_settings_in_Thunderbird

  • Setting the font style and color for FileChooser labels

    Hi Friends,
    I have a certain standard Font style and color set for my application GUI. Now, I want to set the style and color for Swing components like FileChooser. Is it possible ?
    Also is it possible to localize JOptionPane ?
    Please advise.
    Best regards,
    Harilal.

    Does anybody knows how to do that?

  • Font and Color Customization for the 8900 IP Phones

    Hi all,
    Is there any way to change the fonts and colors of the characters displayed on the phones?
    For example, the appearance of the line numbers, date and time, and softkeys.
    Thank you.

    No not supported on the phones...

  • How do I change font and colors back to default?

    I have changed the font and color of the text through the tools button and the options button and the content tab. I find nothing telling me how to change the font and colors back to default font and colors. Can you advise me? I'm using Windows 7 Home Premium OS. Thanks.

    Hi Brenda19605,
    You can use this article to set the fonts and colors: https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use?esab=a&s=font&r=0&as=s
    The default settings for the font are in this article:
    https://support.mozilla.org/en-US/kb/Some%20text%20shows%20up%20bold%20after%20upgrade
    Unfortunately for the default colors has no good reference. But for text it is black (most lower left) color, background is white (most upper left color). Unvisited links is blue (column 8, row 5) and visited link is purple (column 9, row 5).
    Let me know if you need anymore help!
    Lordfreak

  • I would like to print links as regular text i.e. not underlined or in a different font and color.

    I have created a page with my resumé, using Dreamweaver CS4 on my iMac (running OS X 10.6.6).  You can see the page here: http://www.peterforkes.com/Resume.html
    It looks great when it is on the screen, but when I print it I would like the links to not be underlined and also to be displayed in the same font (and color) of the text surrounding it (a link is largely useless on a piece of paper, if it it not showing the URL).
    So, I created a stylesheet called "print.css" and have this in it:
    a:link {
    text-decoration: none;
    In my html document (Resume.html)  I have this code, at the top:
    <link href="_css/Resume.css" rel="stylesheet" type="text/css" media="screen" />
    <link href="_css/Print.css" rel="stylesheet" type="text/css" media="print" />
    Now, things such as the graphics in my document do not print out (this is how I want it) but links seesm to be doing unexpected things for me.  As I mentioned, when I print the page I would like them to:
    a) not print with an underline (which I would expect the code snippet shown above to do).
    b) I would like the link color to be the same as the surrounding text (I have links in several places, such as in <h2>, <h3> and <p>).
    c) I would like the link to have the same font and text size as the surrounding text.
    Any help is always appreciated.
    Peter A. Forkes

    You've solved it for a:link but you may print the page with the <a> tag in link or visited state so you need to cover both.
    In http://www.peterforkes.com/_css/Print.css
    change
    a:link {
    text-decoration: none;
    to
    a:link, a:visited {
    color: #333;
    text-decoration: none;

  • Unable to send mail with different fonts and colors

    Hi All,
    here is the explanation for my problem:
    I am sending mail using javamail. when i send the text with different font and color its not received in the same way. it is simply sending as plain text.
    Please help me on this issue.
    Thanks
    NG

    Hello,
    I am trying to develop an email application. It consists on sending email from [email protected] to [email protected]
    How can I do this in java ?
    I am using this software but it works only with gmail !!
             * Send Email to the webmaster
             String  d_email = "[email protected]",
                     d_host = "smtp.gmail.com",
                     d_port  = "465",
                     m_to = "[email protected]",
                     m_subject = "Email from user";
             Properties props = new Properties();
             props.put("mail.smtp.user", d_email);
             props.put("mail.smtp.host", d_host);
             props.put("mail.smtp.port", d_port);
             props.put("mail.smtp.starttls.enable","true");
             props.put("mail.smtp.auth", "true");
             props.put("mail.smtp.debug", "true");
             props.put("mail.smtp.socketFactory.port", d_port);
             props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLSocketFactory");
             props.put("mail.smtp.socketFactory.fallback", "false");
             SecurityManager security = System.getSecurityManager();
             try
                Authenticator auth = new SMTPAuthenticator();
                Session session = Session.getInstance(props, auth);
                //session.setDebug(true);
                MimeMessage msg = new MimeMessage(session);
                msg.setText("This is a message from: "+UserEmail+"\n "+UserMessage);
                msg.setSubject(m_subject);
                msg.setFrom(new InternetAddress(d_email));
                msg.setSentDate(new Date());
                msg.addRecipient(Message.RecipientType.TO, new InternetAddress(m_to));
                Transport.send(msg);
             catch (Exception ex)
                ex.printStackTrace();
                out.println("Messaging ERROR: " + ex);
                out.println(stack2string(ex));
                    if(ex.getMessage().compareTo("")!=0)
                        check = "Message NOT SENT " + ex.getMessage();
        private class SMTPAuthenticator extends javax.mail.Authenticator
            public PasswordAuthentication getPasswordAuthentication()
                return
    new PasswordAuthentication("[email protected]", "pwd");
        }please advice

  • Changing link navigation bar font and color

    Is it possible to change the font and color on the links for each page on iWeb?

    Welcome to the Apple Discussions. Yes, with the code and a HTML snippet that's described in this tutorial: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.
    However, if you want to create a site that is more search engine friendly I suggest you create a text based navbar as described in this demo page: Text Based Navbar. If you don't have a lot of pages in your site it's not too difficult.
    OT

  • Font and Colors don't appear?

    Hi, recently found out that my font and color choices for AOL do not show up on other people's computers. I can view their font and colors...why can't they see mine?

    Oh...I didn't specify this, but it is people using the actual AOL client (both windows and mac) that can't see it.

  • Customize font and color in mail....

    When I write an email, well actually when I write anything... I use a lot of parenthesis.  It's part of my writing style.  I have Lion (will eventually get Mt. Lion) and in the mail program when I've written my emails I go back and make all the text in the parenthesis a smaller font and a gray color.  Is there a way to set up a keystroke or something so I can do this more easily?
    Thanks for any help.
    Susan

    Mail -> Preferences -> Fonts & Colors
    If you want to change the font and color in a message you're composing, you can right-click on the message and use the Font/Show Fonts command to bring up the Font panel (among other ways).
    Regards.

  • How to define the same font size,color for a text field label

    hi all,
    In my project i need to define the same font size & color for all the text field lables in the application.how do we can achieve this?
    Thanks & regards,

    ...or you could use declarative components....
    Not sure if skinning would prevent developers from overriding a look and feel??? hmmm not sure..
    Grant

  • Fonts and Color

    I very feel very naive and inept in asking this question but here it goes. I would like to change the font and color of parts of my computer but for the life of me I can't find my font installer (or similar named item) or color folder (or, again, something similarly named) anywhere on my hard drive. My only guess is that for whatever reason I must have tossed them. Are there any programs I can download to take care of my fonts and color installation? I really don't want to reinstall from system disks. Thanks for any help you may have for me.
    Bob

    What I may
    like to change would be text such as Word, basic
    folder text, mail text, etc. I guess anything that is
    able to be changed, not nessesarily at this time but
    so that I would have some referrence possibly in the
    future. Right now I would like to install and change
    some system fonts.
    I don't think there is anything you can change in the basic system user interface. But in any app like Word or Mail, it is just a question of going to the preferences or other menus and changing the font/color settings.
    For example in Mail preferences there are several choices for fonts in the Fonts/Colors sections. When composing an email, at the top you should have buttons for fonts and colors. Are you saying that these capabilties are missing from your Mail app? If no buttons, try doing View > Customize Toolbar.

  • SQL Server Management Studio has stopped working when changing fonts and colors

    I installed sql server management studio 2012 about 3 months ago to test drive and from time to time I'll attempt to change my background color of the TSql editor "In the fonts and colors option under tools"; however, the entire studio crashes
    and restarts.
    This has been ongoing since I first installed it 3 or 4 months ago, and have waited on posting to a fourm for help, assuming I am not the only one this is happening to I've waited for an update that might fix the issue.
    I've got to start on some heavy scripting and that god awful white background kills my eyes. I've got to have a black background or my work day is cut off by about 3 hours becuase of strain.
    What can I provide to someone that would help me with this?
    Thank you,
    Erik
    Specialize in software for the construction industry.

    Hello,
    Could you please apply the following updates and let us know the results?
    http://www.microsoft.com/en-us/download/details.aspx?id=35575
    http://support.microsoft.com/kb/2790947
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Mail: fonts AND colors

    I want to change the font for my mail Message Font. Using Mail > Preferences > Fonts and Color, I can do that.
    HOWeVER, how do I change the default color of the font I write my message in to something besides BLACK?? I know how to select the text of the message and then change the color. I want the default color to be something of my choosing for all of my outgoing messages.
    Chims

    Tom Gewecke wrote:
    It is for local display. If there were font/color preferences that were intended to apply to all outgoing messages I think they would be located in Preferences > Composing.
    Thanks for the replies.... I still think that the 'preferences' menu location for the font colour option is totally counter intuitive though.. I asked some of the Mac-heads in the office to show me how to change the default font and they all went for that option expecting it to work.. It really threw me as it's the 1st time I've come across something on a Mac that's harder to figure out than a PC!
    I managed to get my Mum's email fonts sorted out with a new stationery item now though, so all's well that ends well as they say

Maybe you are looking for

  • ITunes opens with error -42110 in Windows 8

    Have a variety of iTunes libraries. All those running on Windows 8 have an error -42110 on opening. Googling yields no help. Anyone? What causes error and what does it mean. And how is it fixed? TIA.

  • Application crashes/pixelation and remnants since installing snow leopard

    Since a HD replacement and installation of Snow leopard 10.6.1 I get frequent application crashes accompanied by partial or complete pixelation of my display including freeze of finder. Or, if not a total crash, I am getting lots of remnants around o

  • Java 6 Update 10 breaks Netlet

    Running JES 05Q4 last portal/srap before Portal 7. Java 6 Update 10 with the "defaulted to on" Next. Gen Plug-In throws this: gateway port : 443 Java version : 1.6.0_10 Proxy type : null java.lang.NullPointerException      at NL37.m(NL37)      at NL3

  • Red vs green line above graphic in the timeline

    I recently needed to trash my FCP preferences and now whenever I add a graphic to the timeline, I get a red line above it indicating that the graphic needs to be rendered before I can view it.  Before trashing the preferences, I use to get a green li

  • SAP MDM - Staffing Issues

    Hi, I'm currently in charge of recruiting for experience MDM people for a Global BW programme, although I'm struggling to find the people.  I've been told by a very Senior BW guy that I will struggle and the only place to find the people is within SA