How do you get bookmarks to appear directly in the dropdown menu?

I've imported my bookmarks from Firefox, but they don't appear in the dropdown Bookmarks menu--I have to click on show all bookmarks. I just want them all to show up in the Boomarks menu like they do on Firefox.

When you see them in Show All Bookmarks (usually in an Imported Bookmarks folder, but this will work from wherever your imported bookmarks ended up), select them in the main window, then drag-and-drop them onto the icon for "Bookmarks Menu" in the list on the left.
Hope this helps...

Similar Messages

  • How can I get bookmarks to open directly underneath the folder in the sidebar to save width space?

    Just reset Firefox(latest version) as it was running slowly, now much better but I had customized the bookmarks sidebar so that everything (folders, bookmarks) opened directly underneath each other rather than one step to the right. This saved space. This customisation has gone and I can't find how I did it as it was an answer somewhere at least a couple of years ago. Please help. Thanks

    You would have used code in the userChrome.css file to achieve this.
    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #bookmarksPanel treechildren::-moz-tree-indentation { width: 0px !important; }
    </nowiki></pre>

  • I have a 120gb Classic that has no space left on it. i am going to buy a larger gb capacity ipod as soon as i get clearer instruction on how to get the old ipod content to the new ipod. How do you get content from one ipod to the other?

    how do you get content from one ipod to the new one? my content is on an external hard drive not on my pc and i have run out of space on my 120gb classic. can you get old ipod content to new? my itunes has only got short cuts, the real content is on an external drive? can this be done?? please help

    If the content is on an external drive, but your library knows where to find it, then it should all work. Connect your device, make some selections for what to put on it, and sync. If, on the other hand, your current iPod is the only place holding some of your media then see this user tip: Recover your iTunes library from your iPod or iOS device.
    tt2

  • How do you get word count to print at the end of a document in Pages?

    How do you get word count to print at the end of a document in Pages?

    Pages v5 does not provide a user assignable word count variable. With some AppleScript, and a paste operation from the clipboard, you can have locale punctuated word count in this format: 7,803 — anywhere in your document. The following AppleScript works with Pages '09 v4.3 through Pages v5.5.2 on Yosemite.
    I would suggest that you copy paste the following AppleScript into your [Apple] Script Editor and save it (suggestion) wordcnt.applescript. Then, follow this with an option+Save As… and this time set the File format to Script Bundle, or Application with hidden extension — saved to your Desktop. Provided you have a Pages document open, you are then a double-click from the ability to paste your current word count into Pages.
    Note: If you have Pages word count display enabled, it will automatically count your pasted value as another word which initially may deceive on true word count at the time the script was run.
    AppleScript
    --- copy below this line ---
    property locale : "en_US.UTF-8" -- In Terminal, use the locale command to see yours
    if not ApplicationIsRunning("Pages") then
         display dialog "Pages must be running to use this utility."
         return quit
    end if
    tell application "Pages"
        tell body text of front document
            set wordCnt to count words
            -- Don't want punctuated numbers? Remove the single quote from printf format
            set the clipboard to (do shell script "export LC_ALL=" & locale & "; printf \"%'d\" " & wordCnt)
        end tell
    end tell
    on ApplicationIsRunning(appName)
         tell application "System Events" to set appNameIsRunning to exists (processes where name is appName)
         return appNameIsRunning
    end ApplicationIsRunning

  • Background noise removal takes about 3 seconds into each clip in timeline to kick in, so each clip has noise in the first few seconds.  How do you get this to remove noise from the very start of the clip?

    Background noise removal takes about 3 seconds into each clip in timeline to kick in, so each clip has noise in the first few seconds.  How do you get this to remove noise from the very start of the clip?

    insert a 5 second gap in the beginning of the timeline.

  • How do you get fontmetrics before displaying something on the screen?

    Let me ask in another way:
    how do you get fontmetrics before displaying something on the screen?
    Edited by: tjacobs01 on Aug 24, 2008 12:03 PM

    and you call getGraphics() it returns nullI learned to not use the getGraphics() method. Check out my posting here where I ask what the getGraphics() method is good for:
    [http://forums.sun.com/thread.jspa?threadID=5233274&messageID=9954741|http://forums.sun.com/thread.jspa?threadID=5233274&messageID=9954741]
    Also, c.getFontMetrics(c.getFont()) will be an NPE because Font is initially null.Maybe I don't understand the question. The following works for me:
    import javax.swing.*;
    public class Test
         public static void main(String args[])
              JTextField textField = new JTextField();
              System.out.println(textField.getFontMetrics(textField.getFont()));
    }Every question should have a SSCCE, so we don't have to guess.

  • How do you get your content in front of the right people?

    "Outbound Content Marketer of the Year, Joe Chernov (VP of content at HubSpot) told me: Marketers always ask me how to make more or better content, and it’s almost always the wrong question. The right question is: “How do I get my content in front of the right people?” - Forrester's Ryan Skinner
    Forrester published a very interesting report in October called "Put Distribution at the Heart of Content Marketing" (here's the related Forrester blog post). My VP shared the report with me and asked me to review and research a key content distribution strategy potentially leveraging the key technologies that are listed in the report. These technologies focus on helping identify influencers, publish content on targeted media properties and publish content if it ranks highly. I have to admit, this is somewhat new territory for me - I've yet to really focus on content distribution strategies across the entire buyer/customer lifecycle and although I've used one or two of these technologies personally, others I've only heard of and some I just flat-out had to Google.
    In true intrapreneurial spirit, I starting working through the research phase - I'm actually still working through it - and as I do, I can't help but to start mentally creating a blueprint of sorts... Imagining our technology roadmap interwoven with a content distribution strategy to create and drive a valuable buyer/customer experience (to acquire, keep and grow, of course). Ideally, we'd be able to accomplish all of the above points to significantly - and intelligently - extend our reach moving forward. So, back to the the Forrester report... To help more holistically drive content distribution, Forrester recommends creating a "distribution boss" and linking that person to content creation. I like it. To even further boost success of content marketing initiatives, Forrester suggests: (and I'm paraphrasing liberally here):
    1. Your distribution boss needs to be a left-brained analyst with a right-brained way with words
    2. Borrow some $$ from your content creation budget for some content promotion
    3. Encourage a BFF relationship between your PR and media teams and your content marketing teams
    Bottom (or should I say "top") line? I'm looking forward to our organization developing a more scientific content distribution strategy in 2014. Can I get an "amen!"? So, what are you and your teams doing to take a more scientific approach to content distribution in 2014? Or what are you currently doing? I look forward to Topliners feedback!
    Cheers!
    Kristin
    P.S. Technologies currently under review:
    - Include your influencers in a distribution strategy: Little Bird, Klout, PeerIndex
    - Look to specific vendors to push content on publisher’s sites: Outbrain, Sharethrough, Taboola
    - Identify social content winners and invest to amplify reach on the networks that work: SimpleReach
    - Keep an eye on emerging technologies for content visibility and distribution: TrendSpottr
    - Others: Parse.ly
    CC: marilyncox

    Alessia,
    I agree! In our current blog consolidation project, we're implementing Google Authorship for all our bloggers and we're currently evaluating how to best leverage Deltek's Google+ channel w/in our content strategy. Our PR/Social Director is not a fan - I'm working on, I mean with, her to see the possibilities.

  • How do you get Cloud storage to back up the SD Card?

    My daughter S3 died and had to be replaced. Lost all the data and apps that were stored on the phone's internal memory. With the replacement phone, I set up the cloud storage for back up offered by Google but it only accessed the data on the phone's main memory and not the separate SD Card that is installed. How do you get the Cloud app to also back up the SD card data?

        NDBeartrap, Let's help get your daughter's info back! If the info was backed up the cloud, you would be able to download it back to the device. Can you verify that there is info on the sd card? this can be done by inserting the sd card into a reader w/adapter or phone that is compatible. Please let us know what happens.
    sheritah_vzw
    Follow us on Twitter
    @VZWSupport

  • How do you get to your apn settings on the iPhone 4s

    How do you get to your APN settings without jail breaking your phone

    take a look at the link 
    ios: viewing and editing apn  http://support.apple.com/kb/HT2283

  • How do I get bookmarks to be shown in the bookmarks dropdown?

    On the Bookmarks dropdown from the top menu bar, I used to see the websites that I bookmarked. I was organizing bookmarks and something happened to the dropdown. When I click on the dropdown, now I don't see my bookmarks. So, I reinstalled Firefox and I have the same problem. I want to be able to click on the bookmarks dropdown and then click on any of the sites that I have bookmarked.

    When you see them in Show All Bookmarks (usually in an Imported Bookmarks folder, but this will work from wherever your imported bookmarks ended up), select them in the main window, then drag-and-drop them onto the icon for "Bookmarks Menu" in the list on the left.
    Hope this helps...

  • How do you get bookmarks to permanently show

    when  i click on bookmarks/show boommarks, they show until i click on one of them ../. then i have to re-do it all over again. how do i get the bookmarks to always show along the left side of the screen, for example.
    tbanks.

    Sadly to say, not possible with Safari.
    The workarouns is to have them showing in a separate Safari window.

  • How do you get logo to appear in  address bar?

    I've noticed a lot of sites have customized logos or glyphs
    in their address bars when you bring their sites up. How do you do
    that? I'm tired of looking at the Explorer "e." followed by "
    http://www.etc..etc. -T

    .oO(toastieo)
    >I've noticed a lot of sites have customized logos or
    glyphs in their address
    >bars when you bring their sites up. How do you do that?
    I'm tired of looking at
    >the Explorer "e." followed by "
    http://www.etc..etc. -T
    Google 'favicon'.
    Micha

  • How can I get Bookmarks Toolbar to go from the bottom of list to top?

    Just reinstalled 27 after a crash of my PC. I imported my bookmarks from my HTML, but can't get the Bookmarks Toolbar to go back to the top of the list of bookmarks, above Bookmarks Menu.
    Also, how do I get the bookmarks from my Bookmarks Toolbar folder to display at the top of my screen again? Thank you!-Liz

    Your reply didn't answer my question, Deb, but it did give me some other info I needed. Thank you for taking the time to reply.

  • How do you get your photos, apps etc. from the iCloud after your iPhone 5 has been set up at the AT

    How do you your get your apps, photos, etc,  from iCloud after your iPhone 5 has been set up at the AT&amp;T store?

    http://support.apple.com/kb/HT4859

  • How do you get Itunes to have control in the tray when you minimize

    A little while ago, before i messed around with some of my computer settings, i was able to control Itunes while it was minimized so instead of having a button for itunes it was a play and two skip buttons on the bottom, how do i get my itunes to do this again

    You can get a taskbar toolbar by right clicking anywhere on your taskbar. Select toolbars and put a check mark next to iTunes. Then, in iTunes Preferences: iTunes > Edit > Preferences > Advanced Make sure the box Minimize iTunes to the System Tray is UNCHECKED.
    Now when you minimize iTunes you'll get the toolbar.

Maybe you are looking for

  • Mac won't open newly installed apps.

         I am trying to install and open apps from the Mac App Store, but nothing I installed today will open. Apps I already had are working fine, but when I try to install a new one the app appears in Finder and the Launchpad, but the app won't open. I

  • How can i write the below code using "For all entries"

    Hi How can we write the below code using "for all entries" and need to avoid joins... Please help SELECT aaufnr aobjnr aauart atxjcd a~pspel agstrp awerks carbpl cwerks INTO TABLE t_caufv FROM caufv AS a INNER JOIN afih AS b ON aaufnr = baufnr INNER

  • STILL no real answer to problems with QuickTime and Flash Player

    The reply to Problems with QuickTime really didn't answer or solve the basic problem. Some sites to work at all require you to have working Flash Player 8 so when I try to use these sites I get the QuickTime logo with a question mark and then nothing

  • Exit For VA01

    Hi Friends, I am currently working on exit for va01 and i got the include name ie MV45AFZZ where the exit is written. but my main requirement is i want to capture if user changes the ship to address of a perticular sales order i want to block the SO

  • SuperDrive opens in X but not OS9

    All of a sudden my internal SuperDrive quit working in OS9.2.2. Does works in OSX. Last week I survived a hard drive crash and did a Clean Install of OS 9 and X on a drive replacement. Everything is great except SuperDrive in OS 9.2.2. The SuperDrive