Shortcut for inserting a library item?

Dear Dreamweaver people,
i am busy inserting a library item (some html that creates a
form) in about 400 pages. Automating this task is probably to
complicated for me, but, hitting this insert button is tyresome as
well. Is there any shortcut possible for this button? I cannot find
a possibility in the editing shortcuts panel.
I am using dreamweaver CS2
Thanks for any help

I wouldn't recommend this. You would be MUCH better off using
server-side
includes instead of a Library item (I can't find a compelling
reason to ever
use Library items, honestly).
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
==================
"jojo1971" <[email protected]> wrote in
message
news:glq81q$cou$[email protected]..
> Dear Dreamweaver people,
> i am busy inserting a library item (some html that
creates a form) in
> about
> 400 pages. Automating this task is probably to
complicated for me, but,
> hitting
> this insert button is tyresome as well. Is there any
shortcut possible for
> this
> button? I cannot find a possibility in the editing
shortcuts panel.
> I am using dreamweaver CS2
>
> Thanks for any help
>

Similar Messages

  • Is there any keyboard shortcut for inserting picture in Powerpoint for mac 2011.

    Hi,
    Apologies as I did not know where to post this question and consequently ended up being here.
    Please guide with the question and how to get the exhaustive list of Office 2011 keyboard shortcuts. Thanks.

    Hi
    I dont know of a shortcut for inserting a picture have never come across one for this function.
    Here is a list of the shorcuts for powerpoint mac
    http://office.microsoft.com/en-gb/mac-powerpoint-help/powerpoint-keyboard-shortc uts-HA102929488.aspx
    Hope this helps

  • Shortcut for Inserting Smileys?

    Is there any way I can assign a keyboard shortcut for inserting smileys? Dragging the mouse over, clicking the menu, and choosing the smiley gets a little tedious. Is this possible? Thanks.
    AT

    Yeah, I noticed that (though thanks very much for pointing it out because I'd forgotten it). I guess I'm more interested in a faster way to insert these. I know, when I used to use AIM, from AOL, typing Ctrl-1 would produce one particular smiley and such was the case with cntrl and the 2-9 keys. This made it very easy to insert them quickly. I was just wondering if that was possible in Ichat, since Command-1 is dedicated to showing or hiding the main ichat screen. Thanks for the suggestion, though.
    AT

  • Inserting a library item on a page using Javascript

    Hello,
    I have a library with 6 different layouts in it.  I need to be able to place these on the page from an external program.  I have all my code in place to send commands to Indesign, but I'm not sure how to reference the Library items.  Can I reference them by name?  As well, I would like my external custom app to be able to list all the library items so that the user can select which one to insert.  I'm at a total loss as to how to do this.
    I need help with these two things:
    1) obtain an array or list of all the items in a particular Library, which is already open.
    2) Once I have the list of library items I need to be able to place one or multiple on the page keeping track them so I can place images and text in the appropriate boxes.
    Any help with this would be greatly appreciated.  I'm using Indesign CS3 and my external app is coded in Objective-C on a Mac.  I prefer Javascript as I'm very familiar with it as opposed to Applescript.
    Thanks for any help provided.
    Dave Williams

    Assuming you have access to the equivalent of doScript, when that is used to run a JavaScript, the final value of the script is returned (coerced to a string? I'm not sure).
    Of course, you can always pass information from one place to another by using keyed labels. In my work (I spend most of my time writing scripts for Typefi Publish wherein the same script might get executed at the end of every page as the Typefi Engine composes the document), I often will add a keyed label to the document that passes information from one run of the script to the next. Here's an example (that includes reading the script itself to extract version information from the second line) -- while slightly inefficient, it has the benefit of putting the version info in a defined, easy to find place:
        function registerFirstCall(aDoc, interactive) {
            var scriptFile = getScriptPath();
            var scriptName = scriptFile.name;
            if (aDoc.extractLabel(scriptName) == "" || interactive) {
                scriptFile.open("r");
                var firstLine = scriptFile.readln();
                var secondLine = scriptFile.readln();
                scriptFile.close();
                if (secondLine.indexOf("//VERSION: ") == 0) {
                    var msg = secondLine.split("//VERSION: ")[1].split("\n")[0];
                } else {
                    var msg = "unknown";
                aDoc.insertLabel(scriptName, "Registered");
                TPSlog(scriptName + " version: " + msg, interactive);
        }// end registerFirstCall
    Ah, I see it uses the getScriptPath function, so for completeness, here it is:
        function getScriptPath() {
            // This function returns the path to the active script, even when running ESTK
            try {
                return app.activeScript;
            } catch(e) {
                return File(e.fileName);
            } // end try
        } // end getScriptPath
    The TPSlog function either pops up an alert (when working interactively -- usually means during debugging) or adds a log message for the session (that also is managed with a document keyed label). The keyed label in this case is performing the trivial task of recording that the script has previously been run against this document, in which case, it doesn't need to log a message identifying its version info.
    Hope this helps.
    Dave

  • How can I make a keyboard shortcut for 'insert footnote' in Pages 09?

    I do a lot of accademic work and it is incredibly frustrating not to have a shortcut for one of the most frequent tasks i perform in pages. Please can someone help me?

    Menu > Apple > System Preferences > Keyboard > Keyboard Shortcuts Application Shortcuts > + > Application: Browse to Pages > Menu Title: Footnote > Keyboard Shortcut: hit combination of keys > Add
    You will need to restart Pages but should then see it next to your Menu item.
    Peter

  • CNTRL D shortcut for inserting transition only works intermittently

    I put a clip on the work timeline, cut it in places and position the ends of clips abutting, place the cursor between them and select one or both clips. Control D will work for about 3 events then it stops. Reseting shortcuts to factory does nothing. Clearing the shortcut and re-establishing it does nothing. Shutting down the application and restarting does nothing. The short cut will work 3 or 4 times on an inital instance of Premiere Pro after a fresh system start and then punks out. This is true on the SAME clip, between cuts within the body of the clip, so it isn't about being at the physical end of a clip or not or one type of clip being different from another. AND this is in a sequence with a single layer, no fancy nothin'. 
    BTW, the font being displayed in Chrom, FF, and IE on this forum is absolutely counterproductive to reading anything. It looks like it's been chewed by aphids.

    Check to make sure the track is targeted, and that you're not inadvertantly un-targeting it.
    Jeff

  • Library item inserts erroneous body tags?!

    When inserting a library item that contains xsl: tags, it
    adds body tags that aren't in the original library item.
    For instance, here's a sample of library item text that
    contains xsl: markup:
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <xsl:if test="$language='en'">
    <xsl:text>    |    </xsl:text>
    <xsl:element name="a">
    <xsl:attribute
    name="href">SomeFile.html</xsl:attribute>
    <xsl:call-template name="getLocaleString">
    <xsl:with-param name="key" select="'key'"/>
    <xsl:with-param name="lang" select="$locale"/>
    </xsl:call-template>
    </xsl:element>
    </xsl:if>
    And here is the result of applying it to an html file:
    <!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>Untitled Document</title>
    </head>
    <body>
    <!-- #BeginLibraryItem "/Library/test-xsl-li.lbi" -->
    <body ><body ><xsl:if
    test="$language='en'">
    <xsl:text>    |    </xsl:text>
    <xsl:element name="a">
    <xsl:attribute
    name="href">SomeFile.html</xsl:attribute>
    <xsl:call-template name="getLocaleString">
    <xsl:with-param name="key" select="'key'"/>
    <xsl:with-param name="lang" select="$locale"/>
    </xsl:call-template>
    </xsl:element>
    </xsl:if><!-- #EndLibraryItem -->
    </body>
    </html>
    Anybody have a clue on what is going on here and how to stop
    it?
    Nathan

    I assume you are using DWCS3? Post the steps to reproduce
    this and let's
    see what happens....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Nathan Whelchel" <[email protected]> wrote
    in message
    news:[email protected]...
    > When inserting a library item that contains xsl: tags,
    it adds body tags
    > that
    > aren't in the original library item.
    >
    > For instance, here's a sample of library item text that
    contains xsl:
    > markup:
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    > <xsl:if test="$language='en'">
    >
    <xsl:text>    |    </xsl:text>
    > <xsl:element name="a">
    > <xsl:attribute
    name="href">SomeFile.html</xsl:attribute>
    > <xsl:call-template name="getLocaleString">
    > <xsl:with-param name="key" select="'key'"/>
    > <xsl:with-param name="lang" select="$locale"/>
    > </xsl:call-template>
    > </xsl:element>
    > </xsl:if>
    >
    > And here is the result of applying it to an html file:
    >
    > <!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>Untitled Document</title>
    > </head>
    > <body>
    > <!-- #BeginLibraryItem "/Library/test-xsl-li.lbi"
    -->
    > <body ><body ><xsl:if
    test="$language='en'">
    >
    <xsl:text>    |    </xsl:text>
    > <xsl:element name="a">
    > <xsl:attribute
    name="href">SomeFile.html</xsl:attribute>
    > <xsl:call-template name="getLocaleString">
    > <xsl:with-param name="key" select="'key'"/>
    > <xsl:with-param name="lang" select="$locale"/>
    > </xsl:call-template>
    > </xsl:element>
    > </xsl:if><!-- #EndLibraryItem -->
    > </body>
    > </html>
    >
    >
    > Anybody have a clue on what is going on here and how to
    stop it?
    >
    > Nathan
    >

  • Inserting library item modifies code

    Hello,
    I have some library items that are table rows. When I insert
    the library item into my page, it actually rearranges the code on
    the page for that table. Any way to have DW stop doing this?

    can't make just a row a Library item- it has to have
    <table> and </table>
    rethink this, or go with SSI or something?
    > I have some library items that are table rows. When I
    insert the library item
    > into my page, it actually rearranges the code on the
    page for that table. Any
    > way to have DW stop doing this?

  • How to use a Spry Menu as a Library item?

    Okay, this is my second post; but, with a different title.
    I made a Spry menu for my Home Page. I saved it and a logo
    together as a library item and placed the library item on a second
    page. The links in the menu work when there is no style sheet
    attached for the Spry meny and the menu appears just as text; but,
    as soon as the .css style sheet for the menu is attached to the
    second page, the menu appears correct except the drop down menus do
    not work. I tried adding a link to the Spry Java Script file as it
    is on the home page; still no luck.
    I tried the same with a test file, which I have since
    removed, stored at the same folder as the home page; same problem.
    How are we suposed to make a workable library item with a
    Spry Menu? Surely this is possible, no?
    Here are the two pages I am referring to:
    Good Page:
    http://iculver.com/
    Bad Page:
    http://iculver.com/pages/AboutUs/Personal_info.html

    Apologies - my mistake. You are correct, and my instructions
    were
    incomplete. That other bit is required too.
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    The comments 'hide' the scripting from validators and older
    browsers, but
    it's still recognized as javascript, since the comments occur
    INSIDE a
    <script> tag.
    > these Spry Menus in Libraries easier to use...)
    It's not so hard once you get all the pieces together.
    1. Create the library item as described.
    2. Make sure that each page that is to carry this library
    item has the
    required links in the head (to the CSS and the js files), AND
    in the body.
    Why not use a template instead? That way, all of these links
    are managed
    for you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JustBob" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hummm...
    >
    > Now, don't yell at me, okay? I'm a goLive switcher and
    really a graphic
    > designer, not a coder...
    >
    > So, It seems from the above message that I am to
    establish the links to
    > the
    > script and the css file before inserting the library
    item. But, either
    > way,
    > that didn;t do the trick for me. I did find a bit of
    code in one of the
    > pages
    > that seems to be required.
    >
    > It seems I also need to insert this just before the
    close of the body tag:
    >
    > <script type="text/javascript">
    > <!--
    > var MenuBar1 = new Spry.Widget.MenuBar("MenuBar",
    > {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    > imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    > //-->
    > </script>
    >
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    >
    > I'm sorry I'm such a dope. I probably did something
    funny when I was
    > styling
    > the menu. (I do hope Adobe can accommodate dopes lime
    me, though, and make
    > these Spry Menus in Libraries easier to use...)
    >
    > Thanks for all of your help! Really!
    >

  • Cannot insert second lib item on same page (DW CS3)

    Hi, I am asked to build a website with 53 pages. My client, most likely, will come up with changes/desired extra pages in future, so I thought library items would be appropriate for navigation (correct? I am new to lib).
    After inserting one library item (vertical menu with roll-over images) in a page, I also want to use this type of nav horizontally at the top of the pages.
    However, DW (cs3) does not allow me to do so. This is the message: "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."  The parent page is not a template, just an ordinary new html page. I inserted the vertical nav lib into a div.
    I understood it should be possible to insert more than one lib item in a page, what can be the problem here?
    Thank you very much for any tips, suggestions and help.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    You know what? I stopped working with the lib items, because I found out that working with SSI is much easier!
    Same here.
    I haven't used DW's Templates or Library Items for several years. I used to spend too much time having to find my way around the editables and non-editables. They just got in my way. SSIs are much easier to create and far, far easier to maintain.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    (Server must be php complient).
    Not necessarily.
    SSIs can be used on plain HTML pages, PHP, ASP, ASP.NET and ColdFusion pages.
    The principle is the same, but the Include code in the parent page is different.
    ASP and .NET includes use the same syntax as plain SSI:
    <!--#include virtual="/includes/filename.htm" -->
    ColdFusion
    <cfinclude template="/includes/filename.htm">
    PHP
    <?php require_once('/includes/filename.htm'); ?>

  • What is the keyboard shortcut for extract page?

    There used to be a series of keyboard shortcuts for page manipulation (and other) - using acrobat 9 till recently. Now new to Acrobat XI Pro (Windows 8.1). I can see the shortcuts for insert & delete page but not for extract page (and other). Am I missing something? The keyboard shortcuts are a must for speed and a healthy right wrist.
    Thank-you for your time.

    There isn't a direct way of doing it, but you can "hack" it using a script. Create a folder-level script with this code:
    app.addMenuItem({cName: "MyExtractPages", cUser: "E&xtract Pages", cParent: "Edit",
        cExec: "app.execMenuItem(\"ExtractPages\");", cEnable: "event.rc = (event.target!=null)"});
    This will add a new menu item to the Edit menu which you could access using the following keyboard shortcut: Alt+E, X

  • 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

  • Library Items Quirk

    Every time I insert a library item I've created it inserts a
    </table> and then generates an open table. How do I make it
    stop? I went in and deleted them off of each page, but when I
    updated images in my library it went through and reinserted all of
    these random table tags again.

    > I took out the outer tr and
    > td tags and tried inserting it again. This time, no
    additional code was
    > inserted.
    So - you are taking a broken page and breaking it worse in an
    attempt to
    mask the error? I don't like that solution.
    When you validate the *.lbi page (as if you could), it should
    validate.
    This means that you cannot have any non-terminated or partial
    page elements
    in the *.lbi file, e.g.,
    <tr>
    <td>something</td>
    </tr>
    will not work, nor will
    <p>something</p></td>
    See what I mean?
    Why not show me your library item and I'll tell you if you
    are doing it
    right?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cj72" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks for responding. Since it's automattically writing
    in code that
    > doesn't
    > previously exist, I'm assuming there is some option
    somewhere that needs
    > to be
    > turned off, but I can't find it. I've gone through the
    preference and I
    > can't
    > find anything that looks like it would generate tabs on
    its own when
    > inserting
    > a libary item.
    >
    > All the tags are paired and I don't have any
    higher-level head or body
    > tags.
    > However, using your suggestions I did slim down on the
    number of tags that
    > were
    > used. In the .lbi the heirarchy was tr, td, table. I
    took out the outer tr
    > and
    > td tags and tried inserting it again. This time, no
    additional code was
    > inserted.
    >
    > So it looks like the problem is mostly solved, in that
    I've fixed my
    > current
    > problem. However, I would like to still deactivate any
    options that
    > automatically inserting code to avoid this same problem
    in a different
    > scenario. Any ideas?
    >

  • Can you create a keyboard shortcut to insert a css comment (/*  */)in DW?

    hello DW knowers!
    When writing code i like to use shortcuts for inserting commands.
    For instance, to insert a html comment, i created a shortcut in the panel for creating shortcuts (you can do this finding in the shortcuts panel the 'insert' option and then find 'comment').
    however, i did not find a way to create this for a css comment (/*   */) and i find myself forced to use the coding toolbar to insert this.
    I would really like to find a way to avoid this. Ofcoarse i can still type it in manually, or use the css rules panel to temporarely  deactivate a rule, but selecting a piece of code and then typing a shortcut would be much easier.
    Otherwise a great idea for the next upgrade of DW?
    thanks for an answer, if there is a possibility
    jo-ann

    I use a Logitech G19 keyboard, which allows you to create one keypress shortcuts for virtually any keypress sequence. It has ten extra keys on the left side of the keyboard which you can program however you please (a total of 30 shortcuts). This particular keyboard is kind of expensive ($200) but there are other less expensive keyboards that offer similar capabilities. Think how many times a day you type <p> or how about <a href= . With a keyboard like this, you can do it in one keypress.

  • Inserting data in Item  Cost -Layer Cost Update

    Hello experts,
    Is there an interface table for inserting data in Item Cost - Layer Cost Updates?
    Or can I insert on it directly? Can you provide an example Insert query for this?
    Thank you.
    Pam

    Hi
    My understanding is that only Item Types are being picked up by the Actual Cost Process and the others wouldnt be. You should raise an SR to Oracle to confirm the same (as I havent done this for a long time and hence cant be 100% sure). However, if you have already done these then you can run a query to get all this data and use Cost Adjustment as a workaround to load all these values to the items
    Hope this helps
    Regards
    Girish

Maybe you are looking for

  • Sharing your iTunes with all your users...

    Sharing an iTunes Music Library across multiple user accounts. Hello Everybody! Firstly, this was designed to be run in Mac OS X 10.4 Tiger. It will not work with earlier versions of Mac OS X! Sorry. Here's a handy tip for keeping your hard drive nea

  • Need help with sonos speaker setup, connecting to music through an NAS hdd on AirPort Extreme.i

    i Cannot figure out how to connect the sonos speaker with the right path. It also wants a password for the disk and I don't recall setting up one. My speaker works fine through my pc or MacBook but I want to play music from a shared folder on an hdd

  • Error "The file "iTunes Library.itl" cannot be read

    iTunes was uninstalled from my computer and I need to reinstall it. I tried to download 7.3.2 but it says I already have iTunes on my computer. When I try to open iTunes I get this error message: "The file "iTunes Library.itl" cannot be read because

  • Need to generate excel file with different sheets

    Hi, I need to generate the excel file with diffrent sheets . Currently I am generating the data in three diffrent excel files and my requirement is to generate this in a single excel file with diffrent sheets. Please help on this Thanks & Regards, Kr

  • Types of session persistence in clustering

    does anybody know what are the types of session persistence in clustering(In-memory replication,Database persistence etc..) what is the advantages and disadvantages of each type? we r using oracle appserver 10.1.2.