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

Similar Messages

  • Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Thank You. This helps me alot to get into the masters and to see events and photos in a utilitarian way, but it is not as easy as viewing the normal iphoto format to find photos.  Can I do something else or did I not do something right to not see normal iphoto in Time Machine ?

  • When tranferring a file, only Open or Save are displayed, no Decline option

    Hi - Using Lync 2013 client connecting to Lync 2013 server.  When transferring a file in a chat window only Open or Save are displayed, not the Accept, Save-As or  Decline options shown in the literature.  I'm thinking this might be due to
    the rollup version - any comments?
    Thanks
    Craig

    Please check your file transfer setting 
    http://technet.microsoft.com/en-us/library/gg520952.aspx
    You can also check what you have set in the Lync client policy 
    Get-CsClientPolicy 
    and
    Get-CsFileTransferFilterConfiguration
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer" Regards Edwin Anthony Joseph

  • HT1338 I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    I'm getting a message that my Java is not updated, but when I run the update check, I'm told all is updated. Some web materials won't open because my Java is not updated. What do I do?

    Hi Ginny,
    There are no more updates for Java from Apple for 10.5.8, the only way to get a Java upgrade is updating your OSX.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they do still have it:
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    And it's been reported that if you have a MobileMe account Apple will send one free.

  • Can a library item be used to personalize a page title?

    Hi, I do not think this is possible, but is there a way to use a library item to personalize part of a page title? Thanks in advance, Mark

    In that case, you should have your <title> tags within a Template Editable Region so you can use a unique title on every page.
    In addition, you should make good use of Heading tags <h1> <h2> and <h3> within editable regions to promote keyword rich content that tells search engines & humans what your pages are about.
    Google's SEO Starter Guide (PDF)
    http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.pdf.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • HT4972 Why Pages and numbers are not updating.

    My pages and numbers are not updating for about a week now Why?

    Some one else had a similar problem last night...same as yours. He claimed that Pages had been stuck trying to update for about week. I posted this and he said that it worked - which part he did not say - but give these things a try.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try to resume the download.
    If you have all of your Pages files backed up in iTunes or on your Mac, this might be the answer. Try deleting the waiting icon - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again.
    I have deleted Pages a couple of times when I had issues with it and then reinstalled it. I even deleted a stalled Pages once and then tried the update successfully again after that. My files are always backed up in iTunes and on my Mac so I had no apprehension about deleting the waiting download.

  • Bug? Copy page within an application not updating everything

    We have a ApEx (Version 2.0.0.00.49) application, and it was decided to rearrange the pages to fit a better numbering scheme for maintenance purposes. Not a problem, as we copy each page to the new page number, then delete the old one. However, we found when this was done, the new pages were broken. Specifically:
    1. If you page contained a branch to itself the page number was not updated properly. For example, most of our pages have an "On Submit: After Processing (Unconditional)" branch back to the same page. This branch was created by the page creation wizard. After copying the page, the branch was not updated to the new page number, but rather still pointed to the old (now deleted) page.
    2. The reset page (Clear Cache for all items on pages) process source are not updated. If you have a process item for Clear Cache (we have one for the delete item process to refresh the report query). The Source Process item, which based upon what the wizards create, is the page number (or a list of page numbers). Again, since this is not update, the reset page process clears the cache for the old (now deleted) page.

    I don't think this is a bug. It is possible that you want to copy a page and retain information for branches and processes to the old page number. These are just a couple things that you'll need to change manually after a page copy.
    I guess the point is that when a page gets copied it's not always going to be obvious what needs to happen to things like branches and processes - so they'll need a little attention after copying to get them working properly again.
    Earl

  • HT1267 After trying to sync my Iphone has frozen and when connectingto my laptop and opening Itunes the device does not show

    After trying to sync my Iphone has frozen and when connectingto my laptop and opening Itunes the device does not show

    Version 11.1.5.5 of iTunes was just released today. If you update to that, does that help with the recognition troubles?
    http://www.apple.com/itunes/download/

  • HT5306 I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? compatibility issues with wh

    Hello:
    Thank you for the update for remote access for desktops.
    Personally, I do not want to give remote access to anyone but myself as privacy is my friend.  Can this remote desktop software still be for me personally unless I allow access and for my MAC lap top only?  What if I do not update? I do use this lap top in other countries.  compatibility issues with what?

    Apple Remote Desktop is off be default. It has to be enabled for some one to be able to remotely connect to the computer. And then, you still have to have a user name and password on the computer to remotely connect with.
    If you want to see if remote access has is enabled for Apple Remote Desktop; you can find the setting in, Apple Menu, System Prefrences, Sharing. If it's enabled, Remote Management or Screen Sharing will be checked.
    Beucase Apple Remote Desktop Agent is part of the Mac Operating System; even if your not using it, Apple Software Updates will from time to time offer updates for ARD Agent. Software Updates can some times be stacked ontop of each other; so chosing not to install an update, can mean other updates you may want may not be offered. At least until you install the updates those updates require. Also software updates can improve the security of your computer.

  • I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update etc.

    Hi to all,
    I tried to update my nephew iphone 4 version 4.3.4 (8k2), I did back-up everything before attempting to update and the result when I click down-load and update, it does not update instead it says,  itunes could not contact the iphone software update server because you are not connected to the internet. I did check my wire-less connections and the connection from my PC to wire-less is hundred percent okay. I did search using google.com to confirm and my connections is good. Is there any problem regardings my firewalls or any help will be appreciated. Thanks

    Hi bosefire,
    Thanks for visiting Apple Support Communities.
    You can use the steps in this article to troubleshoot your iTunes connection:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Regards,
    Jeremy

  • I bought a new itouch 5, and when I plugged it in to get the updates it could not update and I got an error code

    I bought a new itouch 5, and when I plugged it in to get the updates it could not update and I got an error code

    And that error code is?

  • HT201210 I had problem my the new ipad that show notify to update but can not update that update page show blank page

    I had problem my the new ipad that show notify to update but can not update that update page show blank page

    Try updating from here:
    App Store>Purchased>Select All
    Note: You'll have to look out for apps with the "Update"

  • Hey guys . . how come I get updates, but can not updates them as they are "not applicable" for the "version" of the pad?, hey guys . . how come I get updates, but can not updates them as they are "not applicable" for the "version" of the pad?

    hey guys . . how come I get updates, but can not updates them as they are "not applicable" for the "version" of the pad?, hey guys . . how come I get updates, but can not updates them as they are "not applicable" for the "version" of the pad?

    The only people who can possibly assist you with this is Apple Customer Relations, call your local Apple contact number and ask for Customer Relations then explain your situation clearly and politely (be firm but don't rant).
    You might want to investiage what the local laws are regarding defective goods and 'fit for use' definitions on warranties etc. Consumer Protection can be a useful tool to use or bargain with if needed ...

  • I have pending app updates that will not update, any suggestions great fully received

    I have pending app updates that will not update, any suggestions great fully received

    Try This...
    Close All Open Apps...  Sign Out of the Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • It is hooked up to good wifi and it is updating apps and not updating it just says waiting and it wont update or install anything while it is doing that how do I get it to stop updating?

    It is hooked up to good wifi and it is updating apps and not updating it just says waiting and it wont update or install anything while it is doing that how do I get it to stop updating?

    Fix iPhone Apps Stuck "Waiting" During Installation

Maybe you are looking for

  • Crashing WEBI 4.1SP2FP3

    Hi all. Very strange issue that 100 percent correlates BI updating. Update 2008R2SP1 64bit environment from BI 4.1SP1FP2 to 4.1SP2FP3. Immediately following the update I experienced a very strange with WEBI (HTML). No matter what is being done with a

  • How to setup weblogic cluster in 6.1 SP4

              Hi All,           I have a Licensed weblogic in my solaris servers. I need to test weblogic clustering           . How can i simulate weblogic clustering is there is any easy steps to do that           and what should i do in order to make

  • HT2693 How do I get my Iphone 4 8g open to all networks

    Im on voda phone pay as you go I want it on t mobile I need it open to all network

  • TFTP file not found.

    OES2 (suse) server with Zen 7 installed, normal installs no errors. Running DHCP/DNS on same server as zen and novell-proxydhcp. When I try and PXE a machine it picks up the ip and connection but the fails saying "file not found". I have set the file

  • I've been using iMovie '09 for more than a year and now .MTS files won't upload?

    I've been using iMovie '09 for more than a year and each time I would plug in my SD card (using a card reader) the import box would open and I could select the clips I wanted to work with. Now, suddenly, today the import box won't open. Why??? I lite