Navigation problem across browsers

Custom navigation does not work in IE. No indication of hyperlinks at all. Just static picture. Works great in Safari, FF.
Help.

Hi,
If you want to change the background color of the detailed navigation list itself , you should make sure you have changed the following:
Navigation Panel->Detail Navigation List->Background Color of List
This should work.
if not ,you should clear the cache, and logout/login again.
Also try to see if other theme properties on the DTN changes somethign.
Regards,
Tal.

Similar Messages

  • Anchor links to accordion panels not working properly across browsers

    Hi everyone,
    I need some help to figure out why my anchor links  to specific accordion panels on another page are not working properly  across browsers.
    I have a Map page which has tooltips on  mouseover on the site markers. 15 of the tooltips have "Click here for  information" anchor links (although only 14 are currently linked) which,  in theory, would take you to the Nurseries page where the specified  accordion panel would be opened with the nursery entry appearing at the  top of the new browser window.
    Here are the links to the Map page and Nurseries page, respectively:
    www.alegriadesignstudio.com/RFRI/map_v6.html
    www.alegriadesignstudio.com/RFRI/nurseries_v6.html
    I've  tested the anchor links on IE, Firefox, Google Chrome, and Safari, and  have received varying results. In most cases, the anchor links worked  perfectly on two of the browsers, while on the other browsers, the  correct accordion panel is opened but the nursery entry does not appear  at the top of the new browser window. Anchor links using Safari and  Google Chrome fared better (10 out of 14 links worked properly, and  8/14, respectively), whereas when using Firefox and IE, only 3 anchor  links worked properly. The target audience for this website will be  using IE and Firefox, so I  would appreciate any help to figure out how to tweak the code so that  the most, if not all, anchor links work properly on these two browsers  in particular.
    Here's an anchor link which worked perfectly in  IE, GC, and Safari, but in FF, the entry did not appear at the top of  the new browser window.
    www.alegriadesignstudio.com/RFRI/nurseries_v6.html?luzon=9#mangatarem
    http://www.alegriadesignstudio.com/RFRI/nurseries_v6.html?luzon=9#mangatarem [To access the anchor link on the Map page, mouseover the third green  dot from the top of the map (Tooltip--Location: Mangatarem) and then  click on "Click here for information."]
    Here's a sample anchor link in which the entry did not appear at the  top of the new browser window in any of the 4 browsers:
    www.alegriadesignstudio.com/RFRI/nurseries_v6.html?mindanao=4#magpetAmabel
    http://http://www.alegriadesignstudio.com/RFRI/nurseries_v6.html?mindanao=4#magpetAmabel [To access the anchor link on the Map page, go to "Mindanao" at the  bottom of the map and mouseover the fourth green  dot below the word "Mindanao" (Tooltip--LOCATION:        Brgys. Amabel, Bongolanon, Imamaling, & Manobisa; Magpet;        North Cotabato) and then  click on "Click here for information."]
    Here's a sample anchor  link in which the anchor link worked properly in GC and Safari, but the  entry didn't appear at the top of the browser window in IE and FF:
    www.alegriadesignstudio.com/RFRI/nurseries_v6.html?visayas=1#bilar
    http://http://www.alegriadesignstudio.com/RFRI/nurseries_v6.html?visayas=1#bilar [To access the anchor link on the Map page, go to the small island  north and a bit west of "Mindanao" which is called "Bohol" and mouseover  the fourth green  dot below the word "Mindanao" (Tooltip--LOCATION: Bilar; Bohol) and then   click on the first "Click here for information."]
    Many thanks in  advance for your assistance!
    Joy

    Hi everyone,
    I'm still trying to figure out how to resolve the problem of anchor links to accordion panels not working properly across browsers (see original post for details). I would greatly appreciate any suggestions on how to resolve the problem.
    Many thanks in advance.
    Joy

  • Still having navigation problems and need help with how to debug

    Hi,
    I've been porting over a servlet project to JSF and I'm still having navigation problems. I thought the problem might have been because the original project used HTML frames and so the "from-view-id" JSP defined the frame/framesets and the specific JSP that does the submit (and so is named in the "from-view-id" is never defined in a "to-view-id" attribute). I've now switched to using an IFRAME, and that resolves that problem. So now the JSP is defined in a "to-view-id" attribute and it includes an named IFRAME that can be used as a target. I press the submit button and I get not the JSP expected butinstead the same JSP displayed inside its own IFRAME.
    Here is the code for the submit. I've simplified it as much as possible with a static action (originally it was a call to a method) just to try and get things to work. This is the current version:
    <h:commandButton value="View Alias" action="foo" styleClass="select" type="submit" />Here is the navigation rule in faces-config.xml. Again, the problem is that SelectManager get redisplayed in the IFRAME instead of display.jsp.
    <navigation-rule>
       <from-view-id>/SelectManager.jsp</from-view-id>
       <navigation-case>
          <from-outcome>foo</from-outcome>
          <to-view-id>/display.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>I have also tried it without the "from-outcome-value" which I presume means that the "to-view-id" gets displayed unconditionally and it still fails. Any ideas on how I can debug this? (I'm using GlassFish if that's important to know)
    Rob Tanner
    Linfield College

    Raymond, The real trick is avoid doing technical things when coming down with the flu (I should also add that I'm a JSF newbie). Reading your original message this time I see what you're suggesting and found a conversion error although I don't understand it. Here's the code (including the <h:message/>):
                <h:selectOneMenu value="#{members.dcodes}"
                  style="color: #7f0000" id="selector">
                  <f:selectItems value="#{members.departmentList}" />
                </h:selectOneMenu> 
                <h:message for="selector" style="color:white"/>And here's a snippet of the generated HTML:
    <select id="j_id_id26:selector" name="j_id_id26:selector" size="1" style="color: #7f0000">
             <option value="aad" selected="selected">Academic Advising</option>
         <option value="aaf">Academic Affairs</option>
         <option value="adm">Admission</option>
         <option value="up">Upward Bound</option>
    </select>If I select "Admission" for example, the error I get is:
    Conversion Error setting value 'adm' for 'null Converter'.Since everything is a String value, I don't get the error. Could someone please enlighten me.
    Thanks.

  • Navigation Problem in OBIEE

    Hi,
    I have a strange navigation problem. I have the navigation setup from the 1st page of my dashboard to go to the second. When I first bring up the first page, and then click , nothing happens. Now if I refresh this page and then click again, I am able to navigate to the second page. I would to hear if anyone has seen similar issue. Any help is appreciated.
    Thanks,
    Bharat

    Still haven't found a solution to this problem.
    Even if I remove the form1.setTarget( null or other framename/windowname)
    I tried changing to using the onclick="from1.target='mywin';" and also onclick="form1.target='_self'; on the button. Does not work/ have the desired effect of controlling where the page is opened: in same window or in another frame or window.
    For some reason navigation also totally breaks, after a search, with a similar sql as in this message, and I get no error when I debug and step through the code.
    After doing one search, navigation seems to stop working and only the search.jsp page is the target.
    If I do a view first navigation works to new page/servlet output but still not in a new window/frame.
    This simple stuff in a normal simle html page, should not be so hard to accive with SJSC perhaps someone of you in the community or the developers at sun can give us insight into this simple problem.
    It must be fairly common that one likes to control where a page is opened, in the existing window/page/frame or in a new window/frame.
    Anybody else had any problems with navigation not working with similar code ??
    If I remove the do_search() call it works, the navigation continues to function, but still have no control of the destination window/frame.
    Kind Regards
    Roger

  • How to adjust the AICC compliant CBT's to fit all screen sizes across browsers in Captivate 4

    Hi,
    I have made changed my Adobe Captivate 4 files to be AICC compliant by changing the Settings in Preferences.
    When I publish the files, the standard.js file no longer adjusts the CBT's to fit all screen sizes across browsers, as it was doing before by adding the below code -
    <style type="text/css"> html, body, #CaptivateContent { height:100%; }
    body { text-align:center; margin:0; padding:0; overflow:hidden; }
    </style>
    Is there a way to scale Adobe Captivate AICC compliant files across different browsers?
    Thanks!

    That code doesn't go in the standard.js file but goes in the head of the HTM template used for AICC output.
    Look in your Captivate install directory for the Templates > Publish > AICC > Default.HTM file and add the code there.
    If you want 300 more troubleshooting tips for Cp, you'll need to read the book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate

  • RoadMap UI Navigation Problem

    I'm facing a navigation problem using the roadmap UI in WD4A.
    Let's say we have 5 views. The roadmap view is the default view, the other views will be embedded into a view container UI element on the roadmap view. The roadmap UI has 4 steps, one for each view.
    V_ROADMAP
    V_STEP_1
    V_STEP_2
    V_STEP_3
    V_STEP_4
    Now, I need to add navigation buttons (previous & next) to navigate between the roadmap steps.
    My question is where should I placed these navigation buttons? On each view or only on the roadmap view.
    Personnaly and it think it would make more sense to place them only on the roadmap view.
    My problem using this approach is has follow: When you are on v_roadmap on step 1 (V_STEP_1), you click on Next to go to the next view (V_STEP_2), actually the action is trigger in V_ROADMAP so I am not able to validate user input field or obligatory field in V_STEP_1. I would have to call an action from V_STEP_1 in V_ROADMAP so the event handler method WDDOBEFOREACTION will be called. I don't think it's possible. The problem here, is you can click on next and you can go to the next view without filling the obligatory fields.
    If I placed my navigation buttons on each view. The advantage is that before triggering an action, I can validate user input field, obligatory field in the method WDDOBEFOREACTION before going to the next step.
    The desadvantage is that I have to recreate them on each of my view.
    thanks
    Alex

    Just to close this thread, I will summarize the different possible options:
    Navigation buttons on each view: This is the easiest way to validate obligatory fields but for component reuse it's not good idea to have navigation buttons on individual views.
    Navigation buttons on main views: If we placed the navigation buttons on our main view, the validation is kind of painful, before firing an outbound plug from the main view and a corresponding inbound plug on the individual view, we will have to manually verify our obligatory fields from the context of the componenent controller or using cross-component data sharing.
    Navigation using GAF (Guided Activity Floorplan): I think this option is the way to go! The problem here is that's very difficult to find documentation on that subject, also, the tools from SP 15 is not as user friendly then the one that's coming in NW EhP1.
    Alex

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • Navigation Problem in Next/Previous Record

    Hi,
    I have a Master (have 20 fields) and Four its Detail block visible on same screen but each block have its own Canvas and Window. Now master table have 1700 records with its detail tables. So after Query when I press the Next_Record button it will no response some time I have to press it twice or thrice then it will respond and some time on fist click it gives the response.
    So I want to navigate through Next Records or Previous Record buttons on single click.??????????
    Kindly send me the solution of this problem on urgently basis.
    Best Regard,

    Hi,
    It's very difficult to suggest something by readingyour post. There are many reasones for navigation problem. Validation is one of them. Be sure that validation triggers written on any level are working properly. What code you have written on the buttons that you are using for navigation. In which blocks you have put your buttons. It is recommended that you put all your non-database items in a non-database block. Check this also.......

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Problems with browsers Safari or Chrome not supported

    My Mac OS X version 10.6.8 having problems with browsers Safari or Chrome not supported and nothing is fixing them,,, DO I need to update my MAC and what you recommend? Thanks

    You can upgrade your ram for a fraction of the price of a new computer http://eshop.macsales.com/shop/memory/Apple_MacBook/White/2.13GHz
    Your Macbook is going on 6 years old, it's up to you to update it so that it can run modern software. I'm still using two 2009 macs without a hitch.
    You might give Firefox a try for an alternate browser. It's much better than Chrome and I think it's still supported with 10.6.8

  • WD Java iView & Dynamic Navigation Problem

    Hi,
    I'm trying to use a WebDynpro Java iView in Dynamic Navigation but have the following display problem:
    When I navigate to the page for which I've added the iView to the dynamic navigation, only the WebDynpro iView (from the navigation) is shown. You can see the page in its correct form being loaded but as soon as the navigation iView seems to be loaded/ing it replaces the full lower part of the screen (navigation and content panel).
    If I use a plain URL iView in the dynamic navigation the behaviour is as expected.
    But if I add a WebDynpro iView or even a page containing that iView I get the strange behaviour again.
    I'm running NW04s SP7.
    Any ideas?
    Do I have to set some properties on the WebDynpro iView?
    I've tried a couple of things but none did work so far.
    Thanks & Regards
    Markus

    Hi Henrik,
    Sorry for the late reply but I'm just back from vacation.
    No, I have not found a solution. I decided to go for an integrated application instead (Main WD application that bundles navigation with other applications). That works but of course is not as "nice".
    Have you come across some solution yet?
    Kind Regards
    Markus

  • Retain navigation steps across WAD templates

    Hello experts,
    I have a web report that is built using several templates. Each template has a tab container (same tabs across the templates) and a sort button. When navigating across the templates, the users want to retain the last template's navigation steps: same tab, same sorting (right now, the default tab and sorting is executed every time the user goes to a new template).
    I have buttons that allow users to switch among templates based on TRANSFER_STATE. It works for the tab container but not for the Sort button. The button does not have a parameter that would allow to keep the navigation step. Moreover, there are RRIs in the report, which does not work with TRANSFER_STATE.
    Basically, what I need is a way to apply certain commands (go to proper tab, apply proper sorting) when entering a new template, but based on the previous template. I know I can apply javascript functions when executing the template, but how can I retain and retrieve the previous template's last navigation steps?
    Any ideas?
    Thanks,
    JLT

    Thank you Janine,
    You are right: I can switch from a template to another using TRANSFER_STATE in a button and keep the tab and the sorting.
    The problem remains with RRI. I have set some query jumps. Users can right click on a row and Goto another template/queries that is filtered for the user's selection (drill down).
    Is there a way I can use TRANSFER_STATE in that context?
    Thank you,
    JLT

  • Help needed with consistency across browsers

    I know this is an age old problem but I am hoping that
    someone can help me make my site look correct across all browsers.
    In particular I would like spacing around elements to be
    consistent.
    My website is boxout.co.uk
    If you view it Firefox or Safari on either a mac or pc the
    spacing is exactly as I want it. Look at the site in Explorer and
    the space at the top and bottom of the divs is missing. I have
    linked 2 screenshots to highlight the problem areas.
    Explorer -
    incorrect layout
    Safari -
    Correct Layout
    This is my css code

    Hi Alec
    The website is
    www.boxout.co.uk
    The css is www.boxout.co.uk/boxout.css
    If you need to see screenshots these can be found at
    www.boxout.co.uk/sampleimages/explorer.jpg
    www.boxout.co.uk/sampleimages/safari.jpg
    Thanks
    Jeff

  • Scalability across browsers

    Hi guys,
    I want to publish swf projects with scalable content. When I do so, it works fine in Chrome, Safari and IE but not in Firefox.
    When I try to run it at a customer it doesn't seem to work in any browser. There are also differences between mine and my collegues browsers even when we use the same ones with the same version.
    I suspect it's a browser setting but I can't figure out wich one. It might also be an HTML or CSS issue but I also can't see what's wrong there.
    Any suggestions?
    Thanks!

    Came across my own thread again. This problem was caused by an older widget. Deleting this widget solved the problem.
    So, when you have a problem with scalability, check you widgets

  • Browser preview menu bar navigation problems

    Hey everyone I have a very strange problem that I honestly have no idea at all how to handle.
    Below is a template I've put together. It's for a pump repair business site (to provide clarity on any content).
    Everything was going smoothly, until I previewed it in the browser (using Firefox and Chrome). I can jump from page to page about twice, but, after that, especially when I try to return to the home page, I recieve an error like this:
    ' No webpage was found for the web address:file:///C:/Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_Template.dwt '
    And I am also not able to access my submenus in the browser preview, and inevitably NOTHING will work after the first few jumps between pages.
    My code is below. Thank you so much for any help- this is my last major roadblock before I am able to publish.
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #CCC;
    p {
        font-size: 13px;
    .oneColFixCtrHdr #container {
        width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px none #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .oneColFixCtrHdr #header h1 {
        margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
    .oneColFixCtrHdr #mainContent {
        padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #FFFFFF;
        font-family: Tahoma, Geneva, sans-serif;
    .oneColFixCtrHdr #footer {
        padding: 0 10px;
        background-color: #CCC;
    .oneColFixCtrHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .footer {
        font-family: Calibri;
        font-size: 11px;
        color: #333;
        font-style: normal;
        font-weight: normal;
        padding: 5px;
        line-height: 1px;
    .disclaimer {
        font-size: 11px;
        text-align: left;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div id="header">
        <h1>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="781" height="200">
            <param name="movie" value="../Merit Pump Site Images/Merit_Banner-02-01.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="../Merit Pump Site Images/Merit_Banner-02-01.swf" width="781" height="200">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="9.0.45.0" />
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
        </h1>
      <!-- end #header --></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="../MP-index.html">Home</a>    </li>
        <li><a href="../MP-Kobepumps.html" class="MenuBarItemSubmenu">Services</a>
          <ul>
            <li><a href="../MP-Kobepumps.html">KOBE Pumps</a></li>
            <li><a href="../MP-Myerspumps.html">MYERS Pumps</a></li>
    <li><a href="../MP-Industrial.html">Industrial</a></li>
    <li><a href="../MP-Oilfield.html">Oil Field</a></li>
          </ul>
        </li>
        <li><a href="../MP-Contact.html">Contact</a>    </li>
        <li><a href="../MP-About.html">About Us</a></li>
      </ul>
    <div id="mainContent">
      <p> </p>
      <!-- TemplateBeginEditable name="content" -->
      <p>Merit Pump and  Equipment is an authorized dealer for <b><font color="#900">Kobe, Weatherford and Myers</font></b> pumps  supplying you with both pumps and parts. We are also a factory authorized pump  service center for your pump repair needs.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Myers</font></b> offers a complete  line of submersible sump, sewage, effluent,   grinder, non-clog and wastewater pumps, controls, basins and accessories,  reciprocating, self-priming and pumping  systems for residential, agricultural, commercial, municipal and industrial applications.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"><b><font color="#900">Myers Aplex</font></b> offers a  complete line of high quality, medium to heavy duty reciprocating pumps for  both intermittent and continuous duty.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Kobe</font></b> offers a unique  vertical plunger pump, as well as the Weatherford  horizontal   design for high pressure applications. The &quot;Kobe&quot; pump is  especially well suited for extreme pressure services up to 30,000 PSIG.</p>
      <p align="center" class="disclaimer" style="line-height:normal;"> </p>
      <p align="center" class="disclaimer" style="line-height:normal;"><em>Other Lines we carry  include LMI metering pumps, Hydra-cell pumps, Vector Peristaltic pumps,  Grinnell butterfly valves, Milliken Valves, All-Flo diaphragm pumps, Blancett  flow meters, Pacer pumps, Proco Products expansion  joints and others.</em></p>
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
      <table id="Table_01" width="740" height="60" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><a href="http://www.columbiantectank.com"><img src="../Merit Pump Site Images/Service1.jpg" alt="" width="195" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service2.jpg" width="172" height="60" alt="" /></td>
          <td><a href="http://www.femyers.com/"><img src="../Merit Pump Site Images/Service3.jpg" alt="" width="184" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service4.jpg" width="189" height="60" alt="" /></td>
        </tr>
      </table>
      <!-- TemplateEndEditable -->
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
    </div>
      <div id="footer">
        <p><span class="footer">© 2006 Merit Pump &amp; Equipment CO. All rights reserved. | Home | About | Contact | FE Myers | Kobe Triplex |</span></p>
        <p><span class="footer">975 Lincoln Way West, Wooster, OH 44691 | PO Box 960</span></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

    Hi!
    1. file:///C: /Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_ Template.dwt '
    1.1 Suspicious are always these strings starting with file:///, what means, "DW thinks that every file you have linked to is outside the local root folder":
    1.2. Don't use spaces in folders/filenames. Spaces get converted %20, you could use underscores eg.
    2. ../MP-Kobepumps.html
    Where is this file located? Please control your path in DW, maybe you need ../../, maybe you can do without it, depending on which level the file is situated/nested.
    ... maybe you can post a link to your page, no matter how it looks like.Hans-G.

Maybe you are looking for

  • Importing CD to desktop via iTunes for mp3?

    Is there a simple way to import CD's on a Mac to say a desktop folder, that converts them all to 192K mp3? I'm assuming this would involve doing this through iTunes? Or is there a simple way on OS X to import direct to mp3 to a folder? Thanks

  • Word merge from Access 2010

    Hi, I want to be able to set the mail merge data source and get 'Object variable or With block variable not set in procedure...' at this line With wordDocument .MailMerge.OpenDataSource _ Name:=gDbapp.Name, _ ConfirmConversions:=False, ReadOnly:=Fals

  • Conversion from iPhoto (oh, not again)

    Before asking my question let me start by thanking all the regular contributors to the Aperture forum, and in particular Terence Devlin, Kirby Krieger and Frank Caggiano. Your posts have been more valuable to me than any book I bought or any course I

  • Unable to auto open PDFs with CS4 Illustrator

    Setting Illustrator to be the default program for PDFs, I get an error saying that the PDFs are not valid win32 programs. This has been happening since upgrading to CS3. I can still drag and drop it into Illustrator and open and save just fine. It ju

  • Can my 600MHz P-3, 256MB Ram handle a data acquisition of more than 1kHz with waveform chart support?

    please suggest tools for acquiring high speed 8 analog channel data. can my 600MHz P-3, 256MB Ram handle a data acquisition of more than 1kHz with waveform chart support?