How do I get my bookmarks to list when I hit the bookmarks tab. I have to go to unsorted bookmarks to find them

In the old firefox, when I hit the bookmarks tab they were listed on the side bar. Now when I hit the bookmarks tab I have to go to the unsorted bookmarks and pick my bookmark from there. How do I get them to ist in the side bar like before?

In the Firefox 4.0 betas there are two different Bookmarks '''buttons''' (not "tabs"), The one that automatically appears when the Menu Bar is hidden and the orange Firefox button, is for the Bookmarks Menu Bar drop-down. The Bookmarks button that is in the Customize Palette is for opening and closing the Bookmarks Sidebar. https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar

Similar Messages

  • How can you get your ipod touch open when you forgot the password and its disabled and not connected to wifi

    How can you get your iPod touch open when you forgot the password and its disabled and not connected to the Internet Connection and you don't want to reset it.

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes       
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:                         
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • My featured apps tab in the app store is stuck on a app called flipboard, flipboard wont go away when i hit the featured tab to see new apps. how can i get this tio go away?

    my featured apps tab in the app store is stuck on a app called flipboard, flipboard wont go away when i hit the featured tab to see new apps. how can i get this to go away?

    I'm stuck with Phoster...

  • How do you get back in your ipod when you forgot the password

    how do you get back in your ipod when you forgot the password?

    Connect the iPod to your computer and restore.  Place the iPod in recovery mode if necessary. For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • I'm getting a random beep sound when I hit the input button to record a turntable

    I'm getting a random beep sound when I hit the input button to record a turntable & mixer plugged into the mbox thats bleeding into the recording. How can I stop this? Please help me. It's happening if I'm recording or not, as soon as I hit the (I) input it beeps randomly.

    Thanks Jim,
    Seems to be this song. Other projects don't have this issue.
    I even took and opened the project on another computer, bounced it again and got the same "click" at the same 13 second area.
    I've bounced each track solo, listened and NO click at the 13 sec. mark
    No third party plug-ins.
    The click doesn't land close to any beginning or end of a region.
    Final mix down looks good, no peaking over 0db.
    This is making me nuts!

  • How do I check internet usage history? When i use the "History" tab on the tool bar all I see is today's activity & the calendar does not change when I click on it. Thanks

    How do I check internet usage history? When i use the "History" tab on the tool bar all I see is today's activity & the calendar does not change when I click on it. Thanks

    zedzed,
    Here's another thought.
    Navigate to HD > Users > Library > Safari: Make a duplicate of History.plist.
    To duplicate the file, click once to highlight it. Press the Command + D keys.
    Drag the History,plist copy file to the Desktop.
    Highlight it. Press the Command + I keys, to get info.
    Change Open With to TextEdit.
    When you open the file in TextEdit, it will be difficult to read, but you will be able to pick out some sites.
    ali b

  • How do i search for a photo album when i use the search facility on my iPad or iPhone it will not find photo albums of a given name can anyone help

    how do i search for a photo album when i use the search facility on my iPad or iPhone it will not find photo albums of a given name can anyone help

    Photo albums are not searched by Spotlight Search.  Go to Settings > General > Spotlight Search to see and reorder the available search items.
    For more details, see page 12 of the iPad iOS 5.1 User Guide

  • Hello,I have done this successful in the past but on my IPad it shows I have 4 apps that need to be updated so when I hit the update tab all I get is a white screen. When I hit the purchase or other tabs it opens up. What could be the problem?

    ****,I have done this successful in the past but on my IPad it shows I have 4 apps that need to be updated so when I hit the update tab all I get is a white screen. When I hit the purchase or other tabs it opens up. What could be the problem?

    There have been numerous reports on the forum today regarding this issue. It seems to be an issue at Apple, but no information has been posted on the status site.
    http://www.apple.com/support/systemstatus/

  • HOW DO I GET MY OLD SET UP BACK AFTER HITTING THE RESET BUTTON AS A WAY TO GET RID OF OUTFOXTV? i HATE WHAT IT DID TO FIREFOX!

    A PRIOR ANSWER SAID TO RESET AGAIN USING OLD FIREFOX INFO. IF THIS ANSWER IS CORRECT HOW DO I DO THIS?

    Hi, no need to use caps. We can read. :P
    You can reset Firefox by following the instructions below:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    The Reset feature should have kept all of your personal information. It would have only removed extensions and themes, website-specific preferences, search engines, download history, DOM storage, security settings, download actions, plugin settings, toolbar customizations, user styles and social features
    When you did the Reset, you should have had an "Old Firefox data" folder appear on your Desktop. You can restore your information if it didn't get restoed by following the instructions at the website gien below
    *https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile#w_copying-files-between-profile-folders

  • How do I get my slider to move when I click the groove

    TheI have created a simple Adobe Flash movie which is to act as a slider control. The code that I have written is shown below. I am able to grab the slider and move it to any position on the groove but I wish to also be able to click anywhere on the groove so that the slider will jump and lock to that position.
    I have created a function:
    groove_1.onMouseDown = function(){
          trace('You clicked x = '  + this._x);
          slider_1._x = this._x;
    the problem is that the this._X coordinate returns the left-hand edge of groove_1 and not be positioned that was clicked on this control.
    Can someone tell me how to get this information out of the mouse down event?
    The code of the file is:
    slider_1.onPress = function(){
            this.startDrag(true, _root.groove_1._x, _root.groove_1._y, _root.groove_1._x + 520, _root.groove_1._y );
    slider_1.onRelease = function(){
            this.stopDrag();
    slider_1.onMouseMove = function(){
            newPoint = new Object();
            newPoint.x = this._x;
            newPoint.y = this._y;
            _root.groove_1.globalToLocal(newPoint);
    groove_1.onMouseDown = function(){
            trace('You clicked x = '  + this._x);
            //slider_1._x = this._x;
    The source file is contained in the attached zip file

    Hi Ned,
    Thank you for your help. Your 2nd solution led me straight to the correct solution which is:
    slider_1._x = this._xmouse + groove_1._x;
    I use the object variable this instead of groove_1 as I am calling it from the function:
    groove_1.onMouseDown = function(){
        slider_1._x = this._xmouse + groove_1._x;;
    I also add the groove_1 left hand offset (groove_1._x;)
    Thanks again for you help.

  • How can I get my iPod to update when it says the server cannot be connected?

    Whenever I try to update my iPod it says, "The iPod software update server could not be contacted. Make sure your network settings are correct and your network connection is active, or try again later." It does this every time. How can I get it to update? Any help is much appreciated, thanks!

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • How do i get to be acct manager when I own the account?

    How do I get to be acct manager of number when I own the account. Should already be.  Who is it?

        joandix
    I definitely want to ensure you have the account access you need! Here's how to assign Account Manager status from the Account Owner's account: http://vz.to/1An22Nx
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • How do I get variable selections in output when I send the output to Export

    Hi Friends,
    I am working in Web Analyzer and I would like to export the values of the variable selection to excel along with the output for future reference to know this data belongs to mentioned variable selections.
    Is there any setting in BI to get this requirement?
    Thanks in advance,
    Sam
    Edited by: Sam Reddy on Feb 18, 2009 4:00 AM

    Hi,
    I agree we can do it in workbooks but our requirement is to make available this feature in web analyzer only.
    Do you guys have any other way to work around web?
    Thanks,
    Sam.

  • How do I get past "trial version expired", when I bought the software?

    On November 30, 2012, I purchased Photoshop CS6.  Today, February 27, 2013, I tried to lauch Photoshop, and it tells me that my trial version has expired.  But I bought it!!  What can I do to get Photoshop to run?

    http://forums.adobe.com/message/4799512

  • My iphoto program was messed up so I dragged it to trash and down-loaded it again. now when I open it , it says I can't open my library with my old version, use my new version.  How do I get to my new version when it is the only one there?

    My iphoto program was all messed up so I properly uninstalled it, I have a good back up.  When I reinstall iphoto from my iwork disc it installed Ok, but when I clk on the icon it says that my library is unavailable, use the new iphoto.  What is the problem?  If I go to applications the same thing happens, I can't access Iphoto!

    You reinstalled an old version of iPhoto after you updated your library to the newer version.
    Update ALL your software and try again.
    Click the Apple Menu at the upper left-hand corner of your screen and select "Software Update..."
    Repeat until it tells you there are no more updates.
    AND, launch the App Store application located in your Applications folder to see if there are any updates there as well.

Maybe you are looking for

  • All of my contacts were deleted for no reason. Is there any way to restore them?

    I powered down my iPhone 4S because an app was bugging out. When I powered it back up, all of my contacts had been deleted. When I tried to see my contact list it told me there were "No Contacts" on this phone. In the "messages" app, each conversatio

  • Itunes 11.1.2 not importing CD

    The system reads my CD drive, but when trying to import to Itunes, it shows a message for error while converting. Please help!!!!

  • Why can't I run Hardware Test?

    I am trying to figure out if I have a hardware issue and was told to run the Hardware test.  my iMac is the late 2010 model and shipped with Mac OS X (10.6.4) and currently upgraded to Mountain Lion 10.8.3. I have tried running test by restarting and

  • Free space said to be used by Mail

    After emptying trash from my mailbox, the iPad still shows 8 gb as occupied. How do I free up space said to be occupied by Mail with no messages in any mailbox?

  • Best firewire exterior disk drive 500G for macpro?

    hello, i was wondering if any of you has a firewire exterior disk drive 500G that they would recommend? thanx sandrine my beast: Machine Name: Mac Pro Machine Model: MacPro1,1 Processor Name: Dual-Core Intel Xeon Processor Speed: 2.66 GHz Number Of P