Beginner question: replace the background color

I have a simple TIFF image that has black and white inside. I would like to create an image where all the White was replaced by complete transparency. How do I do that?

You can do this simply by playing an action http://forums.adobe.com/message/6079459#6079459#6079459

Tags: Photoshop

Similar Questions

  • replace the background color swatch images and logos...

    Hiccups starting #2...

    I am strugling to find a way to replace the white background of logos and images, leaving me with a white box around them instead of the background color. Is there a way to do this?

    Thank you very much.

    Easy, just use a clipping path, select your logo/image and go object > Clipping Path > edge detection!

    Yes, don't work well?

    Sorry, the best way is to make sure that your links have a transparent background in the first place.  If they are Illustrator files or PDF make options appear when you place them, select transparent background.  If the bitmaps be sure to use a clipping path is checked.  If none of those who work, you'll probably make the background transparent yourself.  I might try and tell you how to do for the most common file types, but if you say that the format of logos and images you place first it will speed up the whole lot...

  • Question sparks wrapping, change the background color on rollover.

    In the following application with a component and the skin, I want to change the background color of component in the custom skin, but what I have does not work. I know I can set the properties of the component in the component, as color.over = "' etc, but I want to do in the skin." How can I do?

    ----------------------- The app --------------------------

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx"
        width="400" height="400" xmlns:local="*">
        <local:MyComp/>
    </s:Application>
    

    ------------------------- The comp -----------------------

    <?xml version="1.0" encoding="utf-8"?>
    <s:SkinnableContainer xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx" 
        width="400" height="300" skinClass="MySkin">
    </s:SkinnableContainer>
    

    -------------------------The comp Skin ----------------

    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:fb="http://ns.adobe.com/flashbuilder/2009">
        <fx:Metadata>
        <![CDATA[ 
            [HostComponent("spark.components.SkinnableContainer")]
        ]]>
        </fx:Metadata> 
        <s:states>
            <s:State name="normal" />
            <s:State name="disabled" />
            <s:State name="rollOver" />
            <s:State name="rollOut" />
        </s:states>
        <s:Rect id="backgroundRect" left="0" 
            right="0" top="0" bottom="0"  >
            <s:fill>
                <!--- @private -->
                <s:SolidColor id="bgRectFill" color="#0000FF" 
                    color.rollOver="#FF0000" color.rollOut="#0000FF"/>
            </s:fill>
        </s:Rect>
        <s:Group id="contentGroup" width="100%" height="100%" 
             minWidth="0" minHeight="0" />
    </s:Skin>
    

    The power switch is a perfect example of what you're trying to do. Mouse listeners are added or managed in the button itself and the button communicates it current state (top, more, bottom, etc.) to the skin through the method 'getCurrentSkinState '.

  • Is it possible to change the background color of apex_application.g_print_success_message?

    I have a process of application the button create: -.

    DECLARE

    Start

    IF PACKAGENAME. FUNCTIONNAME (PARAMETERS) = 1 THEN

    apex_application.g_print_success_message: = 'Record already exists for a same schedule. "

    ON THE OTHER

    INSERT PROCESSES

    END IF;

    END;

    With apex_application.g_print_success_message, everything works fine but

    If I use apex_application.g_print_error_message

    giving following error

    ORA-06550: line 10, column 20: PLS-00302: component 'G_PRINT_ERROR_MESSAGE' must be declared ORA-06550: line 10, column 3: PL/SQL: statement ignored

    Selection_002.png

    Because

    apex_application.g_print_error_message is a variable,

    but you can't run it as an "order".

    But my question is can we change the background color of apex_application.g_print_success_message

    not only red text? is it possible.

    Hi Reema,

    Modified your sample application to change the color of the success message.

    This is the change of background color

    Change the Page-> Css-> - Inline. Insert the code below

    #success-message {
        background: none no-repeat scroll 0 0 #99CCFF !important;
    }
    

    You can replace the color code you want.

    hope this helps you,

    Kind regards

    Jitendra

  • Change the background color of the banner in the theme of the APEX 25

    Hi guys,.

    I'm changing the background color of the banner in the theme of the APEX 25 (in white).

    Oracle.apex.com: Application Express 4.2.5.00.08

    Theme/UI: 25. Reactive blue

    Page template: A level Tabs - no side bar

    Using Internet Explorer 8
    I have created a sample in oracle.apex.com too, see below for credentials

    What I've done so far:

    1. create a file named orange.css with a single line:


    hgroup {background: white ;}}


    Downloaded this css file via:

    Components shared = > Cascading Style sheets

    2 then reference this CSS via the shared components = > templates = > edit the template Page = > a level Tabs - No. Sidebar = > definition = > header

    Added this line before the < / head > tag:

    < link rel = "stylesheet" href = "" #WORKSPACE_IMAGES #orange.css "type =" text/css">"

    Then changed:

    < h1 > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / h1 >"

    VOX

    < hgroup > < a href = "" #HOME_LINK # "id ="uLogo"> #LOGO # < /a > < / hgroup >"

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    Does anyone know how to solve these problems?

    Here is a link with the model of the application:

    https://Apex.Oracle.com/pls/Apex/f?p=4500:1000:115959518208631

    Workspace: ORANGE

    User: guest

    Password: 01range

    My email: [email protected]

    Much appreciated!

    Jeroen van Meenen wrote:

    Then changed:

    VOX

    You should not use hgroup here. Leave that as a h1 element.

    • hgrouphas been removed from the W3C HTML specification.
    • With the help of hgroup of this way is non-compliant because it does not contain at least one child h1-h6 element.

    Although the CSS works well, I have two questions:

    1. the sides of the banner are blue instead of white

    The original blue background of the theme is actually applied to the containing header element, not the h1 (or hgroup in your example), it is the rule that must be overridden:

    header#uHeader {
      background: #fff;
    }
    

    2. the disconnect next to the user name button is hidden and only appears when you browse on

    The link to logout of the theme is white to contrast with the original blue background. What should be replaced by a dark to be visible on the new white foreground color, and a contrasting hover appearance applied:

    div.userBlock a:link,
    div.userBlock a:visited {
      color: #004F7C;
    }
    div.userBlock a:hover {
      background-color: #b6ceed;
      color: #fff;
    }
    
  • To change the background color. Using Dreamweaver CS4

    I can't change the background color [greenish gray color], a table, a web page... Please see http://www.urefillit.com/index2.html can use some help here... I also note that the background foliage is slow loading... Any suggestions as to what caused the delay of loading?

    Thanks in advance!

    Using CS4... The Code is as follows:

    "< html xmlns ="http://www.w3.org/1999/xhtml"lang ="fr"XML: lang ="fr">"
    < head >
    < meta name = "msvalidate.01" content = "F33B6715B987C15F0176AAFDA87BE459" / > "
    < name meta = "generator" content = "HTML Tidy for Linux (to March 25, 2009), see www.w3.org"/ >
    < title > Urefillit produces and sells Octenol, luring Asian Tiger and Kaboom products replacement type < /title >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < name meta = "Description" content = "we focus on providing high quality products and a commitment to customer satisfaction - we will do everything we can to meet your expectations for the fight against mosquitoes best price and quality and Kaboom replacement type products available in the market today" / >
    < meta name = "Keywords" content = "Octenol, Lure, Asian Tiger mosquito lure, Kaboom refills, killing mosquitoes mosquito magnet machine" / >
    < name meta = "Robots" content = "index, follow" / >
    < style type = "text/css" >
    / * < ! [CDATA [* /]]
    {body
    background-image: url(images/SambucusBlackLaceFoliage.jpg);
    background-color: #FFCC66;
    }
    Body.C7 {background-attachment: fixed}
    div. C6 {text-align: center}
    p.C5 {do-family: Arial; do-size: 70%; text-align: center}
    span. C4 {do-family: Arial; size are: 70 %}}
    span. C3 {do-family: Courier}
    p.C2 {text-align: center}
    span. C1 {do-family: Courier; do-size: 120 %}}
    /*]]>*/
    . C7 table tr {.c11}
    background-color: #F60;
    do-size: 18px;
    }
    TR .c11 table tr td p {}
    do-family: "Times New Roman", Times, serif;
    font size: 16pt;
    }
    . C7 table tr .c11 table tr td p {}
    do-family: "Times New Roman", Times, serif;
    font-size: XL;
    }
    . C7 table tr .c11 table tr td p {}
    do-family: "Times New Roman", Times, serif;
    font size: 16pt;
    }
    . C7 table tr .c11 #table2 tr th {}
    background-color: #0F6;
    }
    /*]]>*/
    < / style >

    "< script src ="file:///C|/Scripts/swfobject_modified.js"type =" text/javascript">"
    < /script >
    < style type = "text/css" >
    / * < ! [CDATA [* /]]

    table. C16 {background-color: #FFD9B3}
    p.C15 {text-autospace: none ;}}
    Th.C14 {background-color: #00FF99}
    TD. C13 {background-color: #00FF99}
    Th.C12 {background-color: #FF6666}
    H2. C11 {make-size: 120 %}}
    span. C10 {make-size: 150 %}}
    span. C9 {text-decoration: underline}
    div. C8 {make-size: 70%; text-align: right}
    TD. C7 {background-color: #003399}
    p.C6 {text-decoration: underline}
    table. C5 {background-color: #FFCC66}
    TD. C4 {background-color: #FFFFFF}
    div. C3 {text-align: center}
    {table. C2}
    background-color: #0F6;
    do-size: 18px;
    }
    Th.C1 {background-color: #FFFFFF}
    . C7 tr table th {} .c7
    color: #008040;
    }
    . C7 tr th .c7 table {strong}
    Color: #000;
    }
    . C7 tr table th {} .c7
    Color: #000;
    }
    . C7 tr table th .c1 {strong}
    color: #008000;
    }
    /*]]>*/
    < / style >

    < style type = "text/css" >
    / * < ! [CDATA [* /]]
    {body
    background-color: #FFCC33;
    }
    Th.C1 {background-color: #FFCC66}
    /*]]>*/
    Th.C11 {background-color: #FFFFFF}
    {Th.C11}
    background-color: #F93;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    visibility: visible;
    Width: auto;
    }
    . C7 table tr .c11 #table2 tr e .c2 a strong {.c3
    Color: #00F;
    }
    . C7 table tr .c11 #table2 tr td a {}
    Color: #00F;
    }
    . C7 table tr .c11 #table2 tr td a {}
    Color: #00F;
    }
    . C7 table tr .c11 #table2 tr td p {}
    Color: #00F;
    }
    . BLUE {color: #00F;}
    }
    . BLUE {color: #00F;}
    }
    . Blue {color: #00F;}
    }
    . Blue {color: #00F;}
    }
    p.C1 {text-align: center}
    p.C13 {do-size: 80%; text-align: center}
    p.C71 {margin-right: 0;}
    margin-left: 0;
    font-size: 9.5pt;
    do-family: "Comic Sans MS";
    color: #000040;
    }
    span. C101 {make-size: 80 %}}
    span. C12 {do-family: Courier New, Courier, monospace}
    span. C6 {do-family: Arial}
    < / style >

    < style type = "text/css" >
    / * < ! [CDATA [* /]]
    IMG. C16 {border: 0; width: 88px; height: 31px}
    span. C15 {make-size: 120 %}}
    div. C14 {color: #FFFFFF; do-size: 150%; text-align: center}
    span. C13 {make-size: 18.0pt; color: #B90D09 ;}}
    Strong.C12 {text-decoration: underline}
    span. C11 {do-family: "Comic Sans MS"; color: red ;}}
    EM. C10 {text-decoration: underline}
    span. C9 {color: red ;}}
    table. C8 {background-color: #006600}
    TD. C7 {background-color: #006600}
    span. C6 {make-size: 150%; text-decoration: underline}
    p.C5 {text-decoration: underline}
    p.C4 {text-align: center; text-decoration: underline}
    p.C3 {text-align: center}
    span. C2 {text-decoration: underline}
    div. C1 {text-align: center}
    /*]]>*/
    . C7 table tr .c11 #table2 tr td p {}
    Color: #00F;
    }
    {.eight}
    Color: #F00;
    }
    < / style >

    < style type = "text/css" >
    / * < ! [CDATA [* /]]
    <!--
    {p.MsoNormal}
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10.0pt;
    margin-left: 0;
    line-height: 115%;
    font-size: 11.0pt;
    font family: 'Calibri', 'sans-serif ';
    }
    . C7 table tr .c11 strong .c5 u span {}
    color: #008080;
    }
    . C7 table tr .c11 p u em {}
    Color: #00F;
    }
    . C7 table tr .c11 p em {} u
    Color: #00F;
    }
    . Table tr .c11 tr td table C7. C7.C6 .c10 {}
    do-family: 'Courier New', Courier, monospace;
    }
    . Table tr .c11 tr td table C7. U solid MsoNormal span {}
    Color: #00F;
    }
    . Table tr .c11 tr td table C7. U solid MsoNormal span {}
    do-family: "Times New Roman", Times, serif;
    }
    . C7 table table tr td p u .c11 tr {strong}
    do-family: "Times New Roman", Times, serif;
    }
    . C7 table table tr td p u .c11 tr {strong}
    do-family: "Times New Roman", Times, serif;
    }
    . C7 table table tr td p u .c11 tr {strong}
    do-size: 16px;
    }
    . C7 table tr .c11 table tr td p {}
    do-size: 10px;
    }
    . C7 table tr .c11 table tr td p {}
    do-size: 12px;
    }
    . C7 table tr .c11 table tr td p {}
    do-size: 12px;
    }
    . C7 table tr .c11 table tr td p {}
    do-size: 12px;
    }
    . Table tr .c11 tr td table C7. U solid MsoNormal span {}
    color: #000040;
    }
    . C7 table tr .c11 .c7 tbody tr e a {}
    Color: #000;
    }
    . C7 table tr .c11 #table2 tr td a {}
    Color: #000;
    }
    . C7 table tr .c11 #table2 tr e .c2 {a}
    Color: #000;
    do-size: 18px;
    }
    . C7 table tr .c11 #table2 tr e a {}
    Color: #000;
    do-size: 18px;
    }
    . C7 table tr .c11 p u police strong {}
    color: #B80738;
    }
    . C7 table tr .c11 u p strong {}
    color: #B80738;
    }
    . C7 table table tr td p u .c11 tr {strong}
    font size: 24 PX.
    }
    . C7 table tr .c11 table tr td p {}
    font size: 16pt;
    }
    . C7 table tr .c11. MsoNormal span {}
    font size: 24 PX.
    }
    . C7 table tr .c11. MsoNormal span {}
    font size: 24 PX.
    }
    . C7 table tr .c11. MsoNormal span {}
    font size: 24 PX.
    }
    . C7 table tr .c11 #table2 tr th {}
    do-size: 16px;
    }
    . C7 table tr .c11 #table2 tr e p a {}
    do-size: 18px;
    }
    . C7 table tr .c11 #table2 tr e p a {}
    do-size: 18px;
    }
    . C7 table tr .c11 #table2 tr e p a {}
    do-size: 18px;
    }
    . Table tr .c11 tr td table C7. MsoNormal {a}
    do-size: 18px;
    }
    . Table tr .c11 tr td table C7. MsoNormal {a}
    font size: 24 PX.
    }
    . C7 table tr .c11. MsoNormal span {}
    font size: 24 PX.
    }
    . C7 table tr .c11 tr table th a {}
    font size: 18pt;
    }
    ->
    /*]]>*/
    < / style >

    < style type = "text/css" >
    / * < ! [CDATA [* /]]
    table. C11 {background-color: #0033FF}
    Th.C10 {background-color: #8D8D5E}
    span. C9 {do-family: "Times New Roman", "serif"; font-size: 18pt ;}}
    p.C8 {line-height: normal; margin-bottom: .0001pt; text-align: center}
    p.C7 {; do-family: "Times New Roman", "serif"; do-size: 14pt; text-align: center}
    p.C6 {; do-family: "Times New Roman", "serif"; color: #00F; font size: 18pt; font style: italic; text-align: center}
    span. C5 {make-style: italic}
    span. C4 {line-height: 115%; do-family: "Times New Roman", "serif"; font-size: 16.0pt ;}}
    p.C3 {text-align: center}
    Strong.C2 {text-decoration: underline}
    Th.C1 {background-color: #FFFFFF}
    /*]]>*/
    < / style >
    < / head >
    < body >
    /*
    <! [CDATA [* /]]
    & amp; amp; Lt;! --
    #Layer1 {position: absolute;}
    Width: 110px;
    height: 34px;
    z-index: 1;
    left: 430px;
    top: 1116px;
    visibility: visible ;}
    #Layer2 {position: absolute;}
    Width: 170px;
    height: 33px;
    z-index: 1;
    left: 536px;
    top: 652px ;}
    p.C7 {color: #000000; do-family: Arial; size are: 80 %}}
    -& amp; amp; GT;
    / *]] >
    "* / < script src ="file:///C|/Scripts/AC_RunActiveContent.js"type =" text/javascript">"
    < /script >
    < table class = "c11" width = "1250" border = "15" align = "center" cellpadding = "5" >
    < b >
    < width th = "888" height = "2254" align = "center" valign = "top" class = "c10 c11" scope = "col" >
    < p > < br / >
    < img src = "images/webpagepicture.jpg" alt = "Header of WEB PAGE" width = "1267" height = "212" border = "6" align = "middle" / > < br / > < / p > "
    < table width = "1188" border = "6" align = "center" class = "c2" id = "table2" >
    < b >
    < th width = "143" scope = "col" >
    < p > < a href = "OctenolLure.html" > < /a > Octenol bait < /p > ""
    < /th >
    < th width = "145" scope = "col" > < a href = "FlowtronTypeLure.html" > FlowtronTypeLure < /a > < /th >
    < th width = "145" scope = "col" >
    < p > < a href = "AsianTiger.html" > < / a > < a href = "AsianTiger.html" > Asian Tiger Lure < /a > < /p > "
    < /th >
    < th width = "146" scope = "col" > < a href = "Combolure.html" > Combo Lure < /a > < br / > ""
    (Octenol & amp; Lactic acid) < /th >
    < th width = "146" scope = "col" >
    < p > < a href = "SkeeterVacLure.html" > attractant Lure < /a > < /p > ""
    < /th >
    < th width = "145" scope = "col" >
    < class p = "c2" > < a href = "mosquitomagnettroubleshootingguide.html" > Mosquito Magnet < /a > < /p > ""
    < class p = "c2" > < a href = "mosquitomagnettroubleshootingguide.html" > Guide to repair < /a > < /p > ""
    < /th >
    < td width = "145" align = "center" valign = "middle" scope = "col" > < a href = "Kaboom.html" > Kaboom < /a > < a href = "/ Kaboom.html" > < /a > < table > tablets replacement ""
    "< th = height"111"width ="104"align ="center"valign ="middle"scope ="col"> < a href ="https://www.paypal.com/us/verified/pal=sales%40urefillit%2ecom"target ="_blank"" > < img src = "https://www.paypal.com/en_US/i/icon/verification_seal.gif" alt = "Official PayPal seal" width = "98" height = "108" border = "0" align = "top" / > < /a > < br / >
    < br / > < /th >
    < /tr >
    < /table >
    < br / >
    < table width = "282" border = '20' align = "center" cellpadding = "0" >
    < b >
    "< class th ="c1"width ="128"scope ="col"> < img src="images/flying%20mosquito.gif "alt =" "* Please DESCRIBE THIS IMAGE *" width = "97" height = "75" / > < /th > "
    < class th = "c1" width = "104" scope = "col" > < a href = "#" onClick = "window.open ('https://www.sitelock.com/verify.php?site=www.urefillit.com ',' SiteLock ',' width = 600, height = 6 00, left = 160, high = 170'); " "> < img src="//shield.sitelock.com/shield/ www.urefillit.com "alt ="security Web site"align ="absmiddle"title ="SiteLock"/ > < /a > < /th >
    < /tr >
    < /table >
    < p > <! - start RatePoint Site Seal - please, do not change->
    <! - end RatePoint Site Seal - please, do not change->
    <! - start RatePoint subscription tool - please, do not change->
    <! - end RatePoint subscription tool - please, do not change->
    ======================================================================================</p >
    < table width = "1002" border = "0" align = "center" >
    < b >
    < td width = "996" >
    < class p = 'c3' > < strong class = "c2" > all about Urefillit, LLC < facilities > < / p >
    < class p = 'c3' > < span class = 'c4' > Urefillit, LLC prides itself on the quality and consistency of its fine products, that are designed, produced and manufactured in the USA. Production control of quality to the final shipment, our highly qualified team ensures the best quality and reliable service for our customers. We focus on providing high quality products and a commitment to the satisfaction of the customer. We will do everything that we can to meet your expectations for the best price and quality mosquito lures, Kaboom replacement tablets and tablets of bromine available on the market today. With a variety of offerings to choose from, we are sure you will be happy with your purchase. Thank you for visiting our website and if you have any comments or questions, do not hesitate to contact us. We hope to see you soon! </span > < br / > < / p >
    < class p 'c3' = > < img src = "images/made_in_USA.jpg" width = "221" height = "228" alt = "usa" / > < br / > "
    < br / > < / p >
    <p class="c3">****************************************************************************** *************<br />
    < br / > < / p >
    < class p 'c6' = > REFUND POLICY: < span class = "c5" > our number one goal is your satisfaction. If our product is not as advertised you can then return item unused for a refund. 25% restocking fee may apply. Buyer pays return shipping fees. Elements of special and international orders DO NOT qualify for a refund. < / span > < br / >
    < br / > < / p >
    < class p = "c7" > < img src = "images/ebay-top-rated-seller - tracking.jpg" width = "230" height = "158" alt = "" * Please DESCRIBE THIS IMAGE * "" / > < a href = "http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback2 & amp; userid = fjp800 & amp; ftab = Feedbac kAsSeller" > < br / >
    Check out our E - Bay feedback < /a > < /p >
    < class p = "c7" > < br / >
    ****************************************************************************************** ********************<br /></p>
    < table >
    < /tr >
    < /table >
    < table width = "1002" border = "0" align = "center" >
    < b >
    < td width = "996" >
    < class p = 'c3' > < strong class = "c2" > using Octenol to attract mosquitoes < br / > < / strong > < br / > < / p >
    < class p 'c3' = > Octenol is a natural chemical that occurs naturally as a by-product of the plants and animals that eat a lot of vegetables produce. If carbon dioxide is mixed with octenol, it turned to be an attractant for several species of mosquitoes. There are other insects like the fire of the ships and the fire ships which are also attracted to this perfume. It turned out to be a very effective product, especially for the fire ships. < br / >
    < br / >
    < img src = "images/12137165-cartoon - stop - mosquito.jpg" width = "168" height = "168" alt = "mosquito" / > < br / >
    < br / >
    Octenol is also a pesticide ingredient which is used to attract mosquitoes and flies that bite. He does not kill insects; It only attracts them. It can be used in combination with other products and devices that kill once they are successfully attracted the device. It is important to know that no pests are also lured and destroyed by some of the features. < br / >
    < br / >
    If octenol is ingested, there is a possibility of toxicity. However, it is not harmful in the air to humans, animals or the environment. It is extremely important that it is kept safely of children to avoid the risk of ingestion. Placement of repulsion and the device used to catch biting insects must be carefully considered. It should be kept safely away from children and pets. < br / > < / p >
    < class p 'c3' = > to be more effective in the fight against mosquitoes, the bait should be placed between the breeding grounds for the mosquito and the area where the people. There are limits of beach that reaches the attractant and this needs to be seen in the implementation of the trap also. < br / > < / p >
    < table >
    < /tr >
    < /table >
    "< a href ="http://www.startlogic.com/join/index.bml?AffID=626972 & amp; cid = 592 "" > < br / > < / has > = ""
    "< p > < img src ="images/americanatural_1875_97577.gif"width ="234"height ="118"alt =" * Please DESCRIBE THIS IMAGE * "/ > < / p >
    < p > contemplating the purchase of a trap? If so, compare the following pitfalls before making a purchase: < /p >
    "< a href ="http://www.bluerhino.com/BRWEB/Outdoor-Living-Products/Mosquito-Traps.aspx "> attractant < /a>"
    < table class = "c6" border = "0" align = "center" >
    < tbody >
    < b >
    < td align = "center" >
    "< div class ="c3"> < a href ="http://www.mosquitomagnet.com/ "> Mosquito magnet < /a > < / div >"
    < table >
    < /tr >
    < / tbody >
    < /table >
    < table class = "c6" border = "0" align = "center" >
    < tbody >
    < b >
    < td >
    "< div class ="c3"> < a href ="http://www.megacatch.com/ "> mega-taking < / has > < / div>"
    < table >
    < /tr >
    < / tbody >
    < /table >
    < table class = "c6" border = "0" align = "center" >
    < tbody >
    < b >
    < td >
    "< div class = 'c3' > < a href ="http://koolatrononline.stores.yahoo.net/mosquito-control.html "> Koolatron < / a > < / div>"
    < table >
    < /tr >
    < / tbody >
    < /table >
    < table class = "c6" border = "0" align = "center" >
    < tbody >
    < b >
    < td width = "273" >
    "< div class ="c3"> < a href ="http://www.mosquitocontroltrap.com/comparisons "> Mosquito comparison of trap < /a > < / div >"
    < table >
    < /tr >

    < / tbody >
    < /table >
    < p > < br / > < / p >
    < table width = "126" border = '20' align = "center" cellpadding = "0" >
    < b >
    "< class th ="c1"scope ="col"> < a href ="mailto:[email protected] "> email Urefillit < /a > < /th >"
    < /tr >
    < /table >
    < br / >
    < class p = 'c8' > < / p >
    < class p = 'c8' > < span class = 'c9' > Urefillit, LLC < br / >
    800 shore Drive East < br / >
    Oldsmar, Florida 34677-4402 </span > < / p >
    < class p = 'c8' > < / p >
    "< p > < a href ="http://validator.w3.org/check?uri=referer "" > < img src = "http://www.w3.org/Icons/valid-xhtml10" alt = "Valid XHTML 1.0" Transitional height = "31" width = "88" / > < /a > < br / > < / p >
    < p > < / p >
    < /th >
    < /tr >
    < /table >
    < script type = "text/javascript" >
    <! [CDATA]
    <!--
    swfobject.registerObject ("FlashID");
    ->
    []] >
    < /script >
    < / body >
    < / html >

    Why all the CDATA tags in your styles?  You don't need them there and they create problems.

    You have considered all this reconstruction without tables?  A large part of your code looks like it comes from MS Word which is not optimal for the web.

    The background image is + 1000px of wide and 374,01 KB (382 985 bytes).  For the fastest loading backgrounds, consider using Gradients in CSS or small, seamless tiles and repeating to fill the viewport.

    Honestly, I don't see anything here that couldn't be done better & much more effectively with a formatting table-less CSS. You want me to show you how?

    Nancy O.

  • Need advice... Try to change the background color of a region...

    Hi experts Apex knowing html css well want to help me...
    1)
    I am trying to change the background color of a region... This color... #f2825b
    The current theme I use is that of the sample application... The theme 4 "Topaz"...
    The css used is theme_4_0.css
    I look in the model...

    < div class = 'rounded-corner-region' id = "' #REGION_STATIC_ID # ' #REGION_ATTRIBUTES # >"
    < div class = "rc-gray-top" > < div class = 'rc-gray-top-r' >
    < div class = "rc-title" > #TITLE # < / div >
    < / div > < / div >
    < div class = "rc-body" > < div class = 'rc-body-r' >
    < div class = "rc-content-buttons" > #CLOSE ##PREVIOUS # CREATE2 # next ##DELETE ##EDIT ##CHANGE ##CREATE ##EXPAND # COPY HELP # # < / div >
    < div class = "rc-content-hand" >
    #BODY # < div class = "clear" > < / div > < / div > < / div > < / div >
    < div class = "rc-bottom" > < div class = 'rc-bottom-r' > < / div > < / div >
    < / div >

    I was looking through forums .and someone mentioned an idea to use the static region of the id do... Yet, I am unable to do it... Do not know how to use it actually.
    If anyone can help... I can read the css... Am not an expert, but it... very very beginner...

    What I need to make a new model... and... so what should I write in these model... I need to change the background color of border and in the region of the existing model
    Kindly help... Any information will be greatly appreciated...

    (2) and when I look in the css... and class... "RC-gray-top rc-body etc I do not see a single class named rc-body...
    But his similarly named in... rounded-corner-region .rc-gray-top,
    Here's the .rc-gray-top class.
    . Rounded-corner-region what is an html element... ?





    Published by: pauljohny on June 21, 2012 21:04

    Published by: pauljohny on June 21, 2012 21:10

    pauljohny wrote:
    Hi experts Apex knowing html css well want to help me...
    1)
    I am trying to change the background color of a region... This color... #f2825b
    The current theme I use is that of the sample application... The theme 4 "Topaz"...
    The css used is theme_4_0.css
    I look in the model...



    #TITLE #.



    #CLOSE # PREVIOUS # ##DELETE NEXT ##EDIT ##CHANGE # CREATE # CREATE2 # EXPAND ##COPY # HELP #.


    #BODY #.


    I was looking through forums .and someone mentioned an idea to use the static region of the id do... Yet, I am unable to do it... Do not know how to use it actually.

    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/ui_region.htm#sthref1967

    So if you give your region the static region ID "foo", you can reference it in CSS using the ID selector #foo.

    If anyone can help... I can read the css... Am not an expert, but it... very very beginner...

    What I need to make a new model... and... so what should I write in these model... I need to change the background color of border and in the region of the existing model
    Kindly help... Any information will be greatly appreciated...
    (2) and when I look in the css... and class... "RC-gray-top rc-body etc I do not see a single class named rc-body...
    But his similarly named in... rounded-corner-region .rc-gray-top,
    Here's the .rc-gray-top class.
    . Rounded-corner-region what is an html element... ?

    This is the class for the outside divselector:
    {code}


    {code}

    As you like, the themes of APEX 4.0 use certain (complex techniques of CSS above). This includes the use of background + images + on several elements to provide what you think as long as the borders and background colors. It will be difficult to replace with your limited knowledge. Suggest you start with something more simple: see + {message identifier: = 10403264} +.

    What is this area to be used for? What will contain? You want to keep + all + of the structure and appearance of the existing model?

    And as is said in almost every thread on the themes of the visuals for form/templates/CSS layout + creation of an example of the problem on apex.oracle.com is a much more effective way to get assistance as writing screeds about it here.

  • Gradient to the background color of the scene?

    Hello

    now in version 1.5, is it possible to put a gradient on the background stage color?

    Now I use this one, but I want to replace the gray color with a gratient:

    $("#Stage").css ("margin", "auto"); $("body").css("background-color","#4D4D4D");

    I'm a graphic designer from this great piece of software, I know this is a newbie question...

    Thanks in advance!

    You can use gradient like this

    $("#Stage").css ('background-image', ' - moz - linear-gradient (top, #8f8f8f, #ffffff) ');

    or

    SYM. $('Stage') .css ('background-image', ' - moz - linear-gradient (top, #8f8f8f, #ffffff) ');

    Use the specific prefixes of the browser, this one is for FF.

    In the new version 1.5, you can use the gradient panel.

  • Stop the background color printing on e-mail using Windows Mail

    I have asked this question before and was advised. [When I tried to find the answer, I got:' bughttps://bugzilla.mozilla.org/show_bug.cgi?id=683139 683139]-using the ' high contrast black ""Accessibility Option"Win XP results in the colors of the screen printing", I discovered there was no such bug by this number. Now I think that somewhere in Mozilla there is a simple and complete answer that would solve the problem that I, and several others are apparently seen. So, here is again - when I get and want to print it, the background color that I have on my Windows Mail page prints also. That I don't want. I want to email to print with no background color to everything to save on color ink. It is not flattering that I get an email from my background color is printed when I print the email. So, I need to know how to prevent that from happening?

    Another thread is here - https://support.mozilla.org/en-US/questions/912736 - why did you mark it as resolved and then start another thread?

    https://Bugzilla.Mozilla.org/show_bug.cgi?id=683139

    This bug exists and a fix we talked until the discussion has been hijacked. Not yet fixed, so turn off the high contrast in Windows text looks like the way to avoid this issue for now. Or use another browser to print from Windows Mail for now.

  • Change the background color of number

    Sorry for asking such a stupid question, why I can't do my number

    green background. I tried all combinations of properties and cannot

    seem to make it work. See my attached vi.

    Text is in a CONTAINER, which has its own properties.

    You set the background color of the CONTAINER.

    The property you want is digital text - color text - BGcolor.

    No digital text - colors - BGColor.

  • Change the background color based on the value

    I'm sure that this is a trivial question, but I can't seem to find the method to do it.

    I want to change the background color of an indicator according to its value.

    For example: if I have a set of say 123degF, I would like to the color of background color green if the value is either 1% or +/-2degF.

    Otherwise the color could be if above red and blue if under.

    I was able to schedule a psychic acomplishes, but with more than 50 indicators the interface gets quite busy.

    Santosh is correct. Here is a small example of the implementation of this code:

    I've also attached a copy of this VI, with the connected devices, so you can use it as a subvi if you wish.

    He takes input of temperature limit lower and upper limit. It then returns the value of the temperature, with the color of the indicator of change.

  • How to change the background color of the window?

    I would like to change the background color for all applications to pale gray,

    such as Notepad and IE.

    Anyone have any suggestions on how to do it?
    Thanks in advance for your suggestions

    Right-click on a zone empty of your desktop and choose personalize. When customization of the control panel applet opens, choose the color of the window (on the axis, below the pane). When the pane of the window color and appearance opens, click Advanced appearance settings (lower left corner of the pane).

    Now... with the Windows color and appearance of dialog box open, click on the white space of the Window Active (do not click the text in the window) or choose the command window of the point: in the drop-down list. Choose a color for 1 color:, e.g. Gray. Click apply at the bottom right and wait Windows 7 resets the graphic properties.

    If you now open Notepad, you'll have a gray window active. My IE follows suit, but only on a white page. Web designers in general choose the background image or color they want to view, and you will have to go into the options of the browser to replace those.

  • I am currently studying and modules are in PDF format. I desperately need to change the background color, as white background cause my eyes to water after a few minutes. I was able to change the background color of a light blue before the l

    Can someone help me please?

    [Left the lounge general Forum, troubled for a specific product - Mod support forum]

    Hi arthurd55302175,

    You can try to change the background color of the document by using the Document color replace.

    Open the required PDF, go to edit menu > accessibility > replace color Documents.

    You can use contrasting colors option to select the required combination of colors provided in the list or you can use "custom color option and select the color needed for the page background and document text."

    Then click OK to save the settings.

    Kind regards

    Meenakshi

  • I would like to change the background color of the title page.  Any ideas?

    I'm on V14, V10 for Windows PC.  The color that I seem to control is the color of the text.  I want the same control of the background color.  Any ideas?

    billvv1941

    First 14 items under 10 64-bit Windows.

    When you create your title text in the project's open Titler, your text color is on a black background. Black is not the back of the color, but it's the way that the project represents transparency. Therefore, when you place the text title on the Video 2 video 1 video above, video 1 video appear through (your text overlay effect).

    If you want to create a text with a colored background title slide, think...

    1. go to the Expert Panel active workspace new active project item, and then select color matte to create a cache of color with the color of your choice.

    2. then place the color on 1 video cache below the text file on the video track 2.

    Have you been there and done that?

    Please review and give more details so that we can customize a response to the situation you are considering.

    For any question or need more information, feel free to ask.

    Thank you.

    RTA

  • I can't access the screen reader and if I can change the background color?

    Can someone tell me please how to get Adobe Reader to read aloud?  Thank you

    Hi Elizabeth,.

    To use read out loud, please open Adobe Reader.

    Go to the View Menu, select 'Read Out Loud' and then 'activate read out loud.

    Once back on, go to the view menu-> read aloud & select the option desired (read this page only or read at the end of the Document).

    To change the background color of your document, please go to the Edit-> Preferences menu.

    Categories choose accessibility & check replace color Document.

    Now select the color of the text page background & document.

    Click OK to confirm the changes.

    Let me know if you encounter any problem.

    Kind regards

    Nicos

Maybe you are looking for

  • Disable the new search box

    Hi, I tried the new area of research for a while, but I realize that I don't really like it. It feels very swollen. Can I disable and back the old box of simple search somehow?

  • threats from Trojan horses

    Dear Sir. I bought a tour with 8.1 and windows antivirus Mcafee 1 month subscription that expires. After scanning, it shows reports threats like trojan found. Please let me know his is a dangerous virus and how to remove it. Please suggest also cheap

  • I have a Gov/Canada PDF form stuck on my desktop, how to get down?

    By mistake, I downloaded a Gov't of Canada PDF form on my desk and is stuck there as an icon. Please tell me how to remove it.

  • EA6300 SSID Broadcast

    How can I disable the ssid broadcast?

  • My Alienware does not start

    Hello. Yesterday I played a few games whit my new computer. Today morning, that it does not start when I am pressing the start button. Just a dim on the button and I can hear the motor trying to start but turns like a car. This computer is less than