Items not showing in preview browser on hyperlinked page

Hi,
This is my first thread.
When I preview each page of my website in turn in the browser (both IE and Firefox) they displays perfectly.  When I check the hyperlink from the index page to the contact page the contact page displays with the library item nav bar missing. (all hyperlinked pages do the same thing).  Any ideas?
Thanks,

Whenever you post a questions about a specific page/problem, it is always best to post a link to the page so people can see the result and the code, even if this means you have to put it on a server (change the name/folder if your worried about the world seeing it prematurely, though I would not worry about it).  Post the code if that is not possible, but a link is much mo better.
Gary

Similar Messages

  • Excel Named Items not showing up in Browser View Options list

    Hi,
    Using excel 2013 - when I create named ranges under the 'formulas' tab, I expect to see them show up in the 'show' tab under Browser View options.  However they aren't there - when I look at the 'items in the workbook' list I only see the charts and
    pivot tables in my workbook, not the named items.
    Is there some setting I need to flip on to see these times (and then use them in sharepoint)?
    Thanks

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • SRM 7.0 - Unconfirmed PO limit items not showing up when creating Invoice

    Hi Guys,
    For PO standard items, when creating an invoice and is unconfirmed, these items still show up in the invoice screen and the invoice gets created with the status 'Waiting for preceding document'. For unconfirmed limit items, these items do not show up at all in the creation of the invoice and displays an error. My question is how will I make the unconfirmed limit items scenario work just like the standard items scenario whereby instead of the unconfirmed limit items not showing up and generating an error, they will show up and have the invoice created with the status 'Waiting for preceding document'?
    Thanks in advance!

    Is this thread still valid? If not, please close the thread.
    If so, as no response has been submitted, please rephrase your question and/or provide further information to describe your requirement.
    Thanks
    Jason
    SDN SRM Moderator Team

  • In web console Attestation menu item not showing,after OIM 9.1.0.1 install

    In web console Attestationmenu item not showing,after OIM 9.1.0.1 installation
    Version: 9.1.0.1860.16
    Build 1860.16
    thanks.

    Choose option Oracle Identity Manager with Audit and Compliance Module during installation.
    INIYA.

  • Finder not showing .avi preview in columns

    Just a small problem, but annoying...
    With Finder set to column views, I used to get a small, playable preview of movies in last column.
    Suddenly, however, I don't get this preview with .avi files. MPG and MOV files give a preview, but not the AVI. I get the Play/Stop buttons and the timeline bar, but no preview image. Plus, it seems to take the finder ages to decide to not show the preview!
    Anyone got a solution to this?
    Thanks in advance!

    Check out the suggestions made in the section "More Like This",to the right side of your question.
    Best.

  • Why my child or subpages not showing in preview or when published?

    Why are my child or subpages not showing in preview or when published?

    Hi,
    Are you unable to see the child pages in the Menu? If yes, please make sure you select "All pages" in the Menu type dropdown. By default, "Top level pages" is selected.
    Cheers!
    Aish

  • Not show the header on the first page of a section

    I am writing a manual that has about 7 chapters. Each chapter is its own section. I have been able to go in and create a header for each of these sections very easily. However, it's not quite clear how to NOT show the header on the first page of the section. For example, one of my sections is called "Personal Finances", so I have that in bold a the top of the page using Header 1. Because I have that, I don't also need "Personal Finances" showing in the top right corner in the header.
    How can I make it so that it won't show on the first page of each section?
    Thanks!

    How can I make it so that it won't show on the first page of each section?
    In the "Layout Inspector" under the "Section" tab, check the "First page is different" option while one of that section's pages is active/selected/displayed. Then add or delete the header as may be needed so that first page of section does not display the header and all other pages in the section do display. (I.e., what you specifically have to do here depends on whether or not you are already on the first page of the section when you make the change to the display "switch" and whether you are starting with a blank or non-blank header.)

  • Certain Items Not Showing Up in Local View f12 Preview

    I have been making some changes (very, very green with DreamWeaver and Website building ing eneral), and have run into this issue.  When making changes to the navigation/links from one page to the next, (that is the only change being made) the flexslider images do not show up in the F12 preview.  Is this just the way it is or should I be able to view with the F12 local host preview.  The last thing I want to do is make the changes, publish, and all hell breaks lose because the images are not showing up.

    The folders should be ok.  I copied directly from the previous user (10+ yrs exp) directly over to me.  I made a change to the "Our Team" page and successfully published to the site.  Here is a question -
    If I "get files: from the remote server, then those should be the files currently being used on the LIVE website.  ANd if I overwrite the local copy, then by all means, what is seen on the websiteshould be seen on the Local View as well.  That leads me to belive that this code can not be seen in that preview state?
    Here is the code in question:
    <!-- BEGIN FLEXSLIDE -->                                                             
    <div id="flexSlide-wrapper" style="width:550px; height:365px; background-color:none;">
    <div class="flexslider">
    <ul class="slides">
    <li><img src="images/galleries/renaissance-square/01.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/02.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/03.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/04.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/05.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/06.jpg" width="550px" /><p class="flex-caption"></p></li>
    <li><img src="images/galleries/renaissance-square/07.jpg" width="550px" /><p class="flex-caption"></p></li>
    </ul>
    </div><!-- end flexSlide-wrapper -->
    </div><!-- end flexslider -->      
    <!-- END FLEXSLIDE -->

  • Preview Images for iPhoto Items Not Showing

    When cycling through my albums and slideshows I am not seeing the preview images to the left of the iPhoto titles. I tried rebuilding the iPhoto library using the Cmd-Opt keys when starting iPhoto and that still did not do it. Is there a preference setting that I am missing?
    iMac 24inch   Mac OS X (10.4.8)  

    After trying unsuccessfully to make the preview work by rebuilding my photo library, this thread finally ends all my frustration.
    Still, it's a strange decision to let users enable the preview only when the photos are copied iPhoto library. Sure, it might not take much space if you have big hard drive or have only a few hundreds photos, but I don't want to imagine how much space it'd take if I had thousands of images scatter in BOTH of the original folders and iPhoto
    library.
    Thank you very much, yesinndeedy, for the tip!
    Acer Aspire Something, IBM ThinkPad T42 Windows XP Pro They aren't top of the line PCs, but they get the job done!

  • CSS (some, not all) not showing up in browser, but fine in DW. Plus other desperate issues....

    I would really appreciate any and all help I can get to solve these problems as I'm new to CSS/HTML (completely new) and have been attempting to code my design just well enough to get it uploaded and working as a site. Once I can atleast achieve this feat, I plan on completely converting to CSS. But for now, I need to get the site working and I really didn't want to come and bother all of you on here with my problems and have been procrastinating posting on here for absolutely ages now....but since I can't figure all of the messy-uppy ness going on on my own, I beg forgiveness for any of your time wasted on my problems .
    Okay, so the "main" issue here is that I can see some(some, not all) CSS on DW, but I see NONE whatsoever when I go to preview in browser, same after uploading. I do have all of the files uploaded and placed in the correct directories, including the stylesheet, and images folder. But, nope, nada. Now, I did think this was a root/directory problem, maybe the url's weren't pointing to the right directories. I checked and attempted to fix this several times and any changes made no difference. Also, uploaded to the root of my site, where all files and folders are where they should be, yet no change. I am utterly clueless as to what is going on here....
    Second: Padding, or margins added through CSS for the divs is simply not working in DW or otherwise. I have padding placed on all of the content type areas with writing/content in them and despite the fact that the changes to the font/text formatting I've made show up, the padding does not. This is only in DW since no CSS whatsoever is showing out of DW anyways. I would like to know how to get the padding and the formatting, just all of the CSS in general to actually show up in browser/when uploaded.
    Third: The next issue is also confusing, and this only occured after I made the page into a template and uploaded the home.htm page I created from it to my site. For some reason, the image called "../images/aurora2_14_content_marg.gif". Is appearing at the very top of the page for no reason at all. I don't understand why it is there, or how it even got up there in the first place.
    Fourth: This was actually next on my list of things to figure out once I've gotten all of the above issues taken care of but since I'm still drawing a blank after 2+ weeks on how to get this done in a way that will work I guess it couldn't hurt to ask on here and get some expertise on the matter. The issue is that I have a repeating background (images/bg.png) that I want stretching downwards as I add content to the page. I have this placed as the main background for the entire site as you will be able to see in a moment through my code/site. Now, the place I want this to start is from where the aforementioned image (../images/aurora2_14_content_marg.gif) stops. However, I want the content to actually start from 20 pixels or so from the top of that very image. I want to try and achieve this through the use of margins but since the margins and padding are not showing up I hve been unable to experiment with it enough to figure out any other way to achieve this.  Any suggestions on how to achieve this would be much appreciated.
    Fifth (yes, unfortunately we're still going): As you may be able to see through the design I have two seperate areas for the main content and the navigation and other such items to be placed. To clarify, the content will be placed(through the use of expandable content boxes, once I figure out how to work that) beginning at the aforementioned image/td/div (../images/aurora2_14_content_marg.gif) with a bit of padding or margin from the top and sides (too pull the content towardsthe center of the site rather than all over from left to right like it is appearing now). The navigation etc will be placed where the long cyan area is under the search bar. For both of these, I cannot figure out how to split my one background image and also the content_marg.gif image into the two divs/or whatever else would work to split their contents from eachother. I think that seperating them into 2 divs with padding from the sides and eachother and seperate top paddings (I want the navigation to begin more near the top of the page than the content). The issue here is, I cannot figure out how to do this.
    Any and all suggestions would be greatly appreciated. Also, any tips on how to achieve the code for the solutions provided would also be very much appreciated, as I am only just starting out coding.
    The site/page:
    http://aurora.comeze.com/home.htm
    The stylesheet (style.css):
    http://aurora.comeze.com/style.css
    Like I mentioned above, all of this except the padding shows up in DW. Whereas, none of this shows up at all in browser view, or through the site.

    Summary of issues #1 through #5:
    Code errors galore:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faurora.comeze.com%2Fhome.htm
    Photoshop generated HTML.
    20th century table based layout with endless spacer gifs.
    START OVER
    From Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    =========================
    DW Starter Pages (CSS Layouts)
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    =========================
    Taking a Fireworks (or Photoshop)  comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    ========================
    HTML & CSS Tutorials - http://w3schools.com/
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    ========================
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Best of luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • "No items to show" for iPhoto browser

    We are starting to learn aperture, but are stumped by the following error message: "No items to show" when we open the iPhoto browser in Aperture. The iPhoto library is on an external drive, while Aperture is on the MacBook itself. We can see the iPhoto library within the iPhoto application, but not via Aperture. We are not sure what we are doing wrong. Any help would be appreciated. Thanks!!

    Download the recent iLife update from here
    http://support.apple.com/downloads/iLifeSupport_9_03
    Re-apply it and repair permissions.
    If we do so, will we still be able to work in Aperture with some of the newer iPhoto features such as Faces, Places, and Events
    Faces and Places are not features of Aperture and not available there. You can however geotag pics yourself. Aperture projects can be easily made to reflect iPhoto Events.
    Regards
    TD

  • Garageband does not show loops in browser

    Hi all,
    I'm running 2.02 and I just downloaded the Jampack freebies from .mac. I installed as instructed (drug the loops to the loop browser), however, garageband does not 'see' the new loops. They are not in the loop browser. I checked help which explained that when they are drug into the loop browser the loop index gets updated. I'm not sure this has happened correctly. Is there a way to force the program to update the index based on what it finds in the library/Apple Loops directory?
    Elsewise....any suggestions? I've tried restarting the program. I've hit reset in the loop browser, and I've made sure that the 'key filter' whatever parm in the preferences is not checked.
    bigtiny

    What you are seeing is the normal behavior of the program. If you create a song in C in 4/4 time you will see most of your loops. Garageband keeps them organized by key and time signature. I lose most of my loops when I make a song in 3/4 or 6/8 time and in a minor key like Em.
    You can get more of them to show up by unchecking the filter option in the preferences:
    1. Open Garageband
    2. In the Garageband menu select 'preferences'.
    3. In the general section of preferences uncheck the filter for more relevant results.
    I have not discovered anything that will force loops to show up in unusual keys. Some of the drum loops should show up but don't. It is possible the loops were not given the 'any key' tag. Unusual rhythms also wreak havoc on the loops selection.
    For this reason, when you make your own loops be sure to select all the parameters you want the loops to show up in.
    Kurt

  • Loops will not show up in browser

    Im new to Garageband..still, I keep getting a message that no apple loops are installed even though I know they are. I have even installed a Jampack and another set of ProSessions loops. When I try dragging the folders into the broswer, they still do not show..what am I doing wrong?

    I followed the instructions here to reindex the loops:
    http://docs.info.apple.com/article.html?artnum=107977
    However after that, all the loops were not showing (mainly from the Voices Jam Pack). In the Finder, I see ones called "Nathan Improv" 01-14. However in the Garageband loop browser, I only see 01, 02, 04, 05, 10, 11, and 12. Out of the 1500 loops, it's only showing 429 under all effects.
    Finally found another link: http://www.bulletsandbones.com/GB/GBFAQ.html#noloops
    which had a blurb about missing loops:
    +Also note that loops in a different time signature than your song, will not be displayed. Additionally, by default, the loop browser only displays loops within two semitones of the key of your project. Turning off "Keyword Browsing" in GB's prefs will allow all loops to be displayed regardless of key (the time signature requirement still applies).+
    I turned off Keyword Browsing and was able to see all the loops in Voices that I wasn't able to see before.

  • Partial Quantity and Line item not showing in MIGO

    HI All,
    My User create STO and after save it is automatically created OBD and PGI through BARCODE now problem is at the time MIGO it is take partially quantity.when i going to do manually rest quantity it is not showing all line items.
    Issue 1. It is showing only one line item instead of two line item Qty.
             2. When i am going to select purchaseorder at migo instead of OBD its showing two line item.
    Please suggest what to do.

    HI Please check i am sending screen shot

Maybe you are looking for