Library Navigation adding 'library' to path of menu

Not sure what I'm doing wrong here - I created a library item for my navigation to include in all the pages of my site.  Looks like this:
<ul class="menu">
                <li><a href="_products.html">Products</a></li>
                <li><a href="_events.html">Events</a></li>
                <li><a href="_documents.html">Documents</a></li>
                <li><a href="_contact.html">Contact</a></li>
                              </ul>
HOWEVER
When I upload the site none of the links are working because the library item has added /library/ to the link path.  For example the code now looks like this:
<ul class="menu">
                <li><a href="/Library/_products.html">Products</a></li>
               </ul>
Any suggestions?  Much appreciated.

1 - In the past this is how I always created a navigation - using a library item - and I have never had to update them to include 'library' - meaning my experience is that DW would not add the path to the library item but honor the actual code in the library item.  This is why I am wondering if something in CS6 has changed or if I am doing it wrong as I have never seen this before.
Nothing has changed since DW v 2, and perhaps even DW v 1.  What has always been true is that whether you are creating a template or a library item, or a server-side include, or any file, the link in the file MUST BE CORRECT.  If you would open your Library item file in DW, and click on the link, it would fail.  If you would change your link so that it is correct from the Library item's location, and then click on it, it would succeed, and it would succeed in any target file at any location in your site. That has always been the case, and will always be the case.
2 - Is it not a good practice to just let DW make relative links?  Are you recommending that I create full links instead - for example the entire url in the link - http://www.etcetcetc ?
It is a good practice to understand HTML well enough to grasp when one should use ROOT relative links and when one should use DOCUMENT relative links, and the impact that using either can have on your page's functionality.  In your case, you showed a ROOT relative link -
<li><a href="/Library/_products.html">Products</a></li>
My comment is that it's not a good practice to use a ROOT relative link (as opposed to a document relative link) unless you have a good reason to do so, and I could not discern that you did.  The consequence of that root relative link is that it will fail when you preview the page locally unless you are also using temporary files to preview (see Preferences > Preview in browser).  Now - I am not sure if that's actually what you have or if it was just a typo.  The link in the Library item is indeed a document relative link, and I'm not sure how that would become a root relative link in your target file so I suspect now that it might have been a typo....
Anyhow, no, I'm not recommending that the link be an absolute one.  Doing that would eliminate DW's ability to manage the link in the event that you would move or rename the target file.

Similar Messages

  • I cannot see my itunes library on the main menu under computers despite the network being active and the home sharing on on both the devices the mac and apple tv. Any ideas?

    I cannot see my itunes library on the main menu under computers despite the network being active and the home sharing on on both the devices the mac and apple tv. Any ideas?

    Hi Monty,
    Sorry to say it, but this is normal for Apple TVs. I've owned a TV2 and a TV3, and neither lasted for an entire year. They are quite fragile and of low quality, and as you can see here, quite fussy even when they work. The wi-fi receiver on these are cheap and unreliable.
    Consider the $99 an annual rental fee. They rarely work for a whole year, so if you are going to use the platform, you will have to replace them constantly.
    Also, when one dies under warranty, never, never send it to Apple for repair. Go to the Apple Store for replacement. I sent my ATV3 in for warranty repair using a box sent to me by Apple, and although FedEx tracking showed it was accepted by Apple, it was never seen again. Apple won't replace it or even return my calls.

  • Instant client AIX library search paths

    If you use the AIX "dump -H" command against the various Instant Client libraries, you'll notice that some non-existant paths (from the original build) are included.
    For example:
    $ dump -H libclntsh.a
    shows a library search path of:
    /b/114/lib:/usr/lib:/lib
    This can create security problems, particulary with set-uid programs which link against such libraries.
    When you next build your AIX libraries, you may wish to use the "-bnolibpath" or perhaps an explicit "-blibpath" directive with the loader.
    Just a thought. Thanks for providing the Instant Client.

    Thanks for the report.
    -- CJ

  • [svn:cairngorm3:] 21066: Navigation: Added missing test runner SWC for test project.

    Revision: 21066
    Revision: 21066
    Author:   [email protected]
    Date:     2011-04-13 02:42:33 -0700 (Wed, 13 Apr 2011)
    Log Message:
    Navigation: Added missing test runner SWC for test project.
    Modified Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/.actionScriptProperties
    Added Paths:
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/
        cairngorm3/trunk/libraries/NavigationParsleyTest/libs/flexunitUIRunner-4.1-RC2.swc

    Hi DST
    This is a great effort and gesture. thank you on behalf of all the newbies.
    PJ

  • Strange Navigation Issues After Using Pop-up Menu

    I have a Blu-ray project I'm working on.  It's 1920x1080 resolution. 
    I have a main menu and then seven sub-menus as chapter-selection menus for three different videos.
    The Main Menu has four buttons.  Button one is a highlights video, button two takes the user to the first of three chapter-selection menus for the first video.  Button three takes the user to the first of two chapter-selection menus for the second video and button four takes the user to the first of two chapter-selection menus for the third video.  I have transitions from the main menu to each of the three chapter-selection menus and back from any of the seven chapter-selection menus to the main menu.
    I also have a pop-up menu with the same four buttons on it as the main menu, except that the top button takes you to the main menu rather than playing the highlights video.
    The problem I have is that all of the navagition works fine when moving around the menus, unless you open the pop-up menu during a video and navigate to one of the chapter-selection menus.  When you do this, it works.  It goes to the first page of the chapter-selection menu for any of the three videos, but if you then go to the main menu from there (each chapter-selection menu has a "back to main menu" button on it), it will play the transition, but then jump you to one of the chapter-selection menus for the video who's chapter-selection menu you were just on.
    For example:  If I play the highlights video and while it's playing I open the pop-up menu and choose Video 3, it will take me to the first chapter-selection menu for Video 3.  If, once that menu comes up, I then scroll down to the "Back to Main Menu" button on that page and choose it, the transition from that menu to the Main Menu will play, but after it finishes, the Blu-ray will jump to the last chapter-selection menu page for Video 3.  If I then navigate back to menu page 1 of the chapter-selection menus for Video 3 and choose the exact same "Back to Main Menu" button, the transition will play again and this time the Main Menu will open up.
    The links for all of the menu buttons are correct, I've check them numerous times.  It just seems that they get screwed up after you've navigated somewhere from the pop-up menu.
    Sorry this is so long, but I wanted to try to explain it as best as possible.
    Any suggestions?
    Thanks.

    Hey Shark.  I read your explanation of what's happening, but I am not sure why you are having that weird navigation issue.  There are a lot of weird anomalies that happen with Encore authored blu-rays, and things that just don't work that really should.  For the price, it does the job, but there are limitations.
    Last year when I started using it for blu-ray authoring, there were non-stop road blocks and things to overcome.
    Check out the documented misery.  It gets better at the end  .
    http://forums.adobe.com/message/3446748#3446748

  • Adding to the path in bash, permanently

    I am having trouble getting a path to a mysql directory to remain in the bash shell. I've tried using the path statement, but it doesn't add to the path. An alias works but it obviuously is only good for that session.
    May other question is where to put the command. I have seen .bashrc and .bshrc listed in documents. What is the correct one ?
    I need the following added to my path:
    usr/local/mysql/bin
    I'm using 10.3 Server as the OS.

    Hi Maximillian,
       I guess that it depends on what you have in the script. Certainly the syntaxes of the two shells are different so I would think the choice would depend on whether or not you are using shell specific code. Personally, I don't want to have to worry about that so I don't use a ~/.profile.
    Hi John-AVUSD,
       I wish to elaborate on something that is implicit in Jeffrey's post. You mentioned that your files were "listed in documents". Does that refer to your Documents directory at the root of your home directory? If so, that's why the script isn't sourced. In a shell, the tilde character, '~', is shorthand for your home directory. Thus, ~/.bashrc means that the .bashrc is located at the top level of you home directory, which is the only place the shell will look for it. You should have more success if you move the file there.
    Gary
    ~~~~
       Good news is just life's way of keeping you off balance.

  • Library-fixing path links

    Hi,
    Just switched over to Dreamweaver this week after years of
    using GoLive. I'm used to how the components work, but I can't
    figure out how to get the Library to work. When I drag the library
    item from the assets panel (a simple navigation bar, not a Spry
    Menu) the path keeps referring back to, for example,
    ...library/index.html. How do I get it to just say index.html
    without library in the path description? I have 7 different nav
    bars for different parts of the site, and hand coding them all...
    don't want to even think about it! :-)
    Also, is there some website I can refer to that has all the
    hacks available for fixing all the problems in IE? Yikes, the site
    looks fine on Firefox, but has alignment problems in Explorer. I've
    gone through all the video seminars that Adobe offers for
    transitioning from GoLive to Dreamweaver.
    Many thanks,
    Janell

    I should have added what the code looks like.
    In the Library Assets, the code for a link is:
    <a href="t_theatre_showrooms/eco_show.html">
    But on the HTML page, it turns into:
    <a href="../Library/t_theatre_showrooms/eco_show.html">
    Of course the pages are not in a folder called "Library"
    Thanks!
    Janell

  • Library Build Path + Interfaces

    New interfaces created within a Flex Library project (using Flex Builder 3 or Flash Builder 4) are not automatically added to the project build path in the same way classes are. Is that a design feature (expected behaviour) or is it a bug? It seems a bit strange, to me at least, that interfaces need to be added to the build path manually.

    You're right, this is a bug.  I have logged it here: http://bugs.adobe.com/jira/browse/FB-20407
    Thanks for mentioning it.

  • Finding you iTunes Library folder (via "Go" menu)

    I had a heck of a time finding the answer to this so I thought I put it on the Apple site to help others.  For whatever reason if you need to find your iTunes Library folder, here's the article that helped me, in particular since under the latest OS (as of this date OS X Mavericks) you don't see "Go" menu for the Finder.  You simply need to press Shift+Cmd+G to get the Go to window, and then type /Library.  Tada!  Here's the entire article for more: http://www.macworld.com/article/161156/2011/07/view_library_folder_in_lion.html
    Thanks Dan Franks!
    Message was edited by: JEL888, change title

    Those TMP files point to a software conflict between itunes and some other program on your PC.
    It could be security software like Norton, itunes plug-ins like lastfm, other media management software like Sony or Zune, speed-up-your PC kind of software like UniBlue, who knows what you have on your PC? ..... besides you.
    Anyway, what is happening, is itunes closes and saves the ITL and XML files, and it makes a TMP file while doing so. When itunes finishes it tries to clean up and delete the TMP file, but something is not letting it.
    You can try using MSCONFIG or SysInternal's FileMon to find what is causing this. Those methods are for advanced PC users, so post back if you want more info.
    I see you are on itunes v6. If you had at least v7, you could just move your ITL file to another folder and fake the other software out. That is an easy workaround for new PC users, but it won't work with itunes v6.
    With itunes 7 and later, you can press and HOLD the shift key to select a different itunes library:
    http://docs.info.apple.com/article.html?path=iTunesWin/8.0/en/15502.html.

  • How to Hide Form Library under Enterprise Sourcing Menu

    Hi Experts,
    I am using SAP Sourcing 10.0 and trying to hide the option " Form Library" in Buyside portal which appears under
    Enterprise Sourcing-->Library--> Form Library (Attached)
    I tried it via Toolbar Customization; however this particular Library section is dynamic hence no action ID present. (See Attached)
    Please provide your guidance. What toolbar customization ID can be used for it? or Any other way?
    Thanks
    Dhananjay

    Hello Patil,
    The path which you are referring above is a Query group which has nothing to do with toolbar customization.
    Enterprise Sourcing-->Library--> Form Library is a Query group --> FCI-ProjectLibFormBuyList which is of class 1307
    To my knowledge we cannot hide standard queries or query groups but you can restrict the access to the same through access list tab.
    Thanks & Regards,
    Raj

  • No Library Panel in Window Menu CC 2014

    I downloaded several CC 2014 programs hoping to use the new library panel. There is no library panel in the window menu for me to select when I try to in both Illustrator and Photoshop. I have CC 2014 programs on my computer at work and the library panel shows up just fine there. I can't seem to figure out why I can't do the same thing here at home.

    Hi riverstoneannie,
    Kindly check if your software are up to date, refer: http://helpx.adobe.com/creative-cloud/help/install-apps.html#Update apps.
    If the software are update to date then try the below mentioned steps.
    Launch Photoshop
    Click "Windows" from the menu bar
    Select "Libraries" from the drop-down menu
    Thanks,
    Atul Saini

  • PC MAC library Media Path FLA

    Hi,
    I am one of a team of designers/coders and the team are a mix
    of PC and Mac users. The Flash version we work in is 8.
    We all take on each others Jobs from time to time and it's
    becoming a problem when we need to update media in the Library as
    the FLA can't find them. Is there a preference or system file that
    we need to change etc etc? I know we can manually locate the files
    but at present we are designing a JSFL that automatically updates,
    sizes our media within the FLA and the path issue is causing a
    problem.
    We work off the same network and retrieve the FLA and media
    files from the same server. We work with the files from there
    created source and never move them.
    Thanks in advance for any help on this issue.
    Simon.

    More information...
    The issue is importing media on a Mac and then trying to
    update them on a PC. If I import media on a PC and update on a Mac
    then the Mac seems to be able to do it. The file path from the Mac
    appears on the PC absolute. The file path from the PC appears on
    the Mac relative. When I import on the PC it does appear absolute
    on PC?!?!
    I hope this is not too confusing!
    Any ideas?
    cheers Simon.

  • Dreamweaver CS4 Library Update Pathing Problem

    Hi folks,
    I've been using Dreamweaver since version 3, but I just
    recently encountered a very strange problem which breaks my ability
    to update my site with library items. When the problem occurred, I
    tried creating a new site definition and the update process worked
    until I made a change to the remote host directory for the site.
    Once I made that change, the host directory is now somehow part of
    the library path even though the host directory does not exist in
    my local folder structure.
    For example, the correct path to my library item in my
    templates and pages is:
    "/library/footer.lbi"
    However, if in the Site definition window I add the following
    entry to the Remote Info category:
    Host directory: ABC (or ABC/ as Dreamweaver redefines it)
    I get this error message when trying to update the site's
    pages (even after rebuilding the site cache):
    item E:\My Documents\Web
    Sites\www.abc.com\library\footer.lbiE:\My Documents\Web
    Sites\www.abc.com\library\footer.lbi contains an invalid path.
    When I add the library item to a page (after the Host
    Directory change), then this is the path it creates in the Web page
    to the library item (and thus causes the error message above):
    <!-- #BeginLibraryItem "/ABC/library/footer.lbi" -->
    This site definition worked perfect in previous versions of
    Dreamweaver, so I'm confused as to why this strange glitch is
    happening.
    Links are relative to the document for this site and all of
    my sites (as they always have been). Any ideas?

    Hi Alan,
    I resolved this issue a few months ago.  I'm sorry for the delay in a response--multiple career syndrome and online classes are the culprits.
    I believe the solution was removing an entry that Dreamweaver had automatically entered in the HTTP address field of the Local Info category on the Advanced tab of my site definition.  If my memory serves correctly, Dreamweaver had entered the Host Directory from the Remote Info tab after the HTTP address' domain and somehow this affected library updates.  (I have no Testing Server settings entered, by the way.)
    Here are answers to your numerous questions as a courtesy, albeit much delayed:
    Question: "is this a regular site or an RDS site?"
    Answer: I am not familiar with the RDS acronym.  I will assume that this may be an acronym referring to data in some way, such as the now deprecated Microsoft Remote Data Services technology.  The generic problem posed in my question refers to a static site without any database components.
    Question: "Is the icon next to the topmost folder in the local side of the Files Panel a folder icon, or a network icon? [two tiny computers with a wire between them]"
    Answer: The icon next to the top identifier or container for my site in the Files Panel under Local Files is always a folder in all of my sites.
    Question: "is the Library folder in the root level of the local site folder?"
    Answer: Yes.
    Question(s): "what kind of drive is E? is it a removable or a network drive? Or is it in your computer?"
    Answer: Drive E is an internal hard drive partition in my computer.

  • What permissions does a user need to be able to access a document library's workflow settings menu?

    A group has created some out of the box SP 2010 workflows in a standard document library.
    Some users have the "Workflow Settings" icon available to click on, but other staff only see a grayed out icon.
    I have been trying to determine what change is needed to a user's access to the library so that they can add or access workflows.
    Thank you

    I believe it is the "Manage Lists" permission that they need. Owners and Designers permission levels have this by default.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Adding Z Transction to FI Menu Path

    Hi,
    I have to add a Custom Z Transaction to the Menu Path: Accounting>Financial Accounting>Accounts Payable>Environment>Custom Programs. Can you please suggest me how to do this?
    Thanks,
    Kannan.

    Hi Kannan,
    Go to transaction SE43. Enter Area Menu as FKMN.
    click on change button in the application toolbar, again click on change button.
    Click on language English
    Expand Environment
    Expand Custom Program
    right click on mouse and select create subnode.
    <b>Reward points for helpful answers</b>
    Satish

Maybe you are looking for

  • Blocking on SQL server

    From last few days we are seeing blocking on SQL SERVER where select is taking exclusive lock and blocking the Update statement. Even Read committed snapshot Isolation is enabled. SQL SERVER 2012 SP2 Windows server 2012. Lock pages in Memory has been

  • Error in generating reference number of process

    Hi All Masters, I'm new in HCM P&F. Currently I have a problem. I was running a sample process or copied process from the sample. Clicking 'check and send'. Still OK. But when I clicked 'Send' button, I got an error message displayed 'Error in genera

  • Disable G/L account field in Shopping cart screen

    Hi SDN, I am ABAP Developer and new to the SRM system, I got a requirement to disable G/L account field in the Shopping cart creation screen and overview screen and also I have to disable  the message that is triggered when the G/L account field not

  • Find Your Stolen iPhones Once and For All

    You just lost your iPhone (I had mine stolen last weekend). You panic and then you come to your senses. Ah! I'll use the "Find My iPhone" app. Thank you, Apple! After frantically asking someone to borrow his/her/their iPhone to use the app, you reali

  • Mouse pointer will sometimes disappear

    mouse pointer will sometimes disappear