IR Search bar display on the right when no data found

How do I get the Interactive Search bar to be left justified when no data is found. I'm using Sand 10 Theme, and the region my interactive report is in is Page Template Region Position 3
Does anyone have a suggestion on this?
Edited by: deandyno on Aug 22, 2011 12:31 PM

deandyno wrote:
How do I get the Interactive Search bar to be left justified when no data is found. I'm using Sand 10 Theme, and the region my interactive report is in is Page Template Region Position 3
Does anyone have a suggestion on this?Have you actually considered where Region Position 3 is located on the page? Content in regions that are located on the right tends to be displayed on the right.
From the dimensions specified in the page templates it's also clear that region position 3 is intended to be used for narrower content than the average interactive report.
Consider using either a more appropriate region position or a different theme (theme 10 is ugly as sin anyway).

Similar Messages

  • I sthere any way to complete uninstall the "manage search bar" option from the right side?

    I found this option very annoying. I want to uninstall the "manage search bar"utility completely from my Firefox.

    My version of Firefox Mozilla, 3.6.3, for Windows XP SP2, shows on the "Navigational Toolbar", back and forward buttons, reload, cancel and home buttons, followed by the address bar, where you can writer web addresses, and on the right side, I have this utility, "Manage Search Engines", that looks like another address bar. I want to uninstall it completely. I don't see how I can do that. I mean, keep all the buttons intact, the address bar intact, and get rid of this tool. Thanks again.

  • Recently when I search for things in the top right search bar in iTunes, the results show up but I cannot click on them. Any ideas on how to fix this?

    Recently when I search for things in the top right search bar in iTunes, the results show up but I cannot click on them. Any ideas on how to fix this?

    Go to this address: http://mycroft.mozdev.org/search-engines.html?country=AU
    Item 24 lists 3 installable major search engines for Australia.
    You can also restrict your search in Google by including ''country:au'' or ''location:au'' or ''city:perth'' (for example) in your search terms. Example: ''city:sydney plumbers'' in the Google search box will list plumbers in cities named sydney.

  • Slideshow-Images not displaying in the right place on the screen

    I am trying to use the SlideShow widget for the first time. I have a pretty basic slideshow with six images that I want to display. When I preview it in IE or Firefox,what I get is really weird. The first image displays in the right place.  The second displays in the right place, but with a black box underneath it. The third displays under where it's supposed to go, with a black box above it. After this, the images alternate between where they're supposed to be and just below that, with a black box of the same size in the second location. I've looked at the source of other webpages that have working slide shows, and I don't see a difference between what I'm doing and what they're doing. Here is what I think is the relevant code. Can anyone suggest a way to fix this?
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStripPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-81003-5']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    </style>
    <link href="Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #ImageSlideShow */
    #ImageSlideShow {
    width: 426px;
    height: 303px;
    border: solid 1px #000000;
    background-color: #717c96;
    #ImageSlideShow .ISSClip {
    background-color: #000000;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#ImageSlideShow" />
    </oa:widgets>
    -->
    <div class="column2">
    <div id="thumb">
    <div>
    <ul id="ImageSlideShow" title="">
        <li><a href="images/balloon1a.jpg"><img src="images/baloon1a.jpg" alt="" /></a></li>
        <li><a href="images/balloon2a.jpg"><img src="images/baloon2a.jpg" alt="" /></a></li>
        <li><a href="images/balloon3a.jpg"><img src="images/baloon3a.jpg" alt="" /></a></li>
        <li><a href="images/balloon4a.jpg"><img src="images/baloon4a.jpg" alt="" /></a></li>
        <li><a href="images/balloon5a.jpg"><img src="images/baloon5a.jpg" alt="" /></a></li>
        <li><a href="images/balloon6a.jpg"><img src="images/baloon6a.jpg" alt="" /></a></li>
    </ul>
                                                          <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #ImageSlideShow
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
    widgetID: "ImageSlideShow",
    injectionType: "replace",
    autoPlay: true,
    displayInterval: 8000,
    transitionDuration: 2000,
    componentOrder: ["view"]
    // EndOAWidget_Instance_2141543
                                                          </script>
    <h3 align="center"><br />A Different Way of Thinking</h3></div>
    </div>
    </div>

    If you have a look at basic_fs.css, you will notice that the styles taget a class called BasicSlideShowFS.
    Yet when I look at the constructor, the class is missing as in
    var ImageSlideShow = new Spry.Widget.ImageSlideShow("#ImageSlideShow", {
        widgetID: "ImageSlideShow",
        widgetClass: "BasicSlideShowFS",
        injectionType: "replace",
        autoPlay: true,
    Because you are not using the thumbnails (filmstrip), I am wondering why you did not implement the basic slideshow, which will make it a lot easier for you.
    Gramps

  • Removing the search bar whilst keeping the address bar?

    I've been using Firefox but since updating to SL I'm wanting to go back to Safari. In previous versions I would remove the search bar and keep the address bar, (as I do in all browsers because I don't use the search bar, instead I search via keywords in the address bar), but that doesn't seem to be possible any more.
    Why has Apple decided to join the two bars together!? It's random and really annoying.
    Is there any way I can get rid of the search bar but keep the address bar?

    It's hard to please everyone. Apple are obviously more than happy with the interface of Safari 4 at the moment and that is reflected in the millions upon millions of downloads of it, both for OSX and for Windows. These forums only represent issues from a very miniscule percentage of users who are having some issue or dislike some aspect of the software. You will find very few positive comments here as it is a troubleshooting and support forum. This is the first time I have heard anybody complain about this feature (or lack of) so it may well pay to send it through to Apple via the Bug reporter up in your right top corner of the browser.
    Cheers

  • Typed search bar entries are the same for each tab. How can I keep new searches different in each tab without retyping?

    How do I associate typed search bar entries specifically with the current tab only?
    Currently, when I type an entry into the search bar it shows up in the search box of every tab open. If I switch to a different tab, there it is. I want to switch tabs and be able to have my last search in that tab still appear, not the typed entry of a prior tab appear. Because when I switch back to a different tab I want to be able to resume with that search without retyping it each time.

    Use the about:home page or the Google website to do searches if you want separated search bars.<br />
    The search bar on the Navigation Toolbar is part of the user interface and is the same in all tabs in a specific window.<br />
    You can open separate windows if you want a different search bar on the Navigation Toolbar or use the location bar to search.

  • There is a "bar" displaying above the tabs that has no apparent purpose

    There is a dark gray "bar" displayed above the tabs in FF with what looks like a Lego with a "v" in the middle of it.
    What is it? How do I either get rid of it or make use of it -- if it has any use?
    == This happened ==
    Every time Firefox opened
    == After starting FF in safe mode

    This issue can be caused by a plugin or an extension that is not compatible with Firefox 3.6 and isn't working properly anymore.
    A toolbar like the "ZoneAlarm Spy Blocker Plugin Stub for 32-bit Windows" and other toolbars like "Ask.com" or "My Web Search" can cause this issue.
    See http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins

  • Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages?

    Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages? i.e. to preview whatever message is currently highlighted in the center window list of messages?

    At present there is no preference option available to move the preview
    pane to right side of the mail window.
    Best.

  • HT204093 the body of my email does not appear to the right when I select a mail message.

    The body of incoming mail messages do not appear to the right when I select a mail message?
    Anybody know how to adjust this?
    Jgm

    Hello!
    Please try these steps: Can't see email message content

  • How do you get the album pictures displayed with the right songs on my iphone 5

    how do you get the album pictures displayed with the right songs on my i phone 5?

    I have the same problem but i only have iphone 4s its only jsut started in the last 2 weeks or so

  • IViews Links Shifted to the Right when using Firefox

    Hi,
    We are using SAP Netweaver Portal 7.0 and have created multiple portal themes.  With one of the themes we created, it looks that the iViews links that appear in the the detail navigation of the portal are shifted to the right when using firefox.  There are no issues however with the sap standard theme.  Please let me know what theme properties may cause the iViews links to be shifted to the right when using Firefox.
    Thank you,
    Ghizlane Idrissi

    Hi Rahul,
    I understand the limitations with Firefox.  However, i experience this issue only with the theme we created.  With the standard SAP theme, the issue is not there. That tells me that the issue is with the theme we created.  I just can't find what specific property in the theme editor is causing that. Any thoughts?
    Thank you.

  • When I burn a disc from a playlist in iTunes, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    When I burn a disc from a playlist in iTunes on my MacBook, the track names and artist info does not display on the disc when friends view/listen to it. This probably is an easy fix, but I need some advice.

    No, this standard has been implemented for several decades.
    How iTunes remembers audio CDs - http://support.apple.com/kb/TA27785
    It is just conceivable you burned a CD that exactly matched one already in the Gracenote database.  Gracenote uses track count and duration to decide what CD it is you have in a computer.  If you have one that matches that it will label it.  You could conceivably even have one that matches it that is not the correct one.
    This script will only work on Macs:
    http://dougscripts.com/itunes/scripts/ss.php?sp=cdtexttocdinfo - script to use CD-text file on CD to label CD in iTunes

  • Hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    hello, I uploaded a new website but all the svg files don't display on the browsers. when I open it in Muse with the "preview in browser", its fine! can someone tell me please where my problem is? (sorry for my english!)

    Hi
    Could you please check this thread, it might be helpful
    Muse not exporting svg, can only see in preview

  • My desktop icons mysteriously moved from the left to the right part of the screen. When I try to drag them back to the left, they pop back to the right when I release the mouse. What can I do?

    My desktop icons mysteriously moved from the left to the right of the screen, and scrambled the order. When I try to drag them back to the left, they pop right back to the right when I release the mouse. What can I do to place them where I want them on the screen?

    A LOT of them dont appear.
    What do you see in the window when you click on those?  A blank, black window?  An exclamation mark?  What?

  • How do I switch the Search Bar back to the previous version?

    Using the newest update of Firefox has given me a new searchbar, one where I can't switch search engines quickly, instead having to go into a menu to do so. This is detrimental to me since I use the search suggestions of each search engine I have installed. I cannot do that anymore. How do I switch the search bar back to the previous version?

    OMG! Th♥nk y♥u!!! Worked perfectly.
    That was royally getting up my nose.

Maybe you are looking for

  • Having a problem with itunes backing up and syncing with iphone 4s??

    every time i plug iphone 4s into itunes the backup process stops at step two any ideas folks??

  • Which computer

    OK everyone... I am having a tough time deciding what computer to get. I narrowed it down between 2. A 15" Powerbook G4 and the 20" iMac G5 (the model right before the built in isight.) Help me decide. Do I want the 2.0 ghz G5 with a 20" screen or do

  • I cant download itunes version 10.5. plain and simple.

    i open it on my computer and it asks me if i would like to download it i say yes and then nothing happens. nothing pops up telling me about an error. nothing. ive checked my computer and cant find anything and cant figure out whats wrong. im far from

  • Can't empty trash on a few files. Permissions?

    Good Day. I am logged in as Admin (Only acct on this machine) and there are several files in the trash that will not allow me to empty. None of which are in use. Tells me I don't have the permission to empty/delete which I do. Can someone please advi

  • Mac Mini or Macbook Pro as Master for VEP5?

    Hi all, I just purchased a MM (2.3 Core i7, 16gb RAM, left the HD alone for now) to use in a slave setup with LX and VEP5. The MBP is 2.2 Core i7, 16gb RAM, 512GB SSD. All my licenses are on the MBP, so my question is, would it be prudent to use the