Tab navigation bar library item?

On my site:
http://vectorworksexchange.com/index.html
I made the tab navigation bar a library item. Doing so caused me to lose the current page highlighted tab on the active page (like the Home tab looks now). I'm not sure how to get that back. Can it be done when the tab navigation is a library item?

Make a back-up of your site folder and then try the below solution:
Give your <li> tags individual ids as below:
<ol id="toc">
    <li id="index"><a href="index.html"><span>Home</span></a></li>
    <li id="topics"><a href="topic_ideas.html"><span>Topic Ideas</span></a></li>
    <li id="meetings"><a href="past_meetings.html"><span>Past Meetings</span></a></li>
    <li id="resources"><a href="resources.html"><span>Resources</span></a></li>
    <li id="gallery"><a href="member_gallery.html"><span>Member Gallery</span></a></li>
    <li id="facebook"><a href="http://www.facebook.com/group.php?gid=107562565951462"><span>VWX on Facebook</span></a></li>
</ol>
Then take the 'current' class out of the main css style sheet and insert the below in the index.html code in the <head> section:
<style type="text/css">
/* page marker */
ol#toc #index a  {
background-color: #48f;
background-position: 0 -60px;
color: #fff;
font-weight: bold;
ol#toc #index span {
    background-position: 100% -60px;
</style>
Insert the below code in the topic_ideas.html page code in the <head> section
<style type="text/css">
/* page marker */
ol#toc #topics a  {
background-color: #48f;
background-position: 0 -60px;
color: #fff;
font-weight: bold;
ol#toc #topics span {
    background-position: 100% -60px;
</style>
Get the idea?
past_meetings.html page:
<style type="text/css">
/* page marker */
ol#toc #meetings a {
background-color: #48f;
background-position: 0 -60px;
color: #fff;
font-weight: bold;
ol#toc #meetings span {
    background-position: 100% -60px;
</style>

Similar Messages

  • CRM 5.0 Navigation bar entry that navigates to a custom BSP

    Hello all,
    I'm currently trying to add an entry in the navigation bar that redirects the webclient to a custom BSP.
    I changed the navigation profile and added an entry that should point to a 'Navigational Link' ('Type of navigation'). When I use the input help it asks me a profile (IC profile, not navbar profile) so I select my Z profile, in the next screen an input help with all possible navigational links are shown but my navigational link is not showing...
    What I've done so far:
       - I created a viewset containing one view, added the viewset definition to CRM_IC_ALL_Viewsets.xml which is in my Z_CRM_IC_DT_REP bsp application. Below you can find the file:
    <ViewSet id="CONTACT/CustomFactSheet">
         <ViewArea id="main" views="CONTACT/myFactSheet"/>
    </ViewSet>
       - I created the navigational links, it could be I made a mistake here, here is the file :
    <NavigationalLink name="showFactSheet">
    <Source viewRef="VehIDetail" outboundPlugRef="default"/>
    <Targets>
    <Target viewRef="CONTACT/myFactSheet" inboundPlugRef="inboundPlug"/>
    </Targets>
    </NavigationalLink>
    -  In my /CONTACT/CRM_IC bsp application I have two controllers:
       myFactSheet: controller for the view myFactSheet
       CustomFactSheet: controller for the viewset CustomFactSheet
    I'm developing in a customer namespace /CONTACT/, not in the default Z namespace.
    I created both the viewset and the view through the IC workbench wizards.
    I cannot add this navigational link to my navigation bar profile. When I type the navigational link 'showFactSheet' in the navigation bar profile item (without using F4) and I launch the interaction center, click on the newly added link, nothing happens... (No error messages or dumps however) Everything else works, I have tons of other navigational links that work fine so it's really the definition of this particular item, all the rest of the configuration is done and is working.
    Anyone an idea??
    Thanks in advance!
    Kind regards,
    Joost

    Look at this thread to get more inforamtion on creating Controller Class in Customer namespace..
    IC Webclient - New context node in customer namespace
    Thanks,
    Thirumala.

  • Library items not working properly (DW CC)

    Hi
    Working with Dreamweaver CC library items has been easy before. Now, suddenly, something is wrong, and I hope someone has the solution. Example:
    I select a piece of a document, click on New Library Item button (in Assets tab) - a new library item is made, but it jumps the part where I make a name, just automatically names them Untitled1, 2 etc. Right clicking and then Rename is impossible (???).
    And making a library item from scratch is the same - DW automatically gives it a file name Untitled 1, 2 etc. and renaming is impossible.
    What on earth is happening? Please advise

    Once you add a new Library item in the Assets panel, DW gives you the option to name it. See below:
    And even after choosing the default name (Untitled), you can always edit the item by single-clicking it or pressing the Edit button.
    Let us know if you need more help.

  • Navigation bar  as library item

    I know I'm missing something obvious here but I thought a
    navigation bar was an obvious choice for a library item. I had
    created a nav bar on one template and then saved as a new template
    to create the second one. I want to make changes to the nav bar
    that will affect both. I saved the nav bar in the library items but
    now when I try to place it from library to each of the templates I
    get a message about a code error. Is there a better way to use one
    nav bar throughout the site?

    > I saved the nav bar in the library items
    > but now when I try to place it from library to each of
    the templates I get a
    > message about a code error.
    as a guess, did you add "behaviors" to the navigation bar
    that is now a
    library item?
    for a smallish site, use a dw template. The "behaviors" will
    work and there
    are work-arounds if doing something strange.
    for a larger site or if the item will be frequently changed,
    consider SSI
    server side includes.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Saving Navigation Bar as Library Item with CSS working?

    I have created a simple navigation bar with a separate color for "over" and saved it as a library item. A warning box indicates that the item may not work the same as the original as the CSS may not be copied. What is the simplest method for correcting this?

    If your html docs are linked to an external stylesheet, they will get their styles from the CSS file.
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    I highly recommend using server-side includes instead of Library Items for menus.  A server-side include file is easier to maintain by editing one file and uploading it to your server. With Library Items you must make changes to the Library Item and then re-publish all pages containing that item.
    SSI's
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    More on SSI
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver Teamplate with Library Item for Navigation/Sidebar not updating editable classes

    I have a Dreamweaver Template that contains two Library items. One Library item is my navigation bar, the other is a sidebar that shows different content depending on what page you are on. I'm assigning an editable class "active" to the navigation bar to show you are on a particular page, and also assigning the editable class "active" to the sidebar to reveal a portion of the sidebar with links pertaining to that specific page. The default value for the class is "hidden". So what is happening is when I open a page I have created and "edit" the Library Items in it to edit these classes, it resets resets all the other pages on the site to the default class values. How am I able to use editable classes and Library Items to achieve this kind of functionality? The idea is to only have ONE navigaton bar to update on the site and to only have ONE sidebar item to update. Here is an example of the sidebar and navigation in action so you can see what I'm going for. Notice the green button in the navigation bar (that is a list item with the class "active" which is an editable class in the Library Item, also notice the tan links in the sidebar, that is an unordered list that has an editable class of "active" in the Library Items --- these editable classes reset to their defaults when updating the Library Item on the website).
    http://www.brumleve.org/joe/temp/CAP/mission.html

    In my understanding, whenever you edit the contents of a library item, it will update all other occurances of this library item on the rest of the site. That's "working as designed" as far as I know, unless you break the link by telling it to not update - which kinda defeats the purpose I think.
    But theres another way to do this using template properties, i#ve been using this approach myself a couple of times:
    Write your navigation bar in the template (.dwt) file itself, then select the class= of your first menu item and choose .. (names might be off, I am using a non-English copy of DW): "modify > template > make attribute editable" from the main menu. Do so for all your menu items and name these new template properties something like "item_x_class"
    You'll end up with something like this in your template source:
    <div class="@@(item_1_class)@@">
    and a matching
    <!-- TemplateParam name="item_1_class" type="text" value="active" --> in the header
    Now, on each page, you can set the class within the template properties dialog ("modify > template properties"). If your main menu changes, it won't overwrite your template properties, but still update all pages when you do make a change to the menu.
    If you're using multiple templates for your site, consider nesting templates, so the master template already includes your navbar and all subsequent templates will "inherit" changes to the navbar code (sans the editable class property).
    Hope this helps.. or at least gives you an idea for further experiments..
    Stephan

  • How do I change the background image for a single tab on the navigation bar

    I'm creating a movie website for TDKR and for the navigation bar, I intend to have a different character for each tab. However, I'm having trouble putting a single image each separate tab. Instead one image appears on each of the tabs. Here's an example of the source and CSS.
    <td width="200"><ul id="navigation"><br />
          <li><a href="../pages/index.html">Home</a></li><br />
          <li><a href="../pages/cast.html">Cast</a></li><br />
          <li><a href="../pages/pictures.html">Pictures</a></li><br />
          <li><a href="../pages/soundtrack.html">Music</a></li><br />
          <li><a href="../pages/interview.html">Interviews</a></li><br />
          <li><a href="../pages/links.html">Links</a></li><br />
        </ul>
        </td>
    #navigation {
              list-style-type: none;
              padding: 0px;
              margin: 0px;
    #navigation li {
              margin: 0px;
              padding: 0px;
              list-style-type: none
    #navigation li a:link, #navigation li a:visited {
              display: block;
              width: 200px;
              height: 100px;
              text-decoration: none;
              text-align: center;
              line-height: 100px;
              font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
              font-weight: bold;
              -webkit-transition: 1000ms ease;
              -moz-transition: 1000ms ease;
              -ms-transition: 1000ms ease;
              -o-transition: 1000ms ease;
              transition: 1000ms ease;
              color: #648AAE;
              background-repeat: no-repeat;
              background-image: url(../Images/gifs/Batman-still-2.gif);
              background-position: center bottom;
              text-transform: uppercase;
              letter-spacing: 0.79em;
              border-radius: 5px;
    #navigation li a:focus, #navigation li a:hover, #navigation li a:active {
              color: #000000;
              background-image: url(../Images/gifs/Batman-animation-2.gif);
              background-repeat: no-repeat;
              background-position: center bottom;
              background-color: #454545;
              border-radius: 25px;
    So, how do I put a single image on each tab (home, cast, pictures, etc). Thank you for your help in advance.

    Assign a class to the item and use CSS to apply an image as in
    <li><a href="../pages/index.html" class="home;">Home</a></li><br />
    <li><a href="../pages/cast.html">Cast</a></li><br />
    <li><a href="../pages/pictures.html">Pictures</a></li><br />
    <li><a href="../pages/soundtrack.html">Music</a></li><br />
    <li><a href="../pages/interview.html">Interviews</a></li><br />
    <li><a href="../pages/links.html">Links</a></li><br />
    and the CSS
    #navigation li a:link.home, #navigation li a:visited.home {
         background-image: url(../Images/gifs/Batman-still-2.gif);

  • My horizontal bar , between the navigation bar and tabs bar is cluttered how do I delete some of these tabs

    i want to delete some tabs from the bar between the navigation bar and the tab bar.
    == This happened ==
    Not sure how often
    == recently

    See [[Deleting bookmarks]]
    You can open the Bookmarks Manager (Library: Bookmarks > Organize Bookmarks) and select in the left pane "All Bookmarks > Bookmarks Toolbar" and select the bookmarks that you want to remove.

  • Safari 8. Tab Menu & Navigation Bar

    Safari 8 no longer displays the web address of the page being viewed this is extremely annoying ! Its a pain on an iPhone using iOS but ridiculous on a Mac !
    Also, we now have a silly arrangement for the tabs. In the previous version of safari it was clear if there were more tabs open than displayed as a little list button appeared on the far right of the tab bar, click that & a list of all open tabs not currently displayed would appear. Simple, neat & tidy.
    Now the penultimate 3 tabs reduce in size - not the lat one because that would be too obvious. So it is not clear at a glance what additional tabs, if any, are open. This is made even less obvious by the fonts, font size, colour & fine boarders being employed by Apple in some sort of stealth mission to make applications as difficult to use as possible. Oh, it doesn't end there though, oh no ! If you want to select one of the hidden tabs you have two choices.
    1. Slide the tab bar which exposes the hidden tabs hiding the previously exposed list - making it a real pain for anyone switching between tabs.
    2. Use the gimmicky tab view  (used to be recents - which didn't really have much point).
    So the questions are:
    1. How can I have the web address of the page I'm viewing displayed (at all times) in the navigation bar, as thats what it's for guys !
    2. How can I have a simple drop down list of open tabs as per the previous version of Safari & get rid of the utterly pointless tab view & recents views which only serve to waste space & processor cycles ? I want to actually get some work done, I'm intelligent enough to be able to select what I want from a list of items, I really don't need pretty pictures presented 6 at a time.

    It's not in General, but in Advanced on my computer. Four-finger swipe doesn't work on my MBP. Neither does Fn-F10. I did set it to swap Fn-F10 with F10, but F10 doesn't work either.
    I used the menu you got by clicking the little icon at top, right corner to reveal all hidden tabs. Now I can't figure out how to access the hidden tabs efficiently. What a pain. The only good part about this is that it will encourage me to close tabs I don't actively use.

  • Error adding Navigation bar to Library

    I've created a navigation bar that does not use a table, and
    I want to add it to the Library, but when I attempt to do that, I
    receive an error "Making this change would require changing code
    that is locked by a template or a translator. The change will be
    discarded", and although an item is created in the Library, there
    is no code in the original document showing conversion to a Library
    item. If I then try to insert this Library item into another page
    into which another Library item, such as a copyright and last date
    changed item, I receive the same error message as when I tried to
    create the Library item in the first place. If I delete the
    copyright/date changed Library item, then I can insert the
    Navigation bar from the Library, and then I can reinsert the
    copyright/date changed item, and everything appears to work.
    Help!

    If you are not using Templates, then we will have to see your
    page and its
    code. Can you post a link to one of these pages, please?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tripap" <[email protected]> wrote in
    message
    news:g3htfp$nhd$[email protected]..
    > This problem has nothing to do with templates. These are
    pages that were
    > created without use of templates, and I created a
    copyright and update
    > info
    > item that I saved to the Library. All of the pages had
    navigation bars,
    > and I
    > attempted to copy the Navigation bar from one of the
    pages and save it to
    > the
    > Library. I was saved, but when the application attempted
    to create the
    > html
    > text to replace the original code for the navigation bar
    that had been
    > saved to
    > the Library, I got the error message. I had maybe five
    other pages that
    > all had
    > the same copyright notice object from the Library, and
    when I deleted the
    > navigation bar from all of them and tried to insert the
    version from the
    > Library, I always received the same error message. Since
    I could find
    > nothing
    > in the html code that would imply locking by a
    translator or template, I
    > started to eliminate items, including the Library items
    that had been
    > inserted,
    > and when I deleted the copyright notice Library item,
    then I could insert
    > the
    > navigation bar without an error. And then I could put
    back the copyright
    > notice
    > object and everything worked. I'm running Vista
    Ultimate, and I wonder
    > whether
    > there's anything related to Vista. I'm still quite
    puzzled by what I've
    > run
    > into.
    >

  • How can I delete an item from my navigation bar?

    I have an item in my navigation bar that goes to an error page instead of where it is supposed to go. How can I delete it?

    See:
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history
    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the "Edit This Bookmark" dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.<br />

  • Whenever I open a new tab or window the back arrow on the navigation bar doesn't work

    When I open a new tab or window the back arrow in the navigation bar isn't highlighted and doesn't work

    Do you have already visited more than one website in a tab if that happens?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • When I open another Tab and type in a website address, after the site loads the URL in the navigation bar disappears. Why?

    When I open a new tab and type in the website url, after the website loads the website url disappears. In order for me to get it to come back, I have to right click on the navigation bar and click undo. why is this?

    Did this happen immediately after the reset or at a later time?
    Does this only happen on a new tab?
    What is the current setting for the new tab page as set via the browser.newtab.url pref?
    You can open the <b>about:config</b> page via the location bar.
    *http://kb.mozillazine.org/about:config
    Rename or delete the prefs.js file and possible numbered prefs-##.js and user.js files to reset all prefs to the default value.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • Spry widget menu bar as a library item - problems

    I created a spry vertical menu bar and made it a library item.  The original works great, however when I insert the library item into its own div tag on another page, the submenus will not pop out, either in DW or the browser view. The div tag is the correct size and I made the z index high enough. Here is the code of the page that works properly:
    <!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>DM Consulting Dry Dock Training</title>
    <link href="css styles/drydock2.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-image: url(images/vertborderblue2.jpg);
    background-repeat: repeat-x;
    -->
    </style>
    </head>
    <body>
    <div id="container">
      <div id="header"><img src="images/header_title_white.png" width="645" height="116" alt="header" /></div>
      <div id="logo"><img src="images/drydock_logo_blktxt.png" width="154" height="119" alt="logo" /></div>
      <div id="mainContent">
        <div id="content">
          <p><span class="bolder1">D</span><span class="bolder1">M Consulting </span><span class="lineheight">provides Dry Dock Training, Dry Dock Conferences,<br />
            Dry Dock Software and Dry Dock Consulting      for:</span></p>
          <ul>
            <li class="lineheight"> Dock Masters</li>
            <li class="lineheight">Docking Officers</li>
            <li class="lineheight">Dry Dock Crews</li>
            <li class="lineheight">Engineers</li>
            <li class="lineheight">Naval Architects </li>
            <li class="lineheight"> Port Engineers</li>
            <li class="lineheight">Program/Project Managers</li>
            <li class="lineheight">Marine Surveyors</li>
            <li class="lineheight">Owners' Representatives</li>
            <li class="lineheight">On-site Representatives</li>
            <li class="lineheight">Consultants</li>
            <li class="lineheight">Others Involved or Interested in
              the <br />
              Dry Docking of Ships and Vessels</li>
          </ul>
          <div id="testimonials">&quot;The course was excellent, straight forward and comprehensive. Instruction was great, expected <br />
            &quot;death-by-power point&quot; but was pleasantly surprised.
            I am better acquainted w/dry dock basics after the
            course and can trust the accuracy of the training
            based on the extensive experience of the instructors. Thank you!
            Very informative, very thorough.&quot;
              - David, Australia<br />
          </div>
          <div id="movie">
            <object width="560" height="340">
              <param name="movie" value="http://www.youtube.com/v/qLGUZEkbAwA?fs=1&hl=en_US&rel=0" />
              <param name="allowFullScreen" value="true" />
              <param name="allowscriptaccess" value="always" />
              <embed src="http://www.youtube.com/v/qLGUZEkbAwA?fs=1&hl=en_US&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed>
            </object>
          </div>
          <div id="moreTestimonials">&raquo;&raquo;&raquo; click here for more testimonials &laquo;&laquo;&laquo;</div>
          <div id="footer"><!-- #BeginLibraryItem "/Library/copyright.lbi" -->&copy; COPYRIGHT 2010 DM CONSULTING<!-- #EndLibraryItem --></div>
        </div>
        <div id="navbar">
          <!-- #BeginLibraryItem "/Library/nav.lbi" -->
          <ul id="MenuBar1" class="MenuBarVertical">
            <li><a href="#index.html" title="DM Consulting home page">HOME</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">TRAINING</a>
              <ul>
                <li><a href="#outline.html" title="Outline of our Training Course">General Information &amp; Outline</a></li>
                <li><a href="#train_sched.html" title="Locations &amp; dates of our Training Courses">Training Course Schedule</a></li>
                <li><a href="#drawings.html" title="Dry dock course drawings">Course Drawings</a></li>
                <li><a href="#testimonials.html" title="Read what our clients have to say">Testimonials</a></li>
              </ul>
            </li>
            <li><a href="#conference.html" title="Dry Dock Conference information">CONFERENCE</a></li>
            <li><a href="#software.html" title="Shop our software">DOCKMASTER SOFTWARE</a></li>
            <li><a href="#consulting.html" title="Dry Dock Consulting">CONSULTING</a></li>
            <li><a href="#clients.html" title="List of current and past clients">CLIENTS</a></li>
            <li><a href="#about.html" title="Learn about our company">ABOUT</a></li>
            <li><a href="#contact.html" title="Contact us">CONTACT US</a></li>
          </ul>
        <!-- #EndLibraryItem --></div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    Here is the code for the page that DOESN'T work:
    <!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>Training Course Schedule</title>
    <link href="../css styles/drydock2.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
    background-image: url(images/vertborderblue2.jpg);
    background-repeat: repeat-x;
    -->
    </style>
    </head>
    <body>
    <div id="container">
      <div id="header"><img src="../images/header_title_white.png" width="645" height="116" alt="header" /></div>
      <div id="logo"><img src="../images/drydock_logo_blktxt.png" width="154" height="119" alt="logo" /></div>
      <div id="mainContent">
        <div id="content">
          <h2><span class="bolder1">Training Course Schedule</span><span class="bolder1"></span></h2>
          <p><br />
          Class sizes are limited so please register early. Early registration and payment provides the best value.<br />
      <br />
          </p>
    <p class="underline"><strong>4-7 October 2010  •   Honolulu, HI, USA </strong></p>
          <div id="schedulephoto"><img src="../images/conference-rm_train_s.jpg" width="250" height="123" alt="image" /></div>
          <p>The training will be held in Pearl Harbor, Hawaii, USA. <br />
            <a href="Registration_Hawaii.html">Registration form</a><br />
            <br />
          </p>
          <p class="underline"><strong>15-18 November 2010   •   Virginia Beach VA, USA</strong></p>
          <p>The training will be held in Virginia Beach, Virginia, USA. <br />
            <a href="Registration_Virginia.html">Registration form</a><br />
            <br />
          </p>
          <p class="underline"><strong>11-14 May 2011  •   London, United Kingdom</strong></p>
            The training is held in conjunction with the Royal Institution of Naval Architects (RINA). Registration and payment will be made directly to RINA. <br />
            Visit RINA's <a href="http://www.RINA.org.uk" target="_blank">website</a> and go to &quot;Events&quot; or call +44 (0) 20 7201 2401.<br />
      <br />
          </p>
          <p><strong>Your Location</strong></p>
          <p>Training tailored to your organization's needs, including training at your facilities, <br />
            is also available.    </p>
        </div>
        <div id="nav3"><!-- #BeginLibraryItem "/Library/nav.lbi" -->
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#index.html" title="DM Consulting home page">HOME</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">TRAINING</a>
            <ul>
              <li><a href="#outline.html" title="Outline of our Training Course">General Information &amp; Outline</a></li>
              <li><a href="#train_sched.html" title="Locations &amp; dates of our Training Courses">Training Course Schedule</a></li>
              <li><a href="#drawings.html" title="Dry dock course drawings">Course Drawings</a></li>
              <li><a href="#testimonials.html" title="Read what our clients have to say">Testimonials</a></li>
            </ul>
          </li>
          <li><a href="#conference.html" title="Dry Dock Conference information">CONFERENCE</a></li>
          <li><a href="#software.html" title="Shop our software">DOCKMASTER SOFTWARE</a></li>
          <li><a href="#consulting.html" title="Dry Dock Consulting">CONSULTING</a></li>
          <li><a href="#clients.html" title="List of current and past clients">CLIENTS</a></li>
          <li><a href="#about.html" title="Learn about our company">ABOUT</a></li>
          <li><a href="#contact.html" title="Contact us">CONTACT US</a></li>
        </ul>
        <!-- #EndLibraryItem --></div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    I understand about having the script and  link element that connect my page to the dependent files in the SpryAssets folder in the header and the JavaScript function cal at the bottom on each page. I don't know what else to do - HELP!

    Welcome to the Dreamweaver world!
    Well, having your index.html page at the top/root level is important, as that is the default page by which people will enter your site.
    Having other pages in folders is fine...I do it all the time in order to keep departments or categories of information sorted.
    One characteristic of having pages in folders is that the hierarchy of files in folders (perforce) puts them at different depths in the site.
    This is not inherently a bad thing! Just one to remain aware of. When you look at your site files in the Files Panel, you can see a graphical representation of those different levels.
    But the nature of a library item is that it is identical in all its instances, which is what makes it useful...change it in the library, and it changes site-wide. The down-side of that identity is that when your files are at different depths in the hierarchy, their links back to, say, home (or any other same file) will change depending on the depth. You can see this if you make a link on a page, then drag the page (in the Files Panel) to a different depth...say, into a folder when it started at root level, or vice versa. Check the link, and you will see that it automatically adapted to the new path.
    Library items do not do that; they do not change, so some of your links will be 'wrong' when you refer to pages that have different paths than the ones originally set up in the library item... because of the change in hierarchy.
    All this is, of course, reliant on your creation of the site in the first place, as defining the root folder's location on your computer gives Dreamweaver a starting point for handling (juggling?) all the location-information for your site's files.
    Beth

  • Items on my Navigation Bar on iStore

    How can I enable other items on my navigation bar on iStore?
    I only have the AppStore, Podcast, and iTunes U.
    Help, anyone?

    Sorry, but you can't. Those are the only categories that are available in your country. The iTunes Store for your country has not yet been licensed to sell any media content. You can only purchase iPhone/iPod touch applications and download podcasts and educational material. When, or indeed if, Apple will be able to negotiate appropriate licenses to sell music, videos or movies, no one here knows or can say.
    Regards.

Maybe you are looking for

  • How can we display the list of Report Names in Dashboard Prompt?

    How can we display the list of Report Names in Dashboard Prompt?

  • WatchESPN app stopped working

    The WatchESPN app on my iPad stopped working two days ago.  I tried uninstalling and reinstalling but this did not help.  It will start but when I select a channel to view it just sits indicating it is loading but does not stream the show.  I found t

  • N97 advice

    sorry if this has already been covered before but i can't find answers!  i just have some questions because i'm sure it's more a matter of me not doing something right than the phone being faulty as to why these things are or aren't happening. 1.  I'

  • Adobe Content Server 4.1 - Cound not find server's private key in the keystore

    Hello, I have getting following error when i setup fulfillment services of Adobe Content Server 4.1.1 type Exception report message description The server encountered an internal error () that  prevented it from fulfilling this request. exception jav

  • Reload Win98 on PXI8156

    After having serious problems with Win98 and LV, I started reloading Win98 from the Images directory but the registration # is not the Win Product Key and I can't continue. I need this key. What should I do?