Don't want button images to show active link color

I made hover buttons and when I link to them to the appropriate pages it creates a box with the link color around the whole button. So this changes the look of the button with an ugly blue border. I looked at the options in the page properties under links but not seeing anything to help. How do I have an active link but deactivate the box and color that identifies it as such? I primarily create my sites in the design mode as my CSS skills are not very strong. Thank you in advance.

Use CSS.
Add
a img { border: none; }
to your CSS stylesheet.

Similar Messages

  • Don't want edited images showing up in same folder as RAW images

    As I go through my catalog of RAW images, I'll select an image (or more if I'm doing a pany/stacked), then use the "Edit in CS5" command.  After I edit the photo and save in a new/different folder (usually as a .jpeg), the saved image will then show up in my RAW catalog, too.
    I don't want this.  I have made a catalog for RAW images, and it gets confusing when images show up in a catalog where I only expect RAW images.  How do I stop edited images showing up in a catalog not intended for them?
    Thank-you.

    dpick2 wrote:
    ...  the saved image will then show up in my RAW catalog, too.
    I don't want this.  I have made a catalog for RAW images, and it gets confusing when images show up in a catalog where I only expect RAW images.  How do I stop edited images showing up in a catalog not intended for them?
    Thank-you.
    I don't think you can do that. External Edit in LR is designed so that the result represents one further stage in the processing of your photo, so it will automatically added to your catalog, and stacked with the original, if you chose so.
    For what you are looking for, try using export with a Postprocessing option of "Open in Photoshop". This will not add the result to your catalog, unless you've marked "Add to This catalog".
    Beat Gossweiler
    Switzerland

  • Don't want floating images- how to make it stable

    HI,
    I just want a static site where it all stays in its correct place.
    I put my button bar, header and headline in a div tag. Without it they wouldn't go in place-not lined up.
    With it, they float all over. Please see http://www.dancingfruitbook.com.
    For some reason the copy below is in a div tag and it does not move around.
    Oh, I'd so appreciate the help.
    Many, many thanks,
    Elaine
    Here's the code:
    <!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>index.html</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-color: #CCFFFF;
        margin: 0;
        padding: 0;
        color: #000;
        background-image: url(images/bg.jpg);
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    body,td,th {
        font-family: "Comic Sans MS", cursive;
        font-size: 14pt;
        color: #000;
    h1 {
        font-size: 26px;
        color: #FF3300;
    #apDiv1 {
        position: absolute;
        left: 333px;
        top: 332px;
        width: 914px;
        height: 60px;
        z-index: 1;
        text-align: center;
        background-color: #FFFF33;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv3 {
        position: absolute;
        left: 153px;
        top: 5px;
        width: 960px;
        height: 318px;
        z-index: 2;
    #apDiv4 {
        position: absolute;
        left: 305px;
        top: -13px;
        width: 963px;
        height: 305px;
        z-index: 2;
    #apDiv5 {
        position: absolute;
        width: 891px;
        height: 73px;
        z-index: 3;
        left: 344px;
        top: 429px;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body bgcolor="#CCFFFF">
    <div id="apDiv1">
      <div id="apDiv2">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="author.html">Author</a></li>
          <li><a href="ipad.html">iPad Version</a>      </li>
          <li><a href="media.html">Spanish Version</a></li>
          <li><a href="contact.html">Contact</a></li>
          <li><a href="order.html">Order</a></li>
    </ul>
    <br class="clearfloat" />
      </div>
    </div>
    <div id="apDiv4"><img src="images/fruitwebbanner.jpg" width="960" height="316" alt="Dancing Fruit" /></div><br class="clearfloat" />
    <div class="container">
      <div class="header"><!-- end .header --></div>
      <div class="content">
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <div id="apDiv5">
          <h1>Kid's Fun, Illustrated Story with an Awesome Educational Bonus!</h1>
        </div>
        <br class="clearfloat" />
        <h1> </h1>
        <p> </p>
        <p><center>
          Kids will go bananas over this whimsical book about fruit!<br />
        Plus, there&rsquo;s a terrific educational bonus  about where fruit comes from at the end!
        </center></p>
        <p><center><iframe width="640" height="360" src="http://www.youtube.com/embed/B6uc1cJjg3s" frameborder="0" allowfullscreen></iframe>
          <p> <br />
            <strong>Video shows iPad Version-Also comes in English and Spanish in ebook, paperback, hardcover</strong>.<br />
            <br />
            Mix rhyming verses with adorable fruit characters for a side order of <strong>positive self-esteem</strong> messages.  <br />
            Then add a dose of &ldquo;I can do it&rdquo; especially for the shy ones. <br />
            Sprinkle  with wiggles and giggles and you have a perfect treat<br />
            for kids to have  fun and feel their best. </p>
          <p>(For the iPad version) Toss all types of <strong>dance music</strong> and sound effects into the mix,<br />
            along with the <strong>&quot;I'll read to you&quot; feature</strong>, and kids will want a second helping.<br />
            <br />
            Top with a fascinating <strong>educational bonus </strong>that&rsquo;s brimming with <strong>70 colorful photos </strong>and interesting <br />
            nuggets of where fruit grows and more, and they&rsquo;ll eat it up. It&rsquo;s a tree-rific crowd pleaser!<br />
            <br />
            You may be surprised to learn something new<u> </u>too!<br />
            <br />
            Librarians and teachers will find it&rsquo;s a berry good story time read! <br />       
            This book will definitely grow on everyone.  </p>
          <!-- end .content --></center>
        </p>
      </div>
      <div class="footer">
        <p>Contact: 630 323 2474, [email protected]</p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    You are learning the hard way that using absolute positioning for layout purposes is an easy trip to the nut house.
    Try this code with all the positioning removed and tell us what's not in the right place -
    <!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>index.html</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-color: #CCFFFF;
        margin: 0;
        padding: 0;
        color: #000;
        background-image: url(http://www.dancingfruitbook.com/images/bg.jpg);
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    body,td,th {
        font-family: "Comic Sans MS", cursive;
        font-size: 14pt;
        color: #000;
    h1 {
        font-size: 26px;
        color: #FF3300;
    #apDiv1 {
        /*position: absolute;
        left: 333px;
        top: 332px;
        z-index: 1;*/
        width: 914px;
        height: 60px;
        text-align: center;
        background-color: #FFFF33;
    -->
    </style>
    <link href="http://www.dancingfruitbook.com/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv3 {
        /*position: absolute;
        left: 153px;
        top: 5px;
        z-index: 2;*/
        width: 960px;
        height: 318px;
    #apDiv4 {
        /*position: absolute;
        left: 305px;
        top: -13px;
        z-index: 2;*/
        width: 963px;
        height: 305px;
    #apDiv5 {
        /*position: absolute;
        z-index: 3;
        left: 344px;
        top: 429px;*/
        width: 891px;
        height: 73px;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body bgcolor="#CCFFFF">
    <div class="container">
    <div id="apDiv4"><img src="http://www.dancingfruitbook.com/images/fruitwebbanner.jpg" width="960" height="316" alt="Dancing Fruit" /></div><br class="clearfloat" />
    <div id="apDiv1">
      <div id="apDiv2">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="author.html">Author</a></li>
          <li><a href="ipad.html">iPad Version</a>      </li>
          <li><a href="media.html">Spanish Version</a></li>
          <li><a href="contact.html">Contact</a></li>
          <li><a href="order.html">Order</a></li>
    </ul>
    <br class="clearfloat" />
      </div>
    </div>
      <div class="header"><!-- end .header --></div>
      <div class="content">
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <h1> </h1>
        <div id="apDiv5">
          <h1>Kid's Fun, Illustrated Story with an Awesome Educational Bonus!</h1>
        </div>
        <br class="clearfloat" />
        <h1> </h1>
        <p> </p>
        <p><center>
          Kids will go bananas over this whimsical book about fruit!<br />
        Plus, there&rsquo;s a terrific educational bonus  about where fruit comes from at the end!
        </center></p>
        <p><center><iframe width="640" height="360" src="http://www.youtube.com/embed/B6uc1cJjg3s" frameborder="0" allowfullscreen></iframe>
          <p> <br />
            <strong>Video shows iPad Version-Also comes in English and Spanish in ebook, paperback, hardcover</strong>.<br />
            <br />
            Mix rhyming verses with adorable fruit characters for a side order of <strong>positive self-esteem</strong> messages.  <br />
            Then add a dose of &ldquo;I can do it&rdquo; especially for the shy ones. <br />
            Sprinkle  with wiggles and giggles and you have a perfect treat<br />
            for kids to have  fun and feel their best. </p>
          <p>(For the iPad version) Toss all types of <strong>dance music</strong> and sound effects into the mix,<br />
            along with the <strong>&quot;I'll read to you&quot; feature</strong>, and kids will want a second helping.<br />
            <br />
            Top with a fascinating <strong>educational bonus </strong>that&rsquo;s brimming with <strong>70 colorful photos </strong>and interesting <br />
            nuggets of where fruit grows and more, and they&rsquo;ll eat it up. It&rsquo;s a tree-rific crowd pleaser!<br />
            <br />
            You may be surprised to learn something new<u> </u>too!<br />
            <br />
            Librarians and teachers will find it&rsquo;s a berry good story time read! <br />      
            This book will definitely grow on everyone.  </p>
          <!-- end .content --></center>
        </p>
      </div>
      <div class="footer">
        <p>Contact: 630 323 2474, [email protected]</p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • When creating a "pop up" I want below image to show...

    Hello,
    I have 2 objects. When I click my invisible button, I want the pop up to show, but I also want the object underneath to also show through. Currently, when my pop up shows, it deleted the object underneath. Tips to fix this?

    Don't put the image underneath in your multistate object (MSO). Make one of the states just an empty box (no filll, no stroke), so it's showing 'nothing', the other state is the object you want to show.

  • Show Active Link with Spry Sliding Panels

    Hi,
    Whilst googling to a solution to my problem I came accross this sample:
    http://labs.adobe.com/technologies/spry/samples/slidingpanels/SlidingPanels_withTabs.html
    Is there anyway that simple HTML links that can be used instead of tabs? I have a navigation menu that contains links which link to specific panels using the ShowPanel() function, but once a panel is selected via one of these links, I want that link to become 'active' and display in a different colour.
    So far I have this:
    <a href="#" class="active" onclick="sp1.showPanel('p1'); return false;">Home</a><br />
    <a href="#" onclick="sp1.showPanel('p2'); return false;">Latest News</a><br />
    <a href="#" onclick="sp1.showPanel('p3'); return false;">FAQ's </a></div>
    The 'active' class represents the link that is currently active, but I don't know how to dynamically switch the active link when another panel is selected.
    Does anybody know how this could be achieved?
    Thanks

    Did you check out the source code for that those panels?
    http://labs.adobe.com/technologies/spry/samples/slidingpanels/sp_withTabs.js
    Als you see, they use a separate function to set active classes to the tabs. You can use the same functionality for your active link class.

  • Don't want iTunes renaming TV shows

    Hello,
    I have a couple questions, hoping one of them is possible.  My issue is the naming convention iTunes uses when you add a TV show to the "automatically add to iTunes" folder.  If the file name is something like "Seinfeld  01 x 01 - Pilot"... iTunes strips the name of the Show and season and the file ends up like "01 Pilot"  My goal is to maintain the original file name.  So with that being said is it possible for one of the following in iTunes:
    1.  Can you set the "automatically add to iTunes" folder to different styles? 
    2.  If i chose not to use this folder and just copy the show over...can iTunes scan the library for new content?  I believe you can drag and drop directly into iTunes, but that is not my intention.  I would like to automate this whole process.  After the show is ripped from the DVD i push to the auto folder of a different folder and have iTunes scan for new content. 
    Any help/suggestions would be greatly appreciated. 
    Thanks.

    1) No
    2) No, the only way iTunes knows of something is new is if it gets actively added via some action in the iTunes application itself or via the Automatically folder.
    If you have iTunes set to organize your media it does that how it wants to.  You are not supposed to even look at the files themselves.
    Your option is to turn off organize media.  It's now completely up to you so I hop you're methodical, and some other things won't work such as iTunes attempting to repair broken links.

  • I keep getting an update notice for Firefox v.5.0.1 which will not download and I don't want it to keep showing up; how do I get tride of the update notice?

    The pop up box only gives me the option to 1) download (which it won't, 2) ask me later, 3) x to close the box. Every day it comes back and I want to stop it.

    It is possible that you are still on the beta update channel if you ever installed a Firefox 4 beta version or a release candidate.<br />
    You can check that by looking at the pref <b>app.update.channel</b> on the about:config page.<br />
    If the value of that pref is beta then it is better to download and install the latest Firefox 4.0.x release.
    * http://www.mozilla.com/en-US/firefox/all.html
    * http://www.mozilla.com/en-US/firefox/channel/

  • Can someone tell me the steps to disable the option of 'New Private Window' entirely from a compute for a PC? I don't want it to even show as an option. Thanks.

    Need to disable Private Window options that appear in menus and buttons. Can someone provide step by step instructions to accomplish this? Thank you.

    https://support.mozilla.org/en-US/questions/959890
    - not possible at all/yet

  • 08 photo sharing feature: I don't want the sharing to be active!

    I don't see any option for not allowing sharing.
    does anyone know?

    Tell me, have you actually ever read the "Help" file for the iWeb '08 application, within the application itself? There should be a lot of answers there. I can't say for a fact there is one, because, ahem, I still have not installed my iWeb '08 application. But, all applications do come with a "Help" file, and I do not see anyone talking about such a file.
    Does it exist at all?
    Paula

  • I do not want all login ids to show up when i try to log into my hotmail or yahoo or gmail accounts using firefox browser. Is there anyway to prevent any login IDs (not passwords) from showing in sign up page of firefox. I don't want login IDs to show up.

    please help and thanks in advance for your help.

    Hi,
    Troubleshooting a start up script can be difficult. There are some third party programs that also keep logs of start up programs, however for Firefox this may be different.
    Is Firefox a startup program? [http://www.winxptutor.com/msinfo32.htm]
    Its also possible to check the Web developer tools for any scripts in a page: [https://developer.mozilla.org/en-US/docs/Tools/Debugger]
    In the control panel there is also Administrative tools to view event logs, but this may be something a local technician can walk you through.

  • Image not showing in Links

    Somehow a few images in my document, which previously showed in the links, now do not. The image is visible, just not the link in the panel. What may have happened, and how to I find it? The preflight indicates no missing link, but it's clearly not there in the link panel. Seems odd.

    In order to make the file "whole" again. The image(s) without panel info have to be deleted and either via CMD+D or File > Place... the same asset is selected from the supporting artwork folder and re-placed into position. Replacement will not happen if the image without the panel info is the selected frame and an attempt to place is made, the panel stays blank.
    All files begin as CS5.5
    We have a blank folder/document structure which is duplicated and renamed as jobs are processed into design.
    We preach that all revisions are followed up with a Save As... However, there are these few instances where the file is opened, checked and closed without a save & without any revisions.
    These are to check for the correct use of rich black and 100% black usage on the page. (All type elements selected over, one at a time with the type tool. As many as 200 text blocks per layout page.) Generally, this late in revisions, this is not the first check for rich, 100% black so it is pretty common that no changes are made.
    Every image is selected and the effects panel is checked to make sure the same drop shadow settings are used. Cancel.
    The last is simply opening the document and cycling through some panels prior to final file approval and before mechanicals are made...
    Swatches >> Check for unused swatches.
    Swatches >> Add unnamed colors
    Character Styles > None but default, no modifications.
    Paragraph Styles > None but default, no modifications.
    File > Package... (Look at the summary for issues, click Cancel.)
    -- One more thing, not sure if this is related... when switching application focus from another app to an InDesign window, InDesign does not always become active or completely active. Sometimes the window will come to the front with menu bars active but the document not active. Happens with only 1 document open as well as several. Sometimes focus will not happen at all unless the visible documents top border is clicked. (Clicking on the layout does nothing.)

  • Why are my images only showing as links on websites?

    Why are almost all of my images showing up as a link to the image. I put a code in right for embedded images but when i refresh or re-visit the page with the embedded image it is no longer embedded. It shows up as a link to the image which is quite annoying. I have followed everything here http://support.mozilla.com/en-US/kb/Images+or+animations+do+not+show but none of it applies to me. I have reinstalled and checked everything in that website page.
    == This happened ==
    Every time Firefox opened
    == Unknown, but I did not make changes to firefox.

    The code for all of the images in that thread is this:
    <code>[url=http://img442.imageshack.us/i/packageplans.png/][url]http://img442.imageshack.us/img442/4330/packageplans.png[/url][/url]</code>
    <br/> <br/>''(Edited by Moderator: placed link in a CODE block - c)''<br/> <br/>

  • Don't want my AOL Email to show in the MESSAGES mailbox

    Just got the 8300 from Verizon.    I set it up to get mail from my AOL mailbox.    The mail shows up in the "green" mail envelope on the main screen..     There is also a "mailbox" on the main screen.   That mailbox collects every voicecall, text message AND email that I recieve.    So..I am getting email in BOTH places.    I don't want the email to show up in the mailbox with text and voicecalls...I just want my email to show up in the "green" mail envelope.  
    So....does anyone know how to program the 8300 to "not" put my AOL mail in the messages mailbox?   I've messed around with almost every menu...trying to find a way...but no luck.
    Thanks
    Solved!
    Go to Solution.

    On your BB device, you have a 'main' Messages folder, which collects ALL email, messages, SMS, PIN messages etc.
    That is as designed. You can remove the SMS text messages to a separate folder (Messages > Menu > Options > General Options > scroll down to SMS and Email inboxes and choose > Separate.
    You also have an AOL email inbox.  You can hide it , you really don't need it.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I don't want to purchase a monthly plan for Lightroom

    I only want to purchase the software, like Lightroom 4.  How do I do that?  I only see upgrades and a monthly plan.  I definitely don't want a monthly plan.

    See the link below. Scroll down to Lightroom Stand alone.
    Photo editor app | Download free Adobe Photoshop Lightroom 5 trial

  • How to use ShowValue within a UIX/JSP page to display an active link?

    I am storing URL's in the DB and want to display them as active links on a UIX/JSP page. I thought that I had this working some time ago, but now it no longer works.
    Using <bc4juix:RenderValue datasource="ds1" dataitem="myTextField" /> will display "http://www.otn.oracle.com" as an inactive link using UIX/XML which is expected.
    Using <jbo:ShowValue datasource="ds1" dataitem="myTextField" /> will display an active link using if using BC4J/JSP, which is expected.
    However, I have not been able to do this using a UIX/JSP page.
    Is it possible to use ShowValue within a UIX/JSP page to display an active link?
    Thanks,
    Bill G

    Hi Juan,
    I've done the following and it does not work for me;
    --- snip ---
    <uix:form name="form1" method="GET">
    <bc4juix:Table datasource="ds1" >
    <uix:columnHeaderStamp>
    <uix:styledText textBinding="LABEL"/>
    </uix:columnHeaderStamp>
    <%--
    <jbo:AttributeIterate id="dsAttributes" datasource="ds1" hideattributes="UixShowHide">
    <bc4juix:RenderValue datasource="ds1" dataitem="<%=dsAttributes.getName()%>" />
    </jbo:AttributeIterate>
    --%>
    <bc4juix:RenderValue datasource="ds1" dataitem="FacilityDesc" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationId" />
    <bc4juix:RenderValue datasource="ds1" dataitem="LocationDesc" />
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    </uix:rawText>
    <%-- ** THE FOLLOWING DOES NOT DISPLAY ON THE BROWSE_EDIT_PAGE ** --%>
    <uix:contents>
    <uix:rawText>
    <jbo:ShowValue datasource="ds1" dataitem="Notes" ></jbo:ShowValue>
    </uix:rawText>
    </uix:contents>
    --- snip ---
    Bill G...

Maybe you are looking for