Library item inserting - messes up whitespace after update

hey,
i've got a site where i'm using a library item. it inserts
okay, and updates okay on all the pages i've used it on so far.
What's really annoying though is that it doesn't preserve any
whitespace around the library item. So if I put a nice couple of
newlines between the content prior (and after) the library item,
it'll be stripped after each update. It's intensley irritating.
Is there anyway to stop this ?
- Simon

Yeah - it's a known issue with Library items. Have you
considered using
server-side includes instead?
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
==================
"Simon_J_K" <[email protected]> wrote in
message
news:e76q05$i2j$[email protected]..
> hey,
>
> i've got a site where i'm using a library item. it
inserts okay, and
> updates
> okay on all the pages i've used it on so far.
>
> What's really annoying though is that it doesn't
preserve any whitespace
> around the library item. So if I put a nice couple of
newlines between
> the
> content prior (and after) the library item, it'll be
stripped after each
> update. It's intensley irritating.
>
> Is there anyway to stop this ?
>
> - Simon
>
>

Similar Messages

  • In iMovie, I can't see my iPhoto videos in the event library. Why ? this is after updating to 10.7.4

    in iMovie, I can’t see my iPhoto videos in the event library. Why ? this is after updating to 10.7.4
    also, if I want to use a picture in my movie, it says 'Open iPhoto to see photos from your iPhoto Library in this list.'
    It never use to do this.

    JimHdk,
    thanks for your reply, but why I could wtach the videos on land mode using the ios 6 and why I can't watch them using this new ios 7 on land mode?
    i give you the name of the videos :  BJJ OPEN GRD, BJJ THROWS 1, BJJ THROWS 2, BJJ ChoKes, BJJ SWEEPS,
    I work with this, I study watching the videos, and please, I need to resolve this,
    thanks JimHdk for you help and cooperation

  • 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
    >

  • ITunes Library Locked on External Hard Drive after Updating to 10.8.2

    Hello.  I just updated my iMac to 10.8.2.  My iTunes library is located on an external hard drive attached to the iMac.  After the update, I tried to open iTunes and I get an error saying that the iTunes library is on a locked disk or I don't have permissions for the folder?  Everything worked before the update.  Has this happened to any

    This probably has nothing to do with Apple, it sounds like your system may be badly corrupt or has some other serious problems.  Try some of the troubleshooting techniques in the second half of Understanding upgrade nightmares*.
    * Disclaimer: links to my pages may give me compensation, and should not be taken as endorsement of my services by Apple.

  • Photo albums messed up again after update

    Once again, after an iOS update, the last 12 months and last imported photos albums showed up on the phone even though the boxes are not checked in iTunes before or after those updates.
    As the with last time, the only way to remove those two albums was to sync an older iPhoto library, then re-sync the current iPhoto library as a replacement.
    That clears the two, unwanted albums, but why have the last two iOS updates cause this problem?

    Hi,
    I think the easiest way to fix this is go into iTunes and rename all the tracks in your "Greatest Hits" albums with unique album names, e.g "Black Lace Greatest Hits" and "Greatest Hits - The Sweet" etc. You can even be as subtle as just adding a "." or hyphen or extra space, it will make the name different and your Touch will be able to distinguish different albums.
    The Albums should then sort them selves out after a synch.
    Good luck,
    Dud.

  • HT1688 messed up messages after update

    My phone is not typing messages correctly after the update.  It has at least a 15 second delay and some times it take minutes to type messages.  Is there anything to do to correct this? It is very frusterating. 

    I have the same problem affecting 3 different email accounts on my q10, one of which is a corporate account requiring IT support to reinstall. This solution is not practical for me. Any better ideas? I knew I shouldn't have done the upgrade. Another reason to regret not switching to an iPhone!

  • Update to v1.9 - what about library items

    Hi,
    we have creating tons of library items with v1.8 of Folio producer. For the next issue
    we would like to update to v1.9.
    My question: Do we need to update or recreate any of our library items for v1.9?
    Thanks Stefan

    Your InDesign library items shouldn't change when you update to v19.

  • Library item won't place

    I am not being able to place a library item. This should not
    be
    difficult and I think I am doing it correctly, but when I
    place it, all
    I get is a hyperlink to the lbl file.
    I am working on this page:
    http://www.eclipsme.com/gorockledge/annualreport.html
    The sidebar on the right is a library item that in this case
    is a place
    holder from the template that I used to create it. The
    library item is
    in an editable region.
    I have tried a few ways of doing this. I have selected the
    library item
    in design view, dragged the library item from the libray
    folder onto the
    selected area in design view, and I get the link instead.
    I tried the same process with the same results in code view.
    The DW instructions say another way is to choose 'Insert' but
    I do not
    what 'Insert' they mean.
    Am I doing something wrong? What am I missing?
    Thanks for the help.
    Harvey Wasserman

    Select the Library item in the Assets panel. Click where you
    want the
    library item inserted. Click on INSERT on the Assets panel.
    But I am not understanding your post. What happens when you
    do what you
    describe?
    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
    ==================
    "eclipsme" <[email protected]> wrote in message
    news:fa9om4$qr9$[email protected]..
    >I am not being able to place a library item. This should
    not be difficult
    >and I think I am doing it correctly, but when I place it,
    all I get is a
    >hyperlink to the lbl file.
    >
    > I am working on this page:
    >
    http://www.eclipsme.com/gorockledge/annualreport.html
    >
    > The sidebar on the right is a library item that in this
    case is a place
    > holder from the template that I used to create it. The
    library item is in
    > an editable region.
    >
    > I have tried a few ways of doing this. I have selected
    the library item in
    > design view, dragged the library item from the libray
    folder onto the
    > selected area in design view, and I get the link
    instead.
    >
    > I tried the same process with the same results in code
    view.
    >
    > The DW instructions say another way is to choose
    'Insert' but I do not
    > what 'Insert' they mean.
    >
    > Am I doing something wrong? What am I missing?
    >
    > Thanks for the help.
    > Harvey Wasserman

  • How to Restore iTunes Library after update?

    Updated iMac to iTunes 11.0.5 and lost almost entire library of music (all but 3 songs). Tried to open iTunes with previous library but music I downloaded from CD's cannot be "located". Don't know how to find them. Tried to restore from back up external drive library, but those files are "locked" or I don't have permission. Purchased songs, with some exceptions, will play. Some don't though.
    My library was from an much older version of iTunes (2008 or 09), could that be an issue? I don't use this desktop much at all, but would like to have the library be functional.
    1.  How can I restore my library getting all songs to play?
    2.  Should I update iTunes on my Macbook? It's using 11.0.4 now. I don't want to mess up it's library as that's the one I use.

    Hi, Tluttrell. 
    Here is the best resource when experiencing issues with missing media after updating iTunes. 
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    Regards,
    Jason H. 

  • After update insert trigger is not working correctly

    Hello experts!
    I created an after insert/update trigger and what strikes me is that it is not working as expected.
    The trigger launches a procedure that does an insert in a second table if values in the triggered table ("my_table") are altered.
    The problem is that the values in my second table, which are correlated to "my_table", are not changed with the correct values right away. The trigger and insert trails behind!
    I have to update twice for the values to appear in my second table. Only then, the data of the first update will be inserted into the second table wheras the parent table ("my_table") will hold the latest values.
    Do you have an idea what could be wrong?
    create or replace
    trigger myscheme.after_update_insert_set_tw
    after update or insert
      on myscheme.my_table
      for each row
    declare
    begin
    pr_my_table_tw_sync_sk(:new.lng_falle, :new.int_fallennummer, :new.lng_schaedling, :new.objectid);
    end;Brgds,
    Seb

    Okay I'll give my best to explain what my procedure is supposed to do and what the table structure is like. I hope it'll help you to help me :-)
    My parent table is called fangzahlen and is created as follows:
    CREATE TABLE "BORKI"."FANGZAHLEN"
       (     "OBJECTID" NUMBER(10,0) NOT NULL ENABLE,
         "LNG_FALLE" NUMBER(10,0) NOT NULL ENABLE,
         "LNG_BEARBEITER" NUMBER(10,0),
         "DATE_DATUM" DATE DEFAULT SYSDATE NOT NULL ENABLE,
         "INT_FALLENNUMMER" NUMBER(4,0) NOT NULL ENABLE,
         "LNG_SCHAEDLING" NUMBER(2,0) NOT NULL ENABLE,
         "INT_VOLUMEN" NUMBER(10,0),
         "INT_ANZAHL" NUMBER(10,0),
         "INT_ANTEIL_JUNGKAEFER" NUMBER(3,0),
         "BOOL_KOEDERWECHSEL" NUMBER(1,0),
          CONSTRAINT "PK_FANGZAHLEN" PRIMARY KEY ("OBJECTID")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "USERS"  ENABLE,
          CONSTRAINT "CHECK_DATE_DATUM" CHECK ("DATE_DATUM" >= '1.apr.2006') ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "USERS" ;It holds values such as:
    OBJECTID,"LNG_FALLE","LNG_BEARBEITER","DATE_DATUM","INT_FALLENNUMMER","LNG_SCHAEDLING","INT_VOLUMEN","INT_ANZAHL","INT_ANTEIL_JUNGKAEFER","BOOL_KOEDERWECHSEL"
    97548,"39","1081","08.04.10","1","2","","220","","0"
    97534,"39","1081","06.04.10","1","2","","100","","-1"My subtable is called tbl_test and created with:
    CREATE TABLE "BORKI"."TBL_TEST"
       (     "OBJECTID" NUMBER(12,0) NOT NULL ENABLE,
         "LNG_FALLE" NUMBER(10,0),
         "DATE_DATUM" DATE,
         "INT_FALLENNUMMER" NUMBER(4,0),
         "LNG_SCHAEDLING" NUMBER(2,0),
         "INT_VOLUMEN" NUMBER(10,0),
         "INT_ANZAHL" NUMBER(10,0),
         "LNG_FANGZAHLEN" NUMBER(12,0)
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "USERS" ;Okay, this were the prerequisites!
    Let's concentrate on the trigger and procedure:
    The purpose of the procedure is to insert data into tbl_test once a record in "fangzahlen" has been updated or inserted.
    Tbl_test holds the mean average values (int_anzahl) for a number of collected items (lng_schaedling).
    I need to insert date values for the combination of each lng_fangzahlen, lng_schaedling, lng_falle and int_fallennr into tbl_test.
    If I had the following data in table fangzahlen:
    97548,"39","1081","08.04.10","1","2","","220","","0"
    97534,"39","1081","06.04.10","1","2","","100","","-1"the query in the insert section of my procedure returns the following data when run manually:
    97534     31.03.10     16,667     (null)     1     39     2
    97548     06.04.10     110     (null)     1     39     2Now, I need to generate the dates between the first and the second objectid (column 1 in the data above).
    Hence,
    97534     31.03.10     16,667     (null)     1     39     2
    97534     01.04.10     16,667     (null)     1     39     2
    97534     02.04.10     16,667     (null)     1     39     2
    97534     03.04.10     16,667     (null)     1     39     2
    97534     04.04.10     16,667     (null)     1     39     2
    97534     05.04.10     16,667     (null)     1     39     2
    97534     06.04.10     16,667     (null)     1     39     2
    97548     07.04.10     110     (null)     1     39     2
    97548     08.04.10     110     (null)     1     39     2
    My problem is thatthe values above will only appear after I do another update to table fangzahlen or insert a new record into it. Theoretically the result above should be inserted right away?
    Below is my procedure, which might give you a better idea of what I am trying to do! Please excuse this rather awkward explanation. If you need more info please don't hesitate to ask for it!
    create or replace
    Procedure "PR_FANGZAHLEN_TW_SYNC_SK"
        Pr_falle        Number,
        Pr_fallennummer Number,
        Pr_schaedling   Number,
        Pr_objectid     Number)
    Is
      Y                Number (10);
      pragma autonomous_transaction;
    Begin
    -- first all records should be deleted from the subtable i.e. tbl_test
        delete from borki.tbl_test where lng_falle = pr_falle
            and int_fallennummer = pr_fallennummer
            and lng_schaedling   = pr_schaedling
           and date_datum       > '31.03.2010';
          commit;
          For Rec In
          (select objectid lng_fangzahlen,
            date_datum,
            prev_date,
            (date_datum - prev_date) difference_in_days,
            round((
            case
              when nvl(int_volumen,0) > 0
              and lng_schaedling      = 1
              then int_volumen * 40
              when nvl(int_volumen,0) > 0
              and lng_schaedling      = 2
              then int_volumen * 550
              when nvl(int_anzahl,0) > 0
              then int_anzahl
            end ) / (date_datum - prev_date),3) counted_bugs,
            int_fallennummer,
            lng_falle,
            lng_schaedling
          from
            (select objectid,
              date_datum,
              case
                when lag(date_datum) over(order by date_datum) is null
                then to_date('31.03.2010')
                else lag(date_datum) over(order by date_datum)
              end as prev_date,
              int_volumen,
              int_anzahl,
              int_fallennummer,
              lng_falle,
              lng_schaedling
            from borki.fangzahlen
            where lng_falle      = pr_falle
            and int_fallennummer = pr_fallennummer
            and lng_schaedling   = pr_schaedling
            and date_datum       > '31.03.2010'
           -- and objectid         = pr_objectid
            order by date_datum desc
          order by date_datum asc
          Loop
            Y := 1;
            While Y < rec.difference_in_days + 1
            Loop
              Insert
              Into tbl_test
                  lng_fangzahlen,
                  date_datum,
                  int_anzahl,
                  int_volumen,
                  int_fallennummer,
                  lng_falle,
                 lng_schaedling
              select objectid lng_fangzahlen,
            prev_date +Y,
            round((
            case
              when nvl(int_volumen,0) > 0
              and lng_schaedling      = 1
              then int_volumen * 40
              when nvl(int_volumen,0) > 0
              and lng_schaedling      = 2
              then int_volumen * 550
              when nvl(int_anzahl,0) > 0
              then int_anzahl
            end ) / (date_datum - prev_date),3) counted_bugs,
            int_volumen,
            int_fallennummer,
            lng_falle,
            lng_schaedling
          from
            (select objectid,
              date_datum,
              case
                when lag(date_datum) over(order by date_datum) is null
                then to_date('31.03.2010')
                else lag(date_datum) over(order by date_datum)
              end as prev_date,
              int_volumen,
              int_anzahl,
              int_fallennummer,
              lng_falle,
              lng_schaedling
            from borki.fangzahlen
            where lng_falle      = pr_falle
            and int_fallennummer = pr_fallennummer
            and lng_schaedling   = pr_schaedling
            and date_datum       > '31.03.2010'
            order by date_datum desc
          order by date_datum asc
              commit;
              Y := Y + 1;
            End Loop;
          End Loop; -- end of cursor
      Exception
      When No_data_found Then
        Null;
      When Others Then
        -- Consider logging the error and then re-raise
        Raise;
      End "PR_FANGZAHLEN_TW_SYNC_SK";

  • TS3899 After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.

    After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.
    I use @me.com and @hotmail.com

    Hi,
    >>A CHAR datatype and VARCHAR2 datatype are stored identically (eg: the word 'WORD' stored in a CHAR(4) and a varchar2(4) consume exactly the same amount of space on disk, both have leading byte counts).
    Ok, but on the other hands:
    SGMS@ORACLE10> create table x (name char(10), name2 varchar2(10));
    Table created.
    SGMS@ORACLE10> insert into  x values ('hello','hello');
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select vsize(name),vsize(name2) from x;
    VSIZE(NAME) VSIZE(NAME2)
             10            5
    SGMS@ORACLE10> select dump(name),dump(name2) from x;
    DUMP(NAME)                                         DUMP(NAME2)
    Typ=96 Len=10: 104,101,108,108,111,32,32,32,32,32  Typ=1 Len=5: 104,101,108,108,111Cheers

  • When saving library item, only OPEN pages updating (closed pages not updating)

    When I save my library item it only updates the pages that are OPEN and not the ones that are closed. It starts the update process then stops after updating the open pages and never completes the process. I have to click "stop" after a minute or so. Then it prompts me to update the pages again.
    How can I get it to update ALL pages associated with the library item?
    Here's the library code:
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    <table width="197" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><a href="buy-wallace-stevens-biography.com"><img src="images/buy-wallace-stevens-biography.gif" alt="Buy Wallace Stevens: A Dual Life as Poet and Insurance Executive" width="197" height="42" border="0" /></a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="default.htm">Home</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="praise-for-wallace-stevens-biography.htm">Praise for the Biography</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="buy-wallace-stevens-biography.com">Ordering Info</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="excerpts-from-wallace-stevens-biography.htm">Excerpts</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-photos.htm">Photos</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-poems.htm">Selected Poems</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-reading-his-poetry.htm">Wallace Stevens<br />
                  Reading his Poetry</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-and-elizabeth-park.htm">Wallace Stevens <br />
                  and              Elizabeth Park</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-lecture-by-noted-critic-helen-vendler.htm">Lecture on Stevens by  Noted Critic
    Helen Vendler</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="about-alison-johnson.htm">About the Author</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="other-works-by-alison-johnson.htm">Other Works by<br />
                  Alison Johnson</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="contact-wallace-stevens-biographer.htm">Contact</a></td>
              </tr>
              <tr>
                <td height="45" valign="top"> </td>
              </tr>
            </table><!-- #EndLibraryItem -->

    The following lines in the Library item are invalid code
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    <table width="197" border="0" cellspacing="0" cellpadding="0">
    <link href="css/stevens.css" rel="stylesheet" type="text/css"> belongs in the <head> section of the HTML page
    <table width="197" border="0" cellspacing="0" cellpadding="0"> belongs in the <body> section.
    Valid code would be
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <table width="197" border="0" cellspacing="0" cellpadding="0">
    But I would expect the Library item to only include the table

  • After Edit Library Item-  "Premature end of JPEG file"

    Hello, I'm using Windows 7 Home Premium 64-bit.  In DW CS5 after editing a Library item and saving, DW asks if it should update pages containing the item.  I tell it to go ahead, and after some processing I get an error box titled "JPEG Library Error."  The message is "Premature end of JPEG file."  Nothing else except "OK"!  I can't imagine what this is referring to or if the error is causing the pages to not be updated with the edited lbi.  I don't have any JPEG images i nthe Library item.  Here's a link to the Libraty item:
    http://www.techno-archive.com/Library/bottom_menu.lbi
    After I dismiss the error in DW the Update Pages dialog sits there with the Done button grayed out.  The bottom few lines of the log look like this:
    updated gallery_rec\trees\firetree\firetree-sky2.html
        item Library\bottom_menu.lbi
    updated gallery_rec\trees\firetree\firetree-tree1.html
        item Library\bottom_menu.lbi
    updated gallery_rec\trees\firetree\firetree-tree2.html
        item Library\bottom_menu.lbi
    updated gallery_rec\trees\firetree\firetree-tree3.html
        item Library\bottom_menu.lbi
    updated gallery_rec\trees\firetree\firetree.html
        item Library\bottom_menu.lbi
    Done.
      files examined: 641
      files updated: 641
      files which could not be updated: 0
    total time: (0:00:19)
    Updating F:\techno-archive\
    Done.
      files examined: 15697
      files updated: 0
      files which could not be updated: 0
    total time: (0:00:57)
    It doesn't tell which pages got updated and which didn't or why those that didn't did not get updated.
    Any ideas anybody?
    Thanks, - Dave

    Update- Solved!
    An answer to this thread dated April 30, 2009 of the same subject by David_Powers, community Professional, did the trick.  I wound up renaming the DW Configuration folder in C:\Users\dmckeen\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configuration (where dmckeen is my username) and letting DW rebuild it.
    Thanx

  • Library item won't update

    I edited a graphic used in my cp file, but when I go to the
    library to update it, the update library items dialog shows the
    file name with a warning icon next to it and no path. When I point
    to the icon, it says "This item is internal". Can someone explain?
    Thanks

    Rick, John
    Thanks for your responses.
    John, no I'm pretty clear on the differences between 'update'
    and 'edit with'...in this case, I had changed the graphic outside
    of Captivate, and wanted to update the image used in the movie.
    However, I haven't been using 'edit with' and may try that as well.
    Could save me a bit of time
    Rick
    I see what you're saying. I try to be consistent about
    importing into the library then inserting from there, but there are
    always exceptions--I may have copied and pasted or even moved the
    graphics. Honestly don't remember but I'll investigate.
    But I do wonder...how does importing from another movie
    affect the library? Are the items from the imported slides added to
    the library automatically?
    Thanks

  • Library Item updating a section I don't want.

    Here's another question I have about library items.  I do like them a lot, saves hours of keyboarding.
    I built a library item that controls and places "Sponsors" in my 3rd column sidebar.  Sponsors contains relevant links and graphics to sponsors of this cycling team.  It works fine except...
    If I modify the library item, when I go Modify > Library > Update Pages, this thing for some reason, goes and also modifies the <div>menu </div>.   This is part of the reason why a couple of days ago I was getting all turned around with my "\"s and my "/"s.  I've looked at the code details of the sponsors.lbi file in DW 5.5.  I can see nowhere that the .lbi refers to any part of the "menu" div.  Yet when I update pages, the updating goes into the div and messes up (replaces) all my correctly formed menu lnks so that those no longer work.
    I need to find out why this happens because now I am having to spend a lot of time at the keyboard fixing menu links!  Of course this propagates to every page too.  It's obviously not right - I can't keep operating this way.
    What do I need to do?
    H

    Once again, Murray to my rescue!  How are you doing?
    Here's my G2_sponsors.lbi:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link href="style.css" rel="stylesheet" type="text/css">
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><span class="style1">Sponsors</span><br />
    <br />
    </div>
    </div>
    </div>
    </div>
    <div align="center"><br />
    <a target="_blank" href="http://www.yacht-transport.com/"><img alt="" width="182" height="42" src="images\sponsors\team_dyt.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.helenmckenzie.com/"><img alt="" width="85" height="85" src="images\sponsors\hm_graphic.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.spatopiamassage.com/"><img alt="" width="182" height="42" src="images\sponsors\header2.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.jaxsonsicecream.com/"><img alt="" width="182" height="120" src="images\sponsors\jaxson_web.jpg" /></a><br /><br /><!-- HS 3-1-11 -->
    <!-- added 4 more plus to without websites 7-20-11
    On 8/5/11 Willy corrected the bike shops are not sponsors but give discounts with VIP cards-->
    <br /><p class="font-1"> These businesses will honor our <strong> G2 VIP Discount cards</strong>.  Please patronize them! </p> <br />
    <a target="_blank" href="http://bandjbicycle.com/ "><img alt="" width="190" height="70" src="images\sponsors\B&JBicycleBox_Resized_203x70.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.bicyclegeneration.com/"><img alt="" width="193" height="80" src="images\sponsors\BicycleGenBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://downtownbicycles.com/"><img alt="" width="200" height="90" src="images\sponsors\DowntownBicycleBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://lauderdalecyclery.com/"><img alt="" width="152" height="134" src="images\sponsors\LauderdaleCycleryBox.png" /></a><br /><br />
    <a target="_blank" href="http://www.elmariachimexican.com/"><img alt="" width="200" height="102" src="images\sponsors\MariachiBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.angieslist.com/companylist/us/fl/oakland-park/docs-plumbing-reviews-250951.aspx "><img alt="Our G2 Cycling Sponsors" width="200" height="103" src="images\sponsors\Doc's logo phone date Modified.jpg" /></a><br /><br />
    </div>
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14328340-big-wheel-cycles-fort-lauderdale?tab=photos/" ><span class="style1">Big Wheel Cycles</span>
    </a>
    </div></div></div></div>
    <br />
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14359733-bicycle-spot-oakland-park?tab=photos"><span class="style1">The Bicycle Spot</span></a>
    </div></div></div></div>
    I can't see anywhere in here where it's "touching" my menu div.  But DW sure does.  This has me baffled but you know there's an answer...
    Let me show you index.html too so you get a better picture of how this is structured.  Please don't laugh at my markup/coding!  I know it's gawd-awful and needs more improvement!!!  When I first inherited this it was filled with table based layouts, inconsistent imbedded styles from one page to another, a mess.  I'm trying to learn and fix it at the same time...
    OK>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>Welcome to G2cycling.com - South Florida Cycling Club</title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <link rel="stylesheet" type="text/css" href="style.css" />
    <link rel="stylesheet" type="text/css" href="layout.css" />
    <script src="rollover.js" type="text/javascript"></script>
    <style type="text/css">
    .style1 {
    font-size: 1.6875em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    .style2 {
    font-size: 2em
    .style3 {
    color: #00FFFF;
    text-decoration: underline;
    .style4 {
    color: #0099CC;
    text-decoration: underline;
    .style5 {color: #ECE9D8}
    .style6 {
    font-size: small
    .style7 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    </style>
    <meta name="GENERATOR" content="MSHTML 8.00.6001.19019" />
    </head>
    <body id="page1" onload="MM_preloadImages('images/m1_act.jpg','images/m2_act.jpg','images/m3_act.jpg','ima ges/m4_act.jpg','images/m5_act.jpg','images/m7_act.jpg','images/m8_act.jpg',,'images\m1_ac t.jpg','images\m2_act.jpg','images\m3_act.jpg','images\m4_act.jpg','images\m5_act.jpg','im ages\m7_act.jpg','images\m8_act.jpg')">
    <div class="top-bg">
    <div id="main">
      <div id="header"><!-- header -->
       <div class="menu">
    <a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"><img id="Image3" alt="" width="78" height="60" src="images/m1_act.jpg" /></a><a href="index-1.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','images//m2_act.jpg',1)"><img id="Image4" alt="" width="143" height="60" src="images/m2.jpg" /></a><a href="index-2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','images//m3_act.jpg',1)"><img id="Image5" alt="" width="145" height="60" src="images/m3.jpg" /></a><a href="index-3.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images//m4_act.jpg',1)"><img id="Image6" alt="" width="138" height="60" src="images/m4.jpg" /></a><a href="index-4.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images//m5_act.jpg',1)"><img id="Image7" alt="" width="132" height="60" src="images/m5.jpg" /><!--</a><a href="index-5.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images\\m6_act.jpg',1)"><img id="Image8" alt="" width="87" height="60" src="images\m6.jpg" /></a>--><a href="index-6.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images//m7_act.jpg',1)"><img id="Image9" alt="" width="75" height="60" src="images/m7.jpg" /></a><a href="index-7.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images//m8_act.jpg',1)"><img id="Image10" alt="" width="102" height="60" src="images/m8.jpg" /></a>
       </div>
      </div>
    <div id="content"><!-- content -->
    <div class="container">
         <div class="style7"> A quick note to our Members:  August 2011 - Our website has undergone some recent changes and yes, there may be more to follow.  You will find links to the G2 Blog and the G2 Google Group pages under the "About G2" tab.  The ever popular Mileage Log will stay anchored right below.  Thanks! <br />
         </div>
    <div class="col-1">
            <div class="box-title2">
       <div class="left">
        <div class="right"><span class="style1">Upcoming Events</span><br /><br />
                    </div>
       </div>
      </div>
    <div class="indent-1">
      <dl class="list-2">
    <dt>Login To Log Your Miles</dt></dl>
    <p class="style3"><span class="style4">Join the new G2 mileage log. win prizes and have fun keeping track of your mileage and show your G2 spirit. click <strong>&gt;&gt;</strong><a target="_blank" href="https://spreadsheets.google.com/ccc?key=0Ar3vf7oGk_VbdGtHdElFam1wMUtRTENwMFNIZ1NjZWc&hl=en &authkey=CK-70u4P">HERE</a><strong></strong></span>.</p>
    <div class="line line-indent"></div>
    <dl class="list-2">
    <dt>Group Rides on Saturday</dt></dl>
    <p class="style5"><span class="style4">Meeting at the parking lot on Commercial Blvd.. and the Beach at 7:00am for fast and fun G2 Team Group ride</span>.</p>
    <div class="line line-indent"></div>
    <dl class="list-2">
    <dt>Group Ride On Sunday</dt></dl>
    <p class="style5"><span class="style4">Meet that the parking lot on Atlantic Blvd. and the beach at 7:30AM for a G2 Group ride at a pace of 19 to 21 miles per hour.</span></a></p>
    <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Interested in Racing for G2</dt></dl>
    <dd class="style4">Contact Willy at [email protected] for more information and training schedule.</dd></p>
    <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Want to be Time Trialer?</dt></dl>
    <dd class="style4">G2 is looking for men and women to form a Time Trial Team for individual and team racing so contact Willy at [email protected] for more information</p>
      <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Got pain? Something not feeling right? </dt></dl>
    <dd><a target="_blank" href="documents/fit.pdf">Click here for information on professional video fit analysis</a></p>
    <div class="line line-indent"></div>
    </div>
    </div>
    <div class="col-2">
    <div align="center"><img alt="" width="400" height="301" src="images\2011_jrsy.jpg" /><br />
    <br /></div>
    <h4 class="bg">Welcome to the G2Cycling Website!</h4>
    <p class="bg">Thank you for visiting G2 Cycling. We are continually improving our web site so please check back again for the most current updates on G2 rides, races and seasonal events.</p>
    <dl class="list-2"> </dl>
    <!--  Moved to About 7/28/11 hs <h4 class="bg">Check out the new G2 blog!</h4>
    <dd><a target="_blank" href="http://g2cycling.blogspot.com/">Click here to stay updated on the rides and happenings within G2</a></dd></dl>-->
    <h4 class="bg">New G2 Uniforms!</h4>
    <p class="bg">The new 2011 uniforms are designed and a preview should be available shortly!</p>
    <p class="bg"><img alt="g2 2011 uniforms" width="224" src="images\2011lizard.jpg" /></p>
    <p>Picture below is of 2009 uniforms. Limited sizes are still available - contact Willy if you're interested. Face it, you can never have too many!</p>
    <p><img alt="" width="224" height="168" src="images\g2Outfit.jpg" /></p>
    </div>
    <div class="col-3">
      <!-- #BeginLibraryItem "/G2_Sponsors.lbi" -->
      <link href="style.css" rel="stylesheet" type="text/css">
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><span class="style1">Sponsors</span><br />
              <br />
            </div>
          </div>
        </div>
      </div>
      <div align="center"><br />
        <a target="_blank" href="http://www.yacht-transport.com/"><img alt="" width="182" height="42" src="images/sponsors/team_dyt.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.helenmckenzie.com/"><img alt="" width="85" height="85" src="images/sponsors/hm_graphic.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.spatopiamassage.com/"><img alt="" width="182" height="42" src="images/sponsors/header2.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.jaxsonsicecream.com/"><img alt="" width="182" height="120" src="images/sponsors/jaxson_web.jpg" /></a><br />
        <br />
        <!-- HS 3-1-11 -->
        <!-- added 4 more plus to without websites 7-20-11
    On 8/5/11 Willy corrected the bike shops are not sponsors but give discounts with VIP cards-->
        <br />
        <p class="font-1"> These businesses will honor our <strong> G2 VIP Discount cards</strong>.  Please patronize them! </p>
        <br />
        <a target="_blank" href="http://bandjbicycle.com/ "><img alt="" width="190" height="70" src="images/sponsors/B&JBicycleBox_Resized_203x70.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.bicyclegeneration.com/"><img alt="" width="193" height="80" src="images/sponsors/BicycleGenBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://downtownbicycles.com/"><img alt="" width="200" height="90" src="images/sponsors/DowntownBicycleBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://lauderdalecyclery.com/"><img alt="" width="152" height="134" src="images/sponsors/LauderdaleCycleryBox.png" /></a><br />
        <br />
        <a target="_blank" href="http://www.elmariachimexican.com/"><img alt="" width="200" height="102" src="images/sponsors/MariachiBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.angieslist.com/companylist/us/fl/oakland-park/docs-plumbing-reviews-250951.aspx "><img alt="Our G2 Cycling Sponsors" width="200" height="103" src="images/sponsors/Doc's logo phone date Modified.jpg" /></a><br />
        <br />
      </div>
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14328340-big-wheel-cycles-fort-lauderdale?tab=photos/" ><span class="style1">Big Wheel Cycles</span> </a> </div>
          </div>
        </div>
      </div>
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14359733-bicycle-spot-oakland-park?tab=photos"><span class="style1">The Bicycle Spot</span></a> </div>
          </div>
        </div>
      </div>
      <!-- #EndLibraryItem --></div>
    </div>
    </div>
    </div>
    </div>
    <!-- #BeginLibraryItem "/Footer.lbi" -->
    <div id="footer">
    <div id="footer-main">
    <div class="indent"><strong>G2 Cycling </strong> © 2011 | Ride Clean Stay Lean, Inc DBA G2 Cycling | <a href="index-8.html">Privacy Policy</a></div></div></div><!-- #EndLibraryItem -->
    </body>
    </html>
    Again, if I make a change in G2_sponsors.lbi, I know to go to Modify > Library > Update Pages.  You taught me that, thank you.
    Now I just do not understand DW's behavior.  I thought I understood it but...
    H

Maybe you are looking for