Design view not displaying but code view is ok

Hi Everyone,
my design view in dreamweaver cs5.5 is not displaying anything but all the code is there and my page online is working fine http://www.exclusivewindowtint.com.au/car-window-tinting.html
How can i fix this as easy as possible? this is only happening to this one page on my website.
Thank You
George

I have to second  Murray on this.
I will go a step further and say ignoring errors on your site because someone else's site has some is extremely poor advice, especially considering the volume of people visiting this forum alone with a random display problems that are solved by simply correcting the errors found in the validators.
Restoring from a backup may work this time, but why did it work? That's where validation, and understanding what the validator is telling you, pays off. You somehow inadvertantly mangled your table code, will that ever happen again? What happens if your backup also has the same mangled code next time?
Some validation errors are never going to affect display and can be completely ignored from a "how does this affect my design" point of view, like missing an alt attribute on an image for instance. Others, like missing or improperly nested html elements, can kill your design in browsers or rendering engines that can't handle major errors (like most versions of IE or DW's Design View) while everything looks fine in a browser better programmed to handle problems (like Chrome or Firefox).
Bottom line is, the validators are extremely useful tools, do not ignore the  error report unless you understand which errors can be ignored.

Similar Messages

  • Code not displaying in code view

    When searching for a particular feature, I may have clicked on something by accident. Now, my site looks and works fine in the browser and in design and live view, but the code is not displaying in code view.  See attached image.
    Anyone know how to fix this???  Thank you in advance!

    Have you tried restarting everything?

  • Design Window is not displaying the correct view

    Hi
    For some reason the Design View on my CS3 is not displaying
    the correct view.
    It used to show how the web page would look but it is simply
    showing up the wording and pictures surrounded by dotted black
    lines.
    I am using a template as a bases for all the pages and all
    the pages are showing like this.
    My other sites are showing up OK though.
    When I Preview in Browser, it all shows up OK.
    Can anyone help?
    Bezz

    VIEW | Style Rendering > Display Styles
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Bezz333" <[email protected]> wrote in
    message
    news:fttdsr$394$[email protected]..
    > Hi
    >
    > For some reason the Design View on my CS3 is not
    displaying the correct
    > view.
    >
    > It used to show how the web page would look but it is
    simply showing up
    > the
    > wording and pictures surrounded by dotted black lines.
    >
    > I am using a template as a bases for all the pages and
    all the pages are
    > showing like this.
    >
    > My other sites are showing up OK though.
    >
    > When I Preview in Browser, it all shows up OK.
    >
    > Can anyone help?
    >
    > Bezz
    >

  • PreE V8: Clips not displaying in project view

    I have a clip in the my timeline/sceneline that is not displaying in Project view. It also does not have the "P" in the bottom corner of the thumbnail in Organizer view. Why isn't the clip considered part of the project?

    I have been shooting in XP+ mode and have been for the past year.
    I haven't tried using the Premier Elements Get Media function. I usually import both still images from one camera and the video from this camera at the same time into the same Photoshop album and use Organizer. Also there are some training videos and books that tell you to use Organizer.
    I tried importing a video file using the Get Media function and was able to use the set in/out points and have them saved correctly.
    Then in the project that I am working on I took one of video files that I imported through the Organizer and deleted it from the catalog. Then I imported it using the Get Media function and put it in the album with the other files. Then I used Preview to set in/out points. Those points were saved correctly.
    So know I will delete all the remaining video files from the catalog that I haven't yet used in my project and then remote them through Premiere's Get Media.
    So it appears that as you thought, I need to use Get Media to import video files. But that is not emphasized in any documentation. I think there should be a warning when importing video files in Organizer saying that if you intend to use Premier Elements to edit them that they should be imported via that product.
    Thank you for your assistance.

  • Design View not displaying properly

    I am pretty new to Dreamweaver.  I can't get my Design view to display properly, even when tried on two different computers.  The top div displays properly, then on the nav bar, only the background shows with the table items just listed in a row.  There are a lot of black background segments to the page, and thin yellow lines.  The main content shows at the bottom after a big chunk of black background blocks.  The page shows perfectly fine in a browser.  I can only work in Code view because of this.  Any suggestions?
    If it helps, here is my html:
    <!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>dentonquiltguild</title>
    <link href="includes/gallery.css" rel="stylesheet" type="text/css" />
    <link href="dqgfinal_styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
    <!--[if lte IE 6]>
    <![endif]-->
    <style type="text/css">
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <div id="top">
      <div id="logotemp"><img src="images/logo.gif" width="280" height="175" alt="logo" /></div><!--logotemp -->
      <div id="quilt_top"><img src="images/quilt_top_01.png" width="550" height="209" alt="quilt top" /></div>
    </div><!--top --> 
    <div id="navbar">
       <ul id="MenuBar2" class="MenuBarHorizontal">
         <li><a href="index.html"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/homered_03.gif',1)"><img src="images/homewhite_03.gif" alt="home button" name="Image8" width="101" height="43" border="0" id="Image8" /></a> </li>
         <li><a href="general.html" class="MenuBarItemSubmenu"></a><a href="general.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images/generalred_03.gif',1)"><img src="images/generalwhite_03.gif" alt="general button" name="Image9" width="101" height="43" border="0" id="Image9" /></a>
           <ul>
             <li><a href="meetings.html">Meetings</a></li>
             <li><a href="showandtell.html">Show &amp; Tell</a></li>
             <li><a href="library.html">Library</a></li>
             <li><a href="blogs.html">Blogs</a></li>
        <li><a href="retreat.html">Retreat</a></li>
           </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="members.html"></a><a href="members.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images/membersred_03.gif',1)"><img src="images/memberswhite_03.gif" alt="members button" name="Image10" width="101" height="43" border="0" id="Image10" /></a>
         </li>
         <li><a href="community.html" class="MenuBarItemSubmenu"></a><a href="community.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','images/communityred.gif',1)"><img src="images/communitywhite_03.gif" alt="community button" name="Image11" width="101" height="43" border="0" id="Image11" /></a>
           <ul>
             <li><a href="kidskwilts.html">Kids Kwilts</a></li>
             <li><a href="storybooks.html">Storybooks</a></li>
             <li><a href="sowinghope.html">Sowing Hope</a></li>
           </ul>
         </li>
         <li><a href="contacts.html" class="MenuBarItemSubmenu"></a><a href="contacts.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','images/contactsred_03.gif',1)"><img src="images/contactswhite_03.gif" alt="contacts button" name="Image12" width="101" height="43" border="0" id="Image12" /></a>
           <ul>
             <li><a href="board.html">Board</a></li>
             <li><a href="bees.html">Bees</a></li>
             <li><a href="resources.html">Resources</a></li>
             <li><a href="shops.html">Shops</a></li>
             <li><a href="guilds.html">Guilds</a></li>
           </ul>
         </li>
       </ul>
    </div><!--navbar -->
    <div id="quilt_bottom"><img src="images/quilt_bottom_02.png" width="550" height="128" alt="quilt bottom" /></div>
    <div id="maintemp">
      <div id="next">
      <div id="next_meeting_text">
        <div align="center">Next Meeting<br/> March 15
          </div><!--center -->
      </div><!--next_meeting_text -->
      <div><!--speaker_text -->
        <div  align="center"><a href="http://americanjane.com" id="speaker_text">Sandy Klop<br/>"American Jane"</a></div><!--align -->
      </div><!--speaker_text -->
      <div id="calendar_button">
        <div align="center"><a href="calendar.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images/calendar_ro_03.gif',1)"><img src="images/calendar_03.gif" alt="calendar button" name="Image6" width="136" height="54" border="0" id="Image6" /></a></div>
      </div><!--calendar_button -->
      <div id="events_button">
        <div align="center"><a href="events.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/events_ro_03.gif',1)"><img src="images/events_03.gif" alt="events button" name="Image7" width="136" height="54" border="0" id="Image7" /></a></div>
        </div><!--events_button -->
    </div><!--next -->
    <div id="main_head">Welcome To The <br/>Denton Quilt Guild</div><!--main_head -->
    <div id="main_text">
          We are a group of over 200 quilters creating everything from traditional quilts, to art quilts, and everything in between.  New members and visitors are always welcome to our meetings on the 3rd Thursday of each month.<br />
          The Denton Quilt Guild provides a service to the local community by providing quilts to children in need, offering our Storybooks and Quilts To Go to our local schools, and participating in local events such as the Storytelling Festival.  Quilters of all levels are welcome!
          </div><!--main_text -->
        <div id="bottom">
        <div id="copyright"><img src="images/copyright.gif" width="127" height="8" alt="copyright" /></div><!--copyright --> 
        <div id="facebook"><a href="http://www.facebook.com/groups/42514709926/"><img src="images/facebook.gif" width="112" height="45" alt="facebook" /></a></div>
      </div>  
    </div>
    </div><!--maintemp -->
    </div><!--wrapper -->
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    I still cannot solve this problem.  Can ANYONE out there help, or tell me where I can find the answer.  Now I will attach two screen shots of what my Design View looks like.  It happens on all pages I have created.  I do like working in  code view, but there are times when it's easier, almost essential for me to work in Design view.  If it works for some people, why not me?
    These images are the top and then the bottom of the same page.  I have turned CSS rendering on and off, but nothing helps.

  • Preview and Generate view not displaying the same as design view

    RoboHelp HTML Ver 8.0.2.208.
    Hi all,
    I have a topic that will not generate or preview what is displayed in the design view.
    The topic is a table that uses a different image as the background for each cell (from the CSS).
    The background images display fine in design view but will not display when previewed or generated. Everything else is displayed but not the backgrounds.
    Any ideas.
    Thanks
    Wowronin

    You have this -
    </head>
    <script>
    <!--
    function msgopen(url, name, w, h)
    w += 32;
    h += 96;
    var win = window.open(url,
      name,
      'width=' + w + ', height=' + h + ', ' +
      'location=no, menubar=no, ' +
      'status=no, toolbar=no, scrollbars=yes, resizable=yes,screenX=2,screenY=2,left=100,top=100,');
    win.resizeTo(w, h);
    win.focus();
    // -->
    </script>
    <style type="text/css">
    #preloader  {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fefefe;
         z-index: 99;
        height: 100%;
    #status  {
         width: 200px;
         height: 200px;
         position: absolute;
         left: 50%;
         top: 50%;
         background-image: url(ajax-loader.gif);
         background-repeat: no-repeat;
         background-position: center;
         margin: -100px 0 0 -100px;
    </style>
    <body>
    In other words, you have a script block AND a CSS block between </head> and <body>. That's invalid code. Move it to where it belongs inside the <head> region.  You could have found this in an instant by checking the page here - http://validator.w3.org.

  • Design view not displaying

    Hi there
    I am very new to Dreamweaver working on an existing website.
    I have one page that is giving me problems.The web page itself is displaying just fine.
    In Dreamweaver, I am viewing with a split page, code on top and design on the bottom.
    The design page is not showing up. The code is there, the web page is there, its just I can't see anything in the design section, except the top and side headers which are fixed in place.
    If I switch to design only view, its the same.
    Every other page is fine - I can see code and design - its just this one.
    It's Dreamweaver 8.
    Thanks
    Jamie

    Ok I just found the advanced icons and now have ny double >> button. So I have pasted in text, highted it all and selected hopefully it is plain syntax highlighting.
    If you go to the webpage - http://unicredit.com.au/loans/home.html
    There is the heading “No Home Loan Set Up fees: til March31.”
    Then there is a bunch of copy and the circular pics start.
    All that copy in between the heading and the circular pics is not in my design view.
    ie my design view shows the heading “No Home Loan Set Up fees: til March31” and then the circular pics.
    The web page shows it all, the code view shows it all, it’s just the design view that doesn’t.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html><!-- InstanceBegin template="/Templates/generictemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    <!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="imagetoolbar" content="no">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Unicredit / Loans / Home Loans </title>
    <!-- InstanceEndEditable -->
    <script language="JavaScript">
    <!--
    function NewWindowAD2() {
    var WindowAD2=window.open("http://www.unicredit.com.au/special/Uniteller_gateway.html","tsw_window","width=780,height=480,Toolbar=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,status=yes")
    function NewWindowAD3() {
    var WindowAD2=window.open("http://www.unicredit.com.au/special/Uniteller_gateway.html","tsw_window","width=780,height=480,Toolbar=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,status=yes")
    function MM_displayStatusMsg(msgStr) { //v1.0
      status=msgStr;
      document.MM_returnValue = true;
    function MM_popupMsg(msg) { //v1.0
      alert(msg);
    function mmLoadMenus() {
      if (window.mm_menu_1020223924_0) return;
      window.mm_menu_1020223924_0 = new Menu("root",207,18,"",12,"#000000","#FFFFFF","#CCCCCC","#000084","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
      mm_menu_1020223924_0.addMenuItem("On Call Savings Account (S1)","location='/r3/products/s1.html'");
       mm_menu_1020223924_0.hideOnMouseOut=true;
       mm_menu_1020223924_0.bgColor='#555555';
       mm_menu_1020223924_0.menuBorder=1;
       mm_menu_1020223924_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1020223924_0.menuBorderBgColor='#777777';
                                        window.mm_menu_1020224118_0 = new Menu("root",175,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1020224118_0.addMenuItem("Everyday Accounts","location='../savings/everyday.html'");
      mm_menu_1020224118_0.addMenuItem("Special Savings Accounts","location='../savings/special_savings.html'");
      mm_menu_1020224118_0.addMenuItem("Term Deposits","location='../savings/term_deposits.html'");
       mm_menu_1020224118_0.hideOnMouseOut=true;
       mm_menu_1020224118_0.bgColor='#FFFFFF';
       mm_menu_1020224118_0.menuBorder=1;
       mm_menu_1020224118_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1020224118_0.menuBorderBgColor='#FFFFFF';
      window.mm_menu_1203172153_0 = new Menu("root",150,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1203172153_0.addMenuItem("Personal Loans","location='../loans/personal.html'");
      mm_menu_1203172153_0.addMenuItem("Car Loans","location='../loans/car.html'");
      mm_menu_1203172153_0.addMenuItem("Student Loans","location='../loans/student.html'");
        mm_menu_1203172153_0.addMenuItem("Student Car Loans","location='../loans/student_car.html'");
      mm_menu_1203172153_0.addMenuItem("Home Loans","location='../loans/home.html'");
      mm_menu_1203172153_0.addMenuItem("Visa Access Card","location='../loans/visa.html'");
      mm_menu_1203172153_0.addMenuItem("MyCard MasterCard","location='../loans/mycard.html'");
       mm_menu_1203172153_0.hideOnMouseOut=true;
       mm_menu_1203172153_0.bgColor='#FFFFFF';
       mm_menu_1203172153_0.menuBorder=1;
       mm_menu_1203172153_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1203172153_0.menuBorderBgColor='#FFFFFF';
        window.mm_menu_1203173138_0 = new Menu("root",154,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1203173138_0.addMenuItem("Financial Planning","location='../services/financial_planning.html'");
      mm_menu_1203173138_0.addMenuItem("Insurance","location='../services/insurance.html'");
      mm_menu_1203173138_0.addMenuItem("International Currency","location='../services/international_currency.html'");
      mm_menu_1203173138_0.addMenuItem("Travel Cards &amp; Currency","location='../services/Travel.html'");
      mm_menu_1203173138_0.addMenuItem("Tertiary Travel","location='../tt/index.html'");
       mm_menu_1203173138_0.hideOnMouseOut=true;
       mm_menu_1203173138_0.bgColor='#FFFFFF';
       mm_menu_1203173138_0.menuBorder=1;
       mm_menu_1203173138_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1203173138_0.menuBorderBgColor='#FFFFFF';
              window.mm_menu_1203173411_0 = new Menu("root",189,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1203173411_0.addMenuItem("BPAY","location='../access/bpay.html'");
      mm_menu_1203173411_0.addMenuItem("Bank@Post","location='../access/giropost.html'");
      mm_menu_1203173411_0.addMenuItem("Redicard","location='../access/redicard.html'");
      mm_menu_1203173411_0.addMenuItem("ATM Access","location='../access/rediteller_access.html'");
      mm_menu_1203173411_0.addMenuItem("Visa Access Card","location='../loans/visa.html'");
      mm_menu_1203173411_0.addMenuItem("Telephone Banking","location='../access/phone_banking.html'");
      mm_menu_1203173411_0.addMenuItem("Branch Access","location='../access/branches.html'");
      mm_menu_1203173411_0.addMenuItem("Transfers to Unicredit","location='../access/transferin.html'");
      mm_menu_1203173411_0.addMenuItem("SMS Alerts &amp; Enquiries","location='../access/sms_alerts.html'");
      mm_menu_1203173411_0.addMenuItem("Uniteller internet banking","location='../access/uniteller_info.html'");
       mm_menu_1203173411_0.hideOnMouseOut=true;
       mm_menu_1203173411_0.bgColor='#FFFFFF';
       mm_menu_1203173411_0.menuBorder=1;
       mm_menu_1203173411_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1203173411_0.menuBorderBgColor='#FFFFFF';
        window.mm_menu_1203173434_0 = new Menu("root",169,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1203173434_0.addMenuItem("Online security tips","location='../security/index.html'");
      mm_menu_1203173434_0.addMenuItem("Avoid internet fraud","location='../security/avoid_fraud.html'");
      mm_menu_1203173434_0.addMenuItem("Commons types of fraud","location='../security/common_fraud.html'");
       mm_menu_1203173434_0.hideOnMouseOut=true;
       mm_menu_1203173434_0.bgColor='#FFFFFF';
       mm_menu_1203173434_0.menuBorder=1;
       mm_menu_1203173434_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1203173434_0.menuBorderBgColor='#FFFFFF';
    window.mm_menu_1203173737_0 = new Menu("root",160,16,"",10,"#FFFFFF","#000000","#F6892D","#FCBC86","left","middle",3,0,1000,-5,7,true,true,true,4,true,true);
      mm_menu_1203173737_0.addMenuItem("Branch Locations","location='../aboutunicredit/branches.html'");
      mm_menu_1203173737_0.addMenuItem("Contact Unicredit","location='../aboutunicredit/contact.html'");
      mm_menu_1203173737_0.addMenuItem("Disclosure Information","location='../aboutunicredit/disclosure.html'");
      mm_menu_1203173737_0.addMenuItem("Join Unicredit","location='../aboutunicredit/join.html'");
      mm_menu_1203173737_0.addMenuItem("Management Structure","location='../aboutunicredit/management.html'");
      mm_menu_1203173737_0.addMenuItem("News and Information","location='../aboutunicredit/news_information.html'");
       mm_menu_1203173737_0.hideOnMouseOut=true;
       mm_menu_1203173737_0.bgColor='#FFFFFF';
       mm_menu_1203173737_0.menuBorder=1;
       mm_menu_1203173737_0.menuLiteBgColor='#FFFFFF';
       mm_menu_1203173737_0.menuBorderBgColor='#FFFFFF';
    mm_menu_1203173737_0.writeMenus();
    } // mmLoadMenus()
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
        <!--
        function showQuote(mylink) {
          if (!window.focus)return true;
          var href;
          var windowName;
          var features;
          var screenHeight;
          var screenWidth;
          var top;
          var left;
          var isStringUrl;
          if (typeof(mylink) == 'string') {
            href=mylink;
            isStringUrl=true;
          else {
            href=mylink.href;
            isStringUrl=false;
          windowName = "QuoteMaster_" + new Date().getTime();
          screenWidth = 767;
          screenHeight = screen.availHeight - 95;
          top = (( screen.availHeight ) - screenHeight ) / 2;
          left = (( screen.availWidth ) - screenWidth ) / 2;
          features = "resizable=yes,toolbar=0,menubar=no,directories=no," +
                      "scrollbars=yes,location=no,top=" + top +
                      ",left=" + left + ",width=" + screenWidth +
                      ",height=" + screenHeight;
          window.open(href, windowName, features);
          if( isStringUrl == false ) {
            return false;
    //-->
    </script>
    <script language="JavaScript" src="../mm_menu.js"></script>
    <link href="../unicredit2005.1.css" rel="stylesheet" type="text/css">
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    .style17 {font-size: 100%}
    .style18 {
    font-size: 120%;
    font-weight: bold;
    color: #FF6600;
    .style27 {
    font-size: 120%;
    font-weight: bold;
    .style28 {color: #336666}
    .style29 {font-size: 80%}
    .style30 {font-size: 70%}
    .style31 {font-size: 60%}
    .style36 {font-size: 120%}
    .style37 {font-size: 90%}
    .style41 {
    color: #FF6600;
    font-weight: bold;
    .style42 {font-size: 130%}
    .style43 {color: #FF9900}
    .style44 {color: #336666; font-weight: bold; }
    -->
    </style>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <script language="JavaScript1.2">mmLoadMenus();</script>
    <div id="masthead">
      <h1 id="siteName"><a href="http://unicredit.com.au"><img src="../images/Unicredit_logo_2011.jpg" alt="Unicredit logo" width="318" height="94" border="0"></a></h1>
      <div id="headerNav1"><a href="../index.php" id="but_home">Home</a><a href="../aboutunicredit/contact.html" id="but_contactus">Contact Unicredit</a></div>
      <br>
      <div id="headerInfo1">
        <p align="right">ABN 90 087 651 901 :: AFSLN / ACL 244168 :: BSB 806036<br>
        The University Credit Society Ltd </p>
      </div>
      <div id="globalNav">
      <a href="../savings/index.html" name="link11" id="link1" onMouseOver="MM_showMenu(window.mm_menu_1020224118_0,0,17,null,'link11')" onMouseOut="MM_startTimeout();">Savings &amp; Investments</a>|<a href="index.html" name="link8" id="link2" onMouseOver="MM_showMenu(window.mm_menu_1203172153_0,0,16,null,'link8')" onMouseOut="MM_startTimeout();">Loans</a>|<a href="../services/index.html" name="link9" id="link5" onMouseOver="MM_showMenu(window.mm_menu_1203173138_0,0,16,null,'link9')" onMouseOut="MM_startTimeout();">    Services</a>|<a href="../access/index.html" name="link12" id="link6" onMouseOver="MM_showMenu(window.mm_menu_1203173411_0,0,16,null,'link12')" onMouseOut="MM_startTimeout();">Account
          Access</a>|<a href="../security/index.html"  name="link10" id="link16" onMouseOver="MM_showMenu(window.mm_menu_1203173434_0,-40,16,null,'link10')" onMouseOut="MM_startTimeout();">Online
          Security Tips</a>|<a href="../aboutunicredit/index.html" name="link4" id="link7" onMouseOver="MM_showMenu(window.mm_menu_1203173737_0,-60,16,null,'link4')" onMouseOut="MM_startTimeout();">About
          Unicredit</a></div>
    </div>
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr valign="top">
        <td width="150" background="../images/BGNavMid.gif"><div id="navcontainer"><!-- InstanceBeginEditable name="leftMargin" --><!-- #BeginLibraryItem "/Library/nav_loans.lbi" -->
          <h2>Loans </h2>
          <ul id="navlist">
            <li><a href="personal.html"> Personal Loans</a></li>
      <li><a href="visa.html"> Visa Access</a></li>
      <li><a href="car.html"> Car Loans</a></li>
            <li><a href="student.html">Student Loans</a></li>
            <li><a href="home.html">Home Loans</a></li>
            <li id="third"><a href="home_stdvar.html">  Standard variable</a></li>
            <li id="third"><a href="home_fixedrate.html">  Fixed rates</a></li>
            <li id="third"><a href="home_equaccess.html">  Equity access</a></li>
            <li><a href="visa.html">Visa Debit Card</a></li>
            <li><a href="mycard.html"> MyCard MasterCard</a></li>
            <li id="third"><a href="mycard_infoglance.html">  Information at a glance</a></li>
            <li id="third"><a href="mycard_qa.html">  Questions &amp; answers</a></li>
          </ul>
    <!-- #EndLibraryItem --><!-- InstanceEndEditable --></div></td>
        <td><!-- InstanceBeginEditable name="content" -->
          <div id="breadCrumb">
            <p><a href="../index.php">Home</a> / <a href="index.html">Loans</a> /        Home Loans </p>
          </div>
          <h2 id="pageName">No Home Loan Set Up Fees:<span class="style43"> til March 31 </span></h2>
          <div id="content">
          <div class="feature">
            <table width="100%" border="0" cellspacing="0" cellpadding="5">
                  <h2>6.60% Standard Variable<span class="style29"> (CR*)  </span><br>
                    or 6.05% Fixed for 1 or 2 years<span class="style37"><sup>3<br>
                    </sup></span></h2><P>
                  <p class="style44">Speak to a Unicredit Lending Consultant today on (08) 9389 1011 or book an appointment at our Nedlands Lending Centre or </p>
                  <h2>
                    <a href="https://www.unicredit.com.au/secure/loanapplication_befapp.html?loantype=Home Loan" target="_blank" class="style41">:: click here to apply</a></h2>
                  <p class="style28"> </p>
                  <h2><span class="style18">We're waiving home loan start up costs.</span><span class="style37"><sup>1</sup></span></h2>
                  <p><strong>For a limited time Unicredit  will cover your home loan start up costs. </strong></p>
                  <p>As Unicredit is already a low cost lender, this will cover all  standard Unicredit loan costs and fees - including  property valuation<sup>4</sup> and Government Landgate costs.  If you&rsquo;re  re-financing an existing mortgage, you will still have money left over to  contribute to  exit costs from the bank.</p>
                  <p>The offer applies to all new home and investment loan applications, regardless of loan balance, for both new and existing members. <sup>1</sup></p>
                  <p><span class="style18"><br>
                    Why we can offer a better deal </span></p>
                  <p>As a &lsquo;mutual&rsquo; credit union,  Unicredit is able to act in the best interest of its members.  Our award winning range of home loans are not  available through mortgage brokers - so we don&rsquo;t pay commissions. If you take this opportunity to move your mortgage, you will be joining  4.5 million Australians who choose to bank at a place which is not a bank at  all... a place with all the products of a bank, but with a different attitude. As a member based organisation you can trust our motives, and know that we will be there for the long-haul.<br>
                  </p>
                  <p align="left"><span class="style18">Better personal service</span><br>
                    Unicredit members have their own personal lending consultant, who can tailor your lending for the lowest possible cost and best flexibility for future plans. </p>
                  <h5> </h5>         
                <td align="center" valign="top"><p><img src="../images/HomeLoan/boxes-lady.jpg" width="184" height="184"><br>
                </p>
                  <p><img src="../images/HomeLoan/house_Comesback.jpg" width="178" height="178"><br>
                  </p>
                  <p><img src="../images/HomeLoan/COmesBacklogo.jpg" alt="allComesBack" width="172" height="180"></p></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><p><img src="../images/HomeLoan/Pregnant.jpg" alt="ComesbacktoYou" width="191" height="183"></p>
                  <p> </p>
                  <p><img src="../images/HomeLoan/renos.jpg" alt="renos" width="199" height="192"></p></td>
                <td><p><span class="style18">Better standard variable rates</span><br> <swderew>
                  Our loans can&rsquo;t be simpler or more flexible. We don&rsquo;t play games with our members or use  complex loan structures to hide long-term rates and fees. Our aim is to be fair to all members.<br>
                </p>
                  <table width="300" border="0" cellspacing="4" cellpadding="0">
                    <tr>
                      <td width="120"><span class="style36">Unicredit </span></td>
                      <td valign="top"><span class="style27">6.60%</span></td>
                      <td valign="top"><div align="right" class="style17">6.60%<span class="style30"> CompRate</span>*</div></td>
                    </tr>
                  </table>
                  <p class="story">Full service - free redraw<span class="style30">(2)</span> - no 'exit' fee - and No Ongoing Fees <br>
                      <br>
                    compare that to the big banks' <span class="style17">Standard Variable Rates...</span></p>
                  <table width="300" border="1" cellpadding="2" cellspacing="0" bordercolor="#000">
                    <tr>
                      <td width="120"><P>ANZ</td>
                      <td valign="top">7.30%</td>
                      <td valign="top"><div align="right">7.40%<span class="style30">CompRate*</span></div></td>
                    </tr>
                    <tr>
                      <td width="120"><p>Commonwealth</p>
                          <p>BankWest<br>
                              <span class="style29">'Mortgage Shredder' </span></p></td>
                      <td valign="top"><p>7.31% </p>
                          <p>7.20%</p></td>
                      <td valign="top"><p align="right">7.45%<span class="style30">CompRate*</span></p>
                          <p align="right">7.26%<span class="style30">CompRate*</span></p></td>
                    </tr>
                    <tr>
                      <td width="120"><P>NAB</td>
                      <td valign="top">7.22%</td>
                      <td valign="top"><div align="right">7.35%<span class="style30">CompRate*</span></div></td>
                    </tr>
                    <tr>
                      <td width="120"><P>Westpac<br>
                              <span class="style29">'Rocket Repay' </span></td>
                      <td valign="top">7.36%</td>
                      <td valign="top"><div align="right">7.49% <span class="style30">CompRate*</span></div></td>
                    </tr>
                  </table>
                  <p class="story style29">rates taken from banking  websites as at 22/12//2011 </p>
                  <p class="story style29"> </p>
                  <p>As a special offer, you  can choose to <strong>fix your mortgage </strong> at 6.05% (CR*) for 1 or 2 years<sup>3</sup> - or   split your loan at no additional cost : to lock-in that rate on part of the  loan, but still allowing you to make extra repayments and free redraws.</p>
                  <p> </p>
                  <p><span class="style18">Better flexibility</span><br>
    Life is never simple, so we make sure that our loans are flexible enough to deal with your changing financial needs. Unicredit&rsquo;s best rate is on a simple standard variable product, which allows extra repayments at any time - and unlimited free redraws when you want to use those funds.<span class="style31">(2)</span> This  can save you hundreds of dollars in interest and fees, by replacing the need for personal loans and credit card debt for the whole family. We provide the personal service to make this easy.</p>
                  <p> </p></td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="10" cellpadding="0">
            </table>
            <p><span class="style18">Unicredit&rsquo;s professional lending service in Nedlands can customise your home or investment loan exactly for your needs.</span></p>
            <p>You can borrow up to 95% and keep your repayments low with the option of interest only repayments for up to 5 years. You can even split the loan between fixed and variable and make redraws at no cost. <span class="superscript">2</span>There are no ongoing fees for a Unicredit home loan and we&rsquo;ll even provide a Visa Access card which can be used to withdraw cash at any ATM in Australia with no Direct ATM fees and no maintenance fees. <span class="superscript">1</span></p>
            <p><strong>PLUS - No ATM Fees on any ATM in Australia <span class="superscript">5</span></strong></p>
            <p><strong><span class="superscript"><br>
            </span></strong></p>
          </div>
       <div class="story">
            <h1>Home loans available  </h1>
            <ul>
              <li><strong> <a href="home_stdvar.html">Classic Plus - Standard Variable Home Loan </a></strong></li>
              <li><strong><a href="home_fixedrate.html">Fixed Options Home Loan </a></strong></li>
              <li><strong><a href="home_equaccess.html">Equity Access</a></strong><span class="style17"><br>
           </span></li>
            </ul>
         <h3><br>
           Speak to a Lending Consultant &ndash; </h3>
         <ul>
              <li> You can speak to a Lending Consultant Monday to Friday, 8.30am to 4.30pm
                by calling Unicredit on (08) 9389 1011 or email <a href="[email protected]:[email protected]">[email protected]</a>.            </li>
           <li>You can also make an appointment with a Lending Consultant to discuss
                  your loan requirements anytime during office hours. </li>
           </ul>
         <h3> <br>
           Family Equity Mortgage <span class="superscript">#</span></h3>
         <ul>
              <li> Unicredit offers first home buyers a low cost way into the property market, with little or no deposit by using equity in the family home - which can even help avoid costly Lender&rsquo;s Mortgage Insurance.</li>
           <li><a href="home_familyeqmorg.html" target="_self">Find out more </a></li><br>
         </ul>
         <h1>Key Facts Sheet  </h1>
      <p>You can find this handy calculator on our 'Loan Calculator' page on this website. This facility allows you to input your desired loan amount and repayment period and, as their name suggests, receive a summary of all the 'key' information about the loan. Give it a try today.
    <br><A HREF=http://unicredit.infocast.com.au/>Click here</A> to start your own Key Facts sheet
         <h3><br>
           <a href="https://www.unicredit.com.au/secure/loanapplication_befapp.html?loantype=Home Loan" target="_blank" class="style42">Apply Today :: Loan
              application form</a></h3>
         <ul><li><a href="loan_calculator.html"> Online loan calculator</a></li>
              </ul>
         <p> </p>
         <p class="story"><strong>Interstate Lending</strong>: As a general rule, Unicredit only lends to Western Australian based members, however we encourage others to discuss an application.</p>
         <p class="story"><strong>Non-Australian Resident Applications </strong>: As a general rule, Unicredit will not lend to new applicants who are not resident in Australia</p>
         </div>
       <p class="disclaimer comparisonTable comparisonTable"> 1. <span class="comparisonTable">Unicredit will waive its standard   loan establishment costs and then reimburse standard loan establishment costs   and exit costs from previous financier, up to a total of $1000, for all new   property secured loan applications made before   31/3/2012. </span>2 Minimum loan redraw $1000. 3 The quoted fixed rate is an indicative interest rate only - the fixed rate is set at time of loan funding. 4 Standard valuation costs are defined as valuation costs for properties in the Perth metropolitan area, where the value is under $1 million. The property valuer's cost for this is $184.50. 5. Unicredit members with a home loan over $150,000 do not pay Direct ATM Fees on any ATM in Australia. Overseas ATM withdrawal fees still apply. </p>
       <!-- #BeginLibraryItem "/Library/TYSK_loans.lbi" -->
          <div class="disclaimer">
            <p> Things you should know</p>
            <p> All loan applications are subject to Unicredit's normal lending criteria.
              Fees and government charges apply, please refer to our Fees and Charges
              Schedule, by clicking on the link below or collecting from any Unicredit
              branch.</p>
            <ul>
              <li>
                <p><a href="../aboutunicredit/fees_charges.html"> Fees and charges</a></p>
              </li>
              <li>
                <p><a href="Interest" _mce_href="http://unicredit.com.au/aboutunicredit/rates.html">Interest">http://unicredit.com.au/aboutunicredit/rates.html">Interest Rates </a></p>
              </li>
            </ul>
            <p>*Comparison rate is for a loan of $150,000 for a term of 25 years. Warning: This comparison rate is true only for the  examples given and may not include all fees and charges. Different terms, fees  or other loan amounts might result in a different comparison rate.</p>
            <p>Comparison Rate Schedules are available from any Unicredit branch,
              or can be downloaded by clicking on the link below.</p>
            <ul>
              <li>
                <p><a href="../aboutunicredit/CRShome.pdf">Home Loan Comparison Rate Schedule</a></p>
              </li>
              <li>
                <p><a href="../aboutunicredit/CRSpersonal.pdf">Personal Loan Comparison
                  Rate Schedule</a></p>
              </li>
            </ul>
            <ul>
              <li>
                <p><a href="HardshipPolicy.html">Financial Hardship Assistance</a></p>
              </li>
              <li>
                <p><a href="../aboutunicredit/DisputeResolution.html">Dispute Resolution Procedure </a></p>
              </li>
              <li>
                <p><a href="../pdf/CreditGuideAppendix14.pdf" target="_blank">Credit Guide </a></p>
              </li>
            </ul>
            <p>+Unicredit will lend up to 95% of the valuation of the property for
              owner occupier or investment property home loans (Loan to Valuation
              Ratio or LVR). Where the loan exceeds 80% of the property valuation,
              lender's mortgage insurance is required (LMI).</p>
            <p>^Conditions apply.
              Repayment holidays are currently provided where a member is in advance
              on their minimum payments, to a maximum number of repayment periods
              that can be covered by the advance. Requests for repayment holidays
              must be made in writing to the Loans Manager.</p>
            <p>#Conditions apply.
              Family equity mortgages should be discussed with a lending officer
              by calling Unicredit on 9389 1011.</p>
            <p>~External fees such as government charges, settlement attendance and
              valuation fees apply. Please refer to our Fees and Charges Schedule.<br>
              </p>
          </div>
          <!-- #EndLibraryItem --></div>
        <!-- InstanceEndEditable --></td>
        <td width="140" class="rtmarginTable"><div id="rightMargin"><div class="rtmarginItem"><script language="Javascript">
    var agt=navigator.userAgent.toLowerCase();
    </script></div>
    <div class="rtmarginItem"><a
    href="http://www.unicredit.com.au/special/Uniteller_gateway.html"><img src="/images/logo-uniteller.gif" alt="Proceed to Uniteller" width="135" height="60" border="0"></a></div>
    <div class="rtmarginItem"><a
    href="http://www.unicredit.com.au/loans/mycard.html"><img src="../images/logo-mc-cardservices.gif" alt="MasterCard CardServices" width="138" height="47" border="0"></a></div>
    <div class="rtmarginItem"><a
    href="visa.html"><img src="../images/visa_access.gif" alt="Verified by VISA" width="138" height="48" border="0"></a></div>
      <div class="rtmarginItem"></div>
            <a href="http://rediatm.com.au" target="_blank">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="142" height="118" title="reditatm" onClick="MM_goToURL('parent','http://www.rediatm.com.au');return document.MM_returnValue">
              <param name="movie" value="/special/redi.swf">
              <param name="quality" value="high">
              <embed src="/special/redi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="142" height="118"></embed>
            </object>
            </a>
            <div class="rtmarginLink"><a
    href="../aboutunicredit/rates.html"><img src="../images/link_intRates.gif" alt="Interest Rates" width="136" height="22" border="0"></a></div>
        <div class="rtmarginLink"><a
    href="../aboutunicredit/fees_charges.html"><img src="../images/link_feesCharges.gif" alt="Fees & Charges" width="136" height="22" border="0"></a></div>
        <div class="rtmarginLink"><a
    href="../forms/index.html"><img src="../images/link_onlineForms.gif" alt="Online Forms" width="136" height="22" border="0"></a></div>
        <div class="rtmarginLink"><a
    href="loan_calculator.html"><img src="../images/link_loanCalculator.gif" alt="Loan Calculator" width="136" height="22" border="0"></a></div>
        </div></td>
      </tr>
    </table>
    <!--end navBar div -->
    <!--end headlines -->
    <!--end content -->
    <div id="siteInfo"><a href="Site" _mce_href="http://www.unicredit.com.au/aboutunicredit/sitemap.html">Site">http://www.unicredit.com.au/aboutunicredit/sitemap.html">Site
        Map</a> | <a href="Disclosure" _mce_href="http://www.unicredit.com.au/aboutunicredit/disclosure.html">Disclosure">http://www.unicredit.com.au/aboutunicredit/disclosure.html">Disclosure Info</a> | <a href="Contact" _mce_href="http://www.unicredit.com.au/aboutunicredit/contact.html">Contact">http://www.unicredit.com.au/aboutunicredit/contact.html">Contact </a> | &copy;2008
    Unicredit | Lost Card Hotline: 1800 224 004  | Swift Code: CUSCAU2SXXX  | BSB: 806-036 </div>
    <!--google analytics code dropped in -->
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "UA-2467622-1";
    urchinTracker();
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Design View Not Displaying Pages with any Formatting

    I asked this question in another thread and somebody locked it.  The question is not answered.  My Design view is not displaying my files with any formatting.  I can view them in a browser, but not in Design view where I can see my work as I'm working.  While I can upload files to the remote server (host provider) the links got screwed up so files on the remote server don't show any formatting either.  Every link, thousands of links, are off by one word (folder) from where my site was residing on my hard drive.  When I try to make a change to the links manually then I can no longer view them with any formatting in my own browser either.
    On my local broswer on my PC the address line reads: http://localhost/folderNameIneedToDelete/filename.php
    On the live website (for my homepage) the address line reads http://websiteName.com/folderNameIneedToDelete/index.html
    (Here is the text from another thread that was improperly locked)
    I just added a remote server to my site so I could begin uploading files to my host provider.  When I saved the setup I saw a message popup about the cache changing.  Now when I try to view a file in Dreamweaver in Design View it doesn't recognize any of the external style sheets.  It displays with no formating.
    I can still view the pages in a browser and they look appropriate, just not in Design View where I can continue working on the site as I've been doing.
    How do I get Design View to display my pages properly again using the .css pages that apply to each page design?
    Thanks,
    Robert

    Murray, thanks for all your assistance.
    Before I edit thousands of links again I want to confirm I've interpreted all your info correctly.  If I setup everything as follows all my pages should work in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and most importantly in a live environment at a host provider:
    Site Setup
    Site - Site Name:  anything including spaces
    Site - Local Site Folder:  C:\wamp\www\rootfoldername\
    Servers - Testing Server (Testing: checked)
    Server Name:  Testing Server
    Connect Using:  Local/Network
    Server Folder:  C:\wamp\www\rootfoldername\
    Web URL:  http://localhost/rootfoldername/
    Remote Server - Maintain synmchronization information:  checked
    Remote Server - Automatically upload files to server on Save:  unchecked
    Remote Server - Enable file check-out:  unchecked
    Testing Server - Server Model:  PHP My SQL
    Version Control - Access:  None
    Advanced Settings - Local Info - Default Images Folder:  C:\wamp\www\rootfoldername\_images\
    Advanced Settings - Local Info - Links relative to:  Document
    Advanced Settings - Local Info - Web URL:  http://sitename.com/
    Advanced Settings - Local Info - Case-sensitive links checking:  unchecked
    Advanced Settings - Local Info - Enable Cache:  checked
    Advanced Settings - Cloaking - Enable Cloaking:  checked
    Cloak files ending with:  unchecked
    Advanced Settings - Design Notes - Maintain Design Notes:  checked
    Advanced Settings - Design Notes - Enable Upload Design Notes for Sharing:  unchecked
    Advanced Settings - File View Columns - Name:  Built In - Show
    Advanced Settings - File View Columns - Notes:  Built In - Hide
    Advanced Settings - File View Columns - Size:  Built In - Show
    Advanced Settings - File View Columns - Type:  Built In - Show
    Advanced Settings - File View Columns - Modified:  Built In - Show
    Advanced Settings - File View Columns - Checked Out By:  Built In - Show
    Advanced Settings - Contribute - Enable Contribute compatibility:  unchecked
    Advanced Settings - Templates - Don't rewrite relative document paths: checked
    Advanced Settings - Spry - Asset Folder:  C:\wamp\www\rootfoldername\SpryAssets\
    Site File Structure - place files in the following folders:
    C:\wamp\www\rootfoldername
    webpages (html & php)
    _images  - [folder] (there are numerous image folders beginning with _images) containing .jpg and .png files
    _includes - [folder] containing attached .php files for the header, navigation and footer attached to every page
    _scripts - [folder] containing .js script files
    _styles - [folder] containing .css files (external style sheets)
    Connections - [folder] contains one php file (databasename.php)
    SpryAssets - [folder] containing system generated .js files .css files and .gif files
    ZendFramework - [folder] - I have no idea if the files in this folder are necesary and why it was placed here many months ago
    ** Links **
    Remove the leading / from every link in every file
    HTML5 shiv
    using an external link will always reflect the latest changes(Question) - If I link to this .js file externally at google instead of linking to a current copy in my _script folder could future changes to this external .js file cause future problems with the webpages that have this file attached?
    Remote Server
    Setup a remote server using the ftp address settings provided by the host provider.  (Question) Any settings defined for the future Remote Server (the first remote server was deleted when problems occured) will not cause any harm to anything involving the Testing Server such as viewing webpages in Design View, browsers accessed from the "Preview/Debug in browser" icon in Dreamweaver and will not cause any harm to any files eventually put to the host provider via that future Remote Server. Is that correct?
    Murray, thanks again for your help,
    Robert

  • USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    Greetings;
    This seems to an ongoing issue (see related discussion link).  We've been experiencing the same update lag since last Friday.  The new additions to the Collection appear and are accessible in both the iPad and iPhone applications, but even though they additions appear in "Quick View", the material doesn't appear in the Collection itself.  Apple is aware of the issue and is investigating.  All the best...
    Syd Rodocker
    Tennessee State Department of Education
    https://discussions.apple.com/message/15461971#15461971

  • Need to print an SSRS report in a web application to a designated printer without displaying in report viewer

    In an asp.net webforms app, I need to be able to print SSRS reports directly to designated printers without displaying them in the report viewer.  This needs to occur when I click on a button on the page, and I can use either local or server
    side reports.  There are 4 different reports, and one needs to be directed to a different printer from the other 3.  One of them also has very rigid formatting requirements, so the formatting cannot be altered by the print method.  I have
    researched this for hours, but all the solutions I have found for doing this are for windows apps, not web apps.  Can anybody help?

    Hello,
    You can try to use the Report Service web service to render the report and send to a printer to print the report programming.
    http://printssrsreport.blogspot.com/2011/09/print-ssrs-report-using.html
    Summer

  • Webi Page View Not Displaying Page Size Correctly.

    Hi Everone,
    I have an issue with one report where the page size sttings do not translate when viewed in HTML Page View.
    Figure one is the report as seen in the editor - as you can see the page is displayed correctly - A4 Portrait:
    And, when the report is viewed in PDF mode - again, no issues:
    But when viewed in HTML page view - it blows out the width of the page:
    Now this report, as far as I can tell, is set up no differently than 6 others that are designed to be printed as PDF, all of which do not display this behaviour.
    We design them to be printed as PDF but present them to the user in HTML Page view in order to allow injected JavaScript’s in the report to be run. This does not happen when you jump directly into PDF mode.
    I have checked in design view and I don't have any wayward report elements pushing out the width and the PDF renders correctly which would not happen if there were hidden elements causing issues, it would render a bunch of blank pages.
    So, I am at a loss. The page view is correct in edit mode and in PDV view mode but not in HTML page view. Has anyone else had this issue? I can’t work out why this happens only in one report when all the others work properly.
    HELP!!!
    - Nick

    Hi,
    I think it may be <div class="html5gallery-viral-0"> (contains the social media buttons) // screencasteu.worldsecuresystems.com/AP/2013-08-01_1033.png
    It's the only element that isn't in sync with the other elements on page, when compared to home.html for example.
    Kind Regards,
    Alex Pavelescu

  • Some report fields not displaying when users view reports in a Citrix

    Hi All, got a weird one.
    We have an app developed in MS Visual Studio 2007 that utilizes .NET crystal reports. Our users access these reports through citrix. Most of teh time, most people can view these reports correctly. SOME of the time, however, certain fields will disappear. The report still runs the same (grouping, ordering, etc) but key information is missing.
    After re deploying the reports and / or clearing the user's roaming profile then everything is good for a while, so I know it has something to do with a temp or cached version of the report. is there a way to set .net crystal reports to NOT cache AKA create new every time?
    Any assistance would be greatly appreciated!
    JOhn.

    Hi John,
    Yes and Yes.... 14 years...
    Multiple Commands and multiple data sources without being linked can cause problems if you also use SQL Expressions. If you try to add more than one data source in the Designer you'll get a pop up warning about server side grouping and SQLExpressions can not be used.
    But I don't think this would be the cause. May be a result of the option logically internal to CR but I don't think the data source would be the issue, again you said the info is there just not displayed.
    Do they have access to run your app without going through Citrix? Possibly running your app using Remote Desktop. Could rule out if it's a CR issue. I think this may be a GDIPlus problem, it is the dll that renders the page and could be dropping the objects. I know MS has been patching it lately to plug security holes....
    One option, if they can, is to use [Modules |https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip], get then to run it when the reports are working and then again when they are not and see if there are any dll differences...
    I have heard of a few other cases with Citrix and I believe it was narrowed down to being a Citrix problem and that was as far as we could take it....
    Process Monitor may help but if it's random it's a lot of info to go through to determine the cause.
    Maybe logging a case with Citrix might help also....
    Thanks again
    Don

  • DW acting strange - does not go to code view

    My Dreamweaver CS3 has started acting strangely since I
    upgraded to a new version of CS3 studio.
    I have been working with CS3 for a while now without needing
    too much of an adjustment from DW8.
    However, I just bought a new computer so I had to reinstall
    all my software.
    On the new box, DW is acting mighty strange:
    1) When I am in Layout view and click on an element to go to
    the corresponding line of code for the element it no longer goes to
    the line. However, it does when I r-click on it. It is a bit
    annoying since it also opens the contextual menu at the same time.
    2) When I am in code view (which is 99% of the time) and I
    click on an element, it no longer shows me the corresponding CSS
    rule in the CSS pane. Again, if I r-click sometiomes it works, but
    this one is not reliable either way. Sometimes it works if I double
    click, but most of the time it doesn't.
    3) The comment icon on the code toolbar is often grayed out.
    No reason I can see and just as often it wil work on the same line
    of code where it didn't work a minute before.
    I combed the preferences line by line without success.
    On my old computer I never had any issues like this. I find
    it very strange and it is crimping my workflow considerably. Is
    anyone familiar with theis behavior or how to fix it?

    The times I have seen others post things like this, it's been
    due to a bad
    installation - reinstalling fixes it.
    > What is the best way to transfer preferences, snippets,
    etc. from one
    > computer
    > to another?
    PREFERENCES? No way that I know of.
    SNIPPETS? Copy the Configuration/Snippets folder from the
    USER-specific
    application folder and paste to a similar location on the new
    computer.
    XP-
    C:\Documents and Settings\<user>\Application
    Data\Adobe\Dreamweaver
    9\Configuration\Snippets
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    VISTA-
    E:\Users\<user>\AppData\Roaming\Adobe\Dreamweaver
    9\Configuration\Snippets
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    9/Configuration/Snippets
    SITE DEFINITIONS? Export from DW on one computer to portable
    media, and
    Import to the other.
    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
    ==================
    "corradoconti" <[email protected]> wrote in
    message
    news:[email protected]...
    >I also wanted to give an update on the exact behavior I
    am experiencing:
    >
    > 1) I click on an element on the layout view and nothing
    happens - I
    > r-click
    > and it works as intended (but the contextual menu also
    pops up)
    > 2) I select code in the code view and instead of
    highlighting the
    > corresponding element in design view, nothing happens.
    > 3) When I r-click in design view on an element both the
    code and the CSS
    > rule
    > hightlights but when I select an element in code view
    the CSS pane does
    > not
    > respond at all. Other times it does show a rule but it
    always the last
    > rule in
    > my css, not the one I am selecting in code view.
    > 4) I click on a CSS rule in the CSS pane and I cannot go
    to the
    > corresponding
    > line of code in the CSS file about 70% of the time. When
    it does work half
    > the
    > time it takes me to the wrong place in the css file.
    > 5) In the code toolbar if I select a line of code all
    the "Comment" and
    > other
    > icons on the left may or may not be greyed out.
    Switching from one file to
    > another (any file) and then come back to the original
    file sometimes makes
    > those same icons active once again.
    > 6) On some files I cannot activate the "Visual Aids"
    toolbar icon. It
    > stays
    > grayed out for that page until I switrch to another page
    and come back.
    >
    > My guess is there are scores of other features not
    working properly. I
    > just
    > haven't got to them yet.
    >
    > What is the best way to transfer preferences, snippets,
    etc. from one
    > computer
    > to another? I want to try to capture my old preferences
    (code coloring,
    > file
    > extensions, etc.) and see if that makes a difference. At
    least, if I have
    > to
    > reinstall DW it would allow me to quickly set the new
    copy up with the
    > preferences that worked just fine on my other computer.
    >

  • Views not displaying any data

    Hi,
    We are experiencing a strange issue with views in production server.
    Views created off of one query is not working where it is displaying "NO Data Available" ,
    When the view is executed we fill in the company code and date and leve the remaining 10 selections with out filling, and we are getting "No Applicable data" ,but there is data for that selection.
    When we go and try to refresh the variable screen it is filled with date in all selections which are not date fields, and that is causing the problem. " Not sure why the date is filled in all the selections"
    Views on different query are working fine.
    But the views on same repot are working fine in Development server. But not in Production. We didnt make any changes to that query. We also regenerated the query.We have bounce the java server.  We have retransported the query and nothing worked.
    We are on SAP BI 7.0 SP 22
    Please suggest
    Thanks,
    Kiran
    Edited by: Kumar on Aug 17, 2010 4:04 PM
    Edited by: Kumar on Aug 17, 2010 4:13 PM

    Amer,
    Thank you for your reply,  based on your suggestion i have been trying to look for the OSS note untill now there is no success.
    I will still look for the note.
    Just in case if any one come across this oss note please let me know.
    Thanks,
    Kiran

  • When my iPhone 5s is paired with my 2014 Lexus Rx350 I am able to view text messages but cannot view email messages in the car display screen. My previous Blackberry Torch would read both text and email messages. Does anybody know how to fix?

    When I pair my new iPhone 5S in my 2014 Lexus it displays and allows me to read the SMS messages off my phone on the car display but it does not display or allow me to read email messages. When pairing my previous Blackberry Torch the car displayed and allowed me to read both. Lexus have told me it is an Apple problem and not a Lexus problem which may be true as the BB phone worked great. Does anybody know if Apple is planning an iPhone update for this? 

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

Maybe you are looking for

  • Exception processing message c0000013

    After downloading iTunes 7, the program holds, giving code above. So I inserted my original disk to re-install iTunes. But because my library has been modified with a newer version of iTunes, it can't read my date. Downloaded iTunes again (7) and aga

  • Scripts totals prinint in main window

    Hi, i want to print gross value, discount,output tax and total amount after printing all line items in main window. can any one tell me where i have to write the code for this gross value, discount,output tax and total amount. i mean how to check the

  • Contracts & Schedule Agreements and effects on MRP

    Currently our sales people are using SAP Contracts.  The contract shows up in my MRP daily but it shows a qty due to the customer as of the date the sales person entered the contract with complete qty due now or past due.  I am trying to get them to

  • IWeb is not working!!!!!

    My iWeb is not working right!!! All the widgets (exept for iPhoto and iMovie) do not work, every time a place the widget it just shows a selection square were the widget should be. The same thing happends when I chose to show the navigation on the to

  • Form SAP vs Crystal

    Como utilizo variável de form no SAP em meus Relatórios no crystal 2008  Atilizo a versão 8 do B1??? Edited by: HerenildoCruz on Aug 11, 2011 4:27 PM