Hide in a design view

hello!!!!
I'm doing a web portal.
In a layout i chose: "hide in design view". how can i show it again?
ty

ti,
You provided so little information, so I'll make some assumptions:
1). You are using JDeveloper 11g
2). You are talking about a JSF page
If that's true, use the Structure window (lower-left corner of the IDE by default), select the component you have hidden, right-click it, and un-check "Hide in Design View."
John

Similar Messages

  • How to hide content in design view within Dreamweaver?

    How can I hide content in design view within Dreamweaver?
    I have a tabbed content menu that uses some javascript. Everything looks great in Live view, but when I go to design view, all the content goes way beyond the div. How can I make it to where I can hide the content in that div in design view or wrap it completely inside of there? It's really hard to explain which is why I provided some pictures!
    LIVE VIEW
    DESIGN VIEW
    Thank you in advance for all the help!
    Dalton

    Humm....... you want to hide it in Design View whilst working on the rest of the site?
    If that is the case set the menu container <div> to display: none; -
    <div id="menu" style="display: none;">This is the content menu</div>
    Then either set it to display: block; when you're ready to view it live or remove the style completely.

  • How to hide subfolders in Outlook view in iPhone

    Need to hide all subfolders tht comes over from Outlook into my iPhone, takes forever to scroll down when all is showing. Is there a way?

    Humm....... you want to hide it in Design View whilst working on the rest of the site?
    If that is the case set the menu container <div> to display: none; -
    <div id="menu" style="display: none;">This is the content menu</div>
    Then either set it to display: block; when you're ready to view it live or remove the style completely.

  • Hide the design view for the report

    Dear All,
    I would like to block or hide the design view for the Crystal report.
    Please let me know.
    Thanks,
    Raja

    Hi Raja,
    It is not possible to hide the design tab in Crystal Reports.  However,  in Crystal Reports 2008,  there is the ability to password protect a file.
    Regards,
    Wallie

  • How do I Hide open accordion panels, tooltips, etc. in Design view in Muse

    I am adding tooltips and accordion panels in Muse.  The problem is that, when I am editting the site in Design view, I cannot get the tooltips and panels to close... and so any other objects, text, etc is hidden by the open tooltip / accordion panel... I worked around this somewhat by creating another element in the accordion panel that contains no text, and so shrinks the whole accordion when that element is active, but this is cumberson, and I can find no comparable work-around for tooltips...

    AppleScripts can be saved as run-only, which will keep a casual user from seeing the code, but there isn't a way to keep plain text from being seen.  You should never place sensitive information in plain text in your script/application, or even use them with global variables, since those are also saved with the script.
    The security shell utility can be used to get a password from the system keychain, for example:
    getKeychainPass("Apple") -- example
    on getKeychainPass(itemName)
      return text 2 thru -2 of (do shell script "security 2>&1 >/dev/null find-generic-password -gl " & quoted form of itemName & " | awk '{print $2}'")
    end getKeychainPass

  • Centre not working in Dreamweaver Design View (CSS+HTML)- Preview OK- help!

    Hi there
    I am having a slight problem with DW which I have had before, and fixed, but I cant for the life of me remember how I fixed it.  So any help is much appreciated.
    I am producing a proof site for a client and cannot load it to be live just yet so sorry for any inconvience but I have taken some screen shots and will paste code/html.
    The site is currently sitting like this  in the design view of DW
    [IMG]http://i1200.photobucket.com/albums/bb323/SKH_Design/Picture1-1.jpg[/IMG]
    Which it usually doesnt.... its usually centred within the design view!!
    this is how it sits in the preview
    [IMG]http://i1200.photobucket.com/albums/bb323/SKH_Design/Picture2.png[/IMG]
    My main page container is margin left auto and so is the margin right.
    (please excuse my experiment with the drop shadow behind the main container)
    please excuse me if anything is messy, im pretty new to this!!
    Thanks, Sarah
    Code -
    <style type="text/css">
        <!--
        @import url("styles/base.css");
    body {
        background-image: url(images/backgroundred.jpg);
        background-repeat: no-repeat;
        -->
    </style>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <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>
    </head>
    <body leftmargin="float">
    <div class="shadow">
    <div class="pagecontainer">   
                <!-- navigationbarstart -->
                <div class="topbarcontainer"><img src="images/pb-topbanner.jpg" width="800" height="126"></div>
                        <div class="navigationbar"> <img src="images/pb-linkbar1.jpg" width="353" height="34"><img src="images/pb-linkbar2home.jpg" width="87" height="34"><img src="images/pb-linkbar3products.jpg" width="198" height="34"><img src="images/pb-linkbar4offers.jpg" width="161"                                                                                                                                                                                                 height="34"></div>
                                <!--navigationbarend-->
                                <!--flashanimation-->
                                <div class="flashcontainer">
                                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="257" id="FlashID" title="paulburtonflash">
                                    <param name="movie" value="flashfiles/paulburtonflash.swf" />
                                    <param name="quality" value="high" />
                                    <param name="wmode" value="opaque" />
                                    <param name="swfversion" value="6.0.65.0" />
                                   <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="flashfiles/paulburtonflash.swf" width="800" height="257">
                                  <!--<![endif]-->
                                  <param name="quality" value="high" />
                                  <param name="wmode" value="opaque" />
                                  <param name="swfversion" value="6.0.65.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" width="112" height="33" /></a></p>
                                </div>
                                  <!--[if !IE]>-->
                                </object>
                                    <!--<![endif]-->
                                  </object>
                                </div>
                                <!--flashanimationend-->
                       <!--mainbackground-->
                       <div class="mainbackground">
                       <!--maintext-->
                        <div class="homepagetext">
                        Established in 1980, we are a drinks wholesale business, based in the Scottish Borders which prides itself on being able to provide alcoholic and soft drinks in whatever quantity you require at outstanding prices and on time.<br><br>
    We deliver 7 days a week and offer a free, prompt delivery service, by our own staff in the Borders, East Lothian and Midlothian.<br><br>
    <div class="textspacer1"></div>
    <div class="textsixe16">We have regular promotions - click here to view our latest special offers</div>
                        </div>
                        <!--endofmaintext-->
                        <div class="homepageimage">
                        <img src="images/pb-home-mainimage.jpg" width="328" height="219"></div>
                        </div><!--endofmainbackground-->
          <div class="bottombar">
                  <div class="bottombartext">
                    Paul Burton Drinks Wholesale, Pinnaclehill Industrial Estate, Kelso, Scottish Borders, TD5 8DW
                </div>
          </div>
    </div>       
    </div>
    </body>
    </html>
    CSS -
    @charset "UTF-8";
    /* CSS Document */
    .shadow{
    width:840px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../images/editableshadow.png);
    background-repeat:repeat-y;
    .pagecontainer{
        width:800px;
        height:auto;
        margin-right:auto;
        margin-left:auto;
    .topbarcontainer{
        width:800px;
        height:126px;
    .navigationbar{
        width:800px;
        height:34px;
        float:left;
    .flashcontainer{
        width:800px;
        height:257px;
        float:left;
    .mainbackground{
        width:800px;
        height:349px;
        float:left;
        background-image:url(../../CL%20-%20New%20Ideas/Images/pb-home-background.jpg);
        background-repeat:no-repeat;
    .homepagetext{
        width:372px;
        height:275px;
        float:left;
        margin:50px 0px 0px 50px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#FFF;
    .textsixe16{
        font-size:16px;
        font-weight:bold;
    .textspacer1{
        height:15px;
        width:5px;
        color:#d6f3fc;
    .homepageimage{
        width:328px;
        height:219px;
        float:left;
        padding:50px 0px 0px 20px;
    .bottombar{
        width:800px;
        height:59px;
        float:left;
        background-image:url(../../CL%20-%20New%20Ideas/Images/pb-home-bottombar.jpg);
        background-repeat:no-repeat;
    .bottombartext{
        width:600px;
        height:17px;
        float:left;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        color:#000;
        padding:25px 0px 0px 50px;

    "<body leftmargin="float">"
    Can you say what that's doing? "float" is not a legal value for the leftmargin style, which requires an integer value.  But its use is deprecated in favor of CSS anyhow.
    Your pasted code is lacking a doctype or anything that would normally be above that stylesheet link.  Is that just an oversight or is it really not there?

  • Design view in DW MX 2004 v7.0.1

    How can I set up the design view to show me what the page
    actually looks like? I'm going back to doing tabled webpages
    because it obviously can't handle CSS div tags, but the design view
    shows my tables (rows/columns) with dashed lines, a bunch of green
    arrows and pixel widths, etc. All I want to see is what the page
    looks like. Am I screwed and have to alt+tab over to an IE window
    to view my changes? Note: I'm working on a prototype for a
    website-these are just going to be click-thru screens (no real
    data, no 508 compliance, IE only, internal application).

    > How can I set up the design view to show me what the
    page actually looks
    > like?
    Actually looks like? In which browser? In which version? In
    short, there
    is no way to do this. Preview in the desired browsers to see
    what it
    actually looks like. And code the page so that it validates
    to get the most
    reliable cross-browser rendering - but be aware, DMX2004 is
    not the best at
    rendering CSS layouts.
    > it obviously can't handle CSS div tags
    Huh?
    > tables (rows/columns) with dashed lines,
    > a bunch of green arrows and pixel widths, etc.
    VIEW | Hide Visual Aids
    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
    ==================
    "rx7dave" <[email protected]> wrote in
    message
    news:f2adj7$q4h$[email protected]..
    > How can I set up the design view to show me what the
    page actually looks
    > like?
    > I'm going back to doing tabled webpages because it
    obviously can't handle
    > CSS
    > div tags, but the design view shows my tables
    (rows/columns) with dashed
    > lines,
    > a bunch of green arrows and pixel widths, etc. All I
    want to see is what
    > the
    > page looks like. Am I screwed and have to alt+tab over
    to an IE window to
    > view
    > my changes? Note: I'm working on a prototype for a
    website-these are just
    > going
    > to be click-thru screens (no real data, no 508
    compliance, IE only,
    > internal
    > application).
    >

  • Link to CSS problem (in Design View)

    Hello Dreamweaver experts,
    In the Design View Dreamweaver CS3 is not picking up the
    styles specified in a linked stylesheet. Let me explain...
    I am using an application in our office that relies upon HTML
    (but does not use a standard web browser).
    I need to refer to linked stylesheets using a variable like
    so;
    [example #1]
    <link href="{FILES_DIR}/path/css/stylesheet.css"
    rel="stylesheet" type="text/css" />
    The use of the variable construction "{FILES_DIR}" eliminates
    the need to hard code a drive letter into the link which is
    preferrable. Without "{FILES_DIR}" I have to hard-code the drive
    letter like so;
    [example #2]
    <link
    href="file:///K|/additional-path-details/path/css/stylesheet.css"
    rel="stylesheet" type="text/css" -->
    Both examples above yield the same result in the application
    (the stylesheet is found and its styles properly applied).
    However, only with example #2 does Dreamweaver's "design
    view" pick up and apply the stylesheet. Dreamweaver cannot find the
    stylesheet or apply its styles using example #1.
    My question is how can I make Dreamweaver understand and
    apply what "{FILES_DIR}" means.
    Any tips, tricks or pointers would be most welcome...

    "horse.badorties" <[email protected]> wrote
    in message
    news:fh9o12$80d$[email protected]..
    > Hello Dreamweaver experts,
    >
    > In the Design View Dreamweaver CS3 is not picking up the
    styles specified
    > in a
    > linked stylesheet. Let me explain...
    >
    > I am using an application in our office that relies upon
    HTML (but does
    > not
    > use a standard web browser).
    >
    > I need to refer to linked stylesheets using a variable
    like so;
    >
    >
    [example #1]
    > <link href="{FILES_DIR}/path/css/stylesheet.css"
    rel="stylesheet"
    > type="text/css" />
    >
    > The use of the variable construction "{FILES_DIR}"
    eliminates the need to
    > hard
    > code a drive letter into the link which is preferrable.
    Without
    > "{FILES_DIR}"
    > I have to hard-code the drive letter like so;
    >
    >
    [example #2]
    > <link
    href="file:///K|/additional-path-details/path/css/stylesheet.css"
    > rel="stylesheet" type="text/css" -->
    >
    > Both examples above yield the same result in the
    application (the
    > stylesheet
    > is found and its styles properly applied).
    >
    > However, only with example #2 does Dreamweaver's "design
    view" pick up and
    > apply the stylesheet. Dreamweaver cannot find the
    stylesheet or apply its
    > styles using example #1.
    Did you look into "design-time" styles sheets? That may solve
    your problem.
    It won't take care of the path in the document though...
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    - divaGPS - Add "you are here" highlighting to virtually any
    menu
    - divaFAQ - Create FAQ pages that toggle (show/hide) the
    answers
    - divaPOP - Easy, clean, standards-compliant popup windows.

  • 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

  • Design view disappears when I uncheck Restrict Page Occurrence

    Dear Adobe Forms Experts,
    I have an Adobe print form with two master pages: one mailing address page that should only occur once, as the first page, and then the main page, which can occur many times. I have been asked to make the mailing page conditional, based on the company code of the invoice. I followed a very useful discussion on SCN explaining how to do this with a HIDEPAGE global variable, wrapping all the fields on the page in a subform, and doing some FormCalc scripting for the subform.
    I was able to get the page to print as blank when the HIDEPAGE flag was set, but so far I have been unable to get the mailing page to go away altogether.
    I noticed that on the mailing page the "Restrict Page Occurrence" checkbox was checked, and the Min count was set to 1. Well, I thought, that could explain it; I'll just uncheck the "Restrict page Occurrence" checkbox, and all will be right with the world!
    Wrong! When I uncheck that checkbox, the Design View for my mailing master page disappears, and the mailing page never prints, regardless of the state of my HIDEPAGE global variable! When I recheck the checkbox, the design view reappears, and the mailing page goes back to printing a blank page when my HIDEPAGE flag is set.
    What in the world is going on here?! What am I doing wrong?
    Cheers,
    TerryB
    P.S. I am using Adobe LiveCycle Designer 9.0, and I believe the form was originally created using 9.0

    First off, in case anybody reading this in the future has any doubt, I will confirm that this discussion has morphed into the well-worn discussion on how to conditionally hide a page.
    Pavan,
        I am now working on a copy of the original form, so I have the freedom to do whatever I want. First off, thank you for the suggestion of right-clicking on the "data" very-top-level node in the hierarchy view, and selecting "Insert subform". That did the trick for adding the missing design view for my mailing page.
        I am now trying to reduce things to their simplest form, to reduce the number of places I could be going wrong. The mailing master page now contains nothing but a content area (which appears to be required). The design view for my mailing page now contains only two objects: the "D_HIDE_PAGE" flag, (bound to the global field in the interface, where I have put the code to conditionally set the flag), and a subform called "Show_Hide", which is set to "flowed". The flag field is wrapped in the Show_Hide subform. I added the following FormCalc code to the Initialize, form:ready, and layout:ready events of the Show_Hide subform:
    if ($.D_HIDE_PAGE == "X")
    then
    $.presence = "hidden" 
    endif
        When I do a print preview on the form for an invoice that does not set the flag, I see the label for my flag field on the mailing page. When I do a print preview for an invoice that DOES set the flag, I get a completely blank mailing page--but the blank page is NOT being suppressed!
        Just for grins I also tried adding the same FormCalc code to the same 3 events of the top-level subform of the design view (the one I added by right-clicking on the "data" node in the hierarchy view; I called this subform "MAIL_DESIGN"). Same results as before.
        I believe I've followed all the steps laid out in the many SCN discussions on this topic--but obviously I am still missing something. Any clues where I may have gone wrong?
    Cheers,
    TerryB

  • Design view in SharePoint Designer 2013

    This looks like a deal killer for me to move to SharePoint 2013 because the missing of design view in the new SharePoint Designer. Here is the way I do list development In SharePoint 2010:
    (1)   
    Create and deploy a custom ui web part in Visual Studio.
    (2)   
    Create additional “New”, “Edit” and “Display” list forms and set them as the default forms in SharePoint Designer.
    (3)   
    Edit the new created forms in design view.
    (4)   
    Locate and hide the original web part.
    (5)   
    Insert my custom web part proper location.
    Only code view is available in SharePoint Designer 2013, I do not know how to hide the default web part and insert my web part (which is deploy to the farm) in code. There are suggestions to use other edit tool to edit web pages. I am not sure
    (1)   
    How to access these form/page in SharePoint.
    (2)   
    How to insert SharePoint web part to the form/page.
    I really appreciate if you can help me out.

    Hi,
    Base on the description, you created web part in Visual Studio and created forms using design view in SharePoint Designer 2010. Now you want to access  the forms and insert the web part to SharePoint 2013 page.
    By default in SharePoint Designer 2013, to add new forms, we can only custom forms in code view. For more information:
    How to Create Custom Forms Using SharePoint Designer 2013:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    To insert the web part, we can follow these steps:
    Save this .webpart file to your computer.
    Open the site in the browser, and go to the page on which you would like to place your web part.  With the page in edit mode, click the Page tab, and the Insert tab.  Click
    Web Part.
    On the left side, under the web part categories, click the
    Browse… button under Upload a web part.  Browse to that .webpart file you saved at step1.
    Click Upload.
    Click to insert a web part again, and then you’ll see it in the Imported Web Parts category.  Click Add to add the web part to your page.
    Best Regards,
    Linda Li

  • Problem on designer view

    Hi All,
    I don't know why i can't display the designer view. Anybody can help me?
    or if you want more information, i can tell you.
    Regards,
    Luke

    Hi Luke,
    Designe veiw means you are not getting layout??
    First cehck this.. Goto the layout tab of the view. u will see an option of '.Show/Hide Layout Preview'.
    Still not getting, your sys not configured properly.. Check FQDN
    http://help.sap.com/SAPHELP_NW04S/helpdata/en/67/be9442572e1231e10000000a1550b0/content.htm
    and Goto SICF transaction activate relevant services..
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm
    Also cehck HOST name..
    view layout is not displaying, ( The page cannot be displayed)
    Cheers,
    Kris.

  • Hiding things in Dreamweaver Design view

    Hi, I have this huge Flash object on my page that is covering
    up roughly 75% of the page view. It is on a floating layer and I
    need to insert text under it. However I can't draw a new layer to
    do this, nevermind the fact that this huge gray box makes it
    impossible to see what's under it. Can I hide this Flash object in
    the design view, work under it, and then unhide it? Please refer to
    this image: www.dwbgallery.com/stuff/dw-flashobject.jpg
    Thanks!

    Good luck dale....
    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
    ==================
    "dalewb" <[email protected]> wrote in
    message
    news:ec25so$f02$[email protected]..
    >
    quote:
    Originally posted by:
    Newsgroup User
    > >...It is on a floating layer
    >
    > What's a floating layer? If it's a DW layer you can hide
    it with the
    > visibility options in the Layers Palette, but....
    >
    > >... and I need to insert text under it.
    >
    > Not sure why you want to put content "under" the Flash
    element which will
    > hide whatever it is.
    >
    >
    > Thanks for the replies. Yes, it is a Dreamweaver layer.
    A large portion
    > of
    > the Flash object is empty and published with the
    transparency option on
    > (wmode="transparent"). It was designed as a supplement
    to the existing
    > page
    > structure (it in effect hovers over the page). You can
    see it at work at
    > www.dwbgallery.com/dev.html. I ended up figuring this
    out, not through
    > hiding
    > the Flash object, but just by inserting the code I
    needed by hand into the
    > HTML.
    >
    > Murray, I took the time to screencapture, upload the
    image to my
    > webserver,
    > and provide a link to it to insure my post was
    understood. Between
    > describing
    > the question and doing that, I'm not sure how I could be
    more clear.
    > Nevertheless, you have a few promising links in your sig
    I will take a
    > gander
    > at.
    >
    >
    >

  • .clearfix css doesnt render in DW Design View

    I have used the css .clearfix code in my site to enable two
    divs to clear a floated element. It works fine in browsers like
    IE6, IE7, FF, Safari, etc. But the clearfix code doesnt make the
    divs clear when I am designing in Dreamweavers Design View. They do
    not clear. I have to use <br style="clear:both;"/> after the
    two divs to make them clear in Design View.
    The problem is that actually adding <br
    style="clear:both"/> after the two divs in DW renders the
    .clearfix solution redundant as it has the same effect of clearing
    the float.
    Basically Im saying its a shame that the excellent .clearfix
    code doesnt render in Desing View. Or does anyone know how to make
    it render in Design View without using the <br style... code?
    .clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */

    Hi there, in case anybody comes across this issue again, I had the same prob, compounded by 'edge case' situations where the .clearfix class wasn't enough. A solution (not ideal, but it does solve the problem) can be found here:
    http://forums.adobe.com/message/130568#130568
    It involves using a float clearance CSS technique, and then adding markup to enforce clearance in Design Mode, as suggested by Billy - the differnce is that you also set line-height and height styles to 0px on the added markup. I know adding markup is hardly ideal, but I added an alt="PLACEHOLDER" attribute to my markup clearance div (or <br /> in Billy's case), so I could 1) search and replace it out it later and 2) generate a validation error so I definately wouldn't miss it.
    -d

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

Maybe you are looking for