Where is the page title field and the property inspector? [subject edited by moderator]

Why do I not have the title window in the tool bar, and why do i not have the inspection panel at the bottom of my window

Similar Messages

  • Once I have a domain name how do I get DW's files on the web? [subject edited by moderator]

    So here is the back story.
    I recently purchased a domain name from google domains.
    I then started to try and learn how to make a website in dreamweaver.
    What i need help with is not the building website part but after you have your website completed in dreamweaver how do you host it under the domain name you have purchased?

    If your arrangement with Google includes hosting, they will provide you with the information you will need to enter into the remote settings when you define your site in DW.
    If you secure hosting elsewhere, the provider will give you their server information for your site definition.

  • Missing images and CSS styles! [subject edited by moderator]

    I edited a template in dreamweaver and uploaded it to my new website yet it only shows plain text? All of the pretty layout and pictures are missing? How do I upload all of the files the way that it looks in dreamweaver? Because there it looks perfect.
    neilmangicaro.com is the website

    I don't know where you got your "Template"  but in DW, Template.dwt files serve a very specific purpose for maintaining the overall appearance of your site wide pages and common elements such as footers, headers & menus.  If you're not familiar with DW Templates yet, I urge you to read the F1 Help Section > About DW Templates. Dreamweaver Help | About Dreamweaver templates
    A Template.dwt file is basically a common structure shared by many child pages that are spawned from that Template. 
    Nancy O.

  • The Property Inspector is missing the V Space and H Space fields in DW6 - where did they go?

    I just downloaded DW6.  The Property Inspector is missing the V Space and H Space fields, therefore I am unable to add space around my images.  Suggestions?

    It is no longer available because the problem with that was that it applied spaces around the image rather than where the user actually wanted them.  You now need to use CSS and apply margins and paddings and target exactly where you want them by using something like this:
    img {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    img {
         border: 0;
         padding: 0;
    The second style is generic to set margin and padding for all four sides.
    Good luck.

  • Adding a custom field to the property inspector in JDev 10.1.3

    Hello All
    I have a requirement where i have to add some custom entries to the property inspector.Say if we choose a text field in html there will be some standard values in property inspector.Now i want to add my own custom entry always on selection of text field.
    Or i am developing a custom editor and i always want property inspector to display some values on certain selections.
    I already went through the code samples provided for jdev 10.1.3 but i couldnt find one for property inspcetor.I also went through the oracle.ide.* packages.Could someone provide me a class or method from where i can start ???
    Thanks in advance !!!

    I was able to find the ide.jar file which contains all the necessary oracle.ide.* class files.
    I had another query....basically there are 2 kinds of packages of the form javax.ide.* and oracle.ide.*
    So suppose im faced with the situation of say adding menu items and defining actions on them then i guess it can be done in 2 ways using classes in javax.ide or oracle.ide.Can you elaborate how i should choose between these 2 packages.
    Is it if im using the <jdeveloper-hook> i shud use oracle.ide.* and the regular jsr 198 schema then the javax.ide.*
    Kindly clarify !!!! Thanks in advance

  • I have an Adobe Flash Professionals digital classroom book for CS6 and was following all steps easily until it ask me to select the text tool and change it from classic to tfl in the property inspector. I looked and all that drops down is dynamic, static,

    I have an Adobe Flash Professionals digital classroom book and was following all steps easily until it ask me to select the text tool and change it from classic to tfl in the property inspector. I looked and all that drops down is dynamic, static, and input. Where is the TFL and Classic ? I watched adobe learning center but he was using CS5. Can anyone please help?

    Hi,
    Do you use Flash CS6 to follow the instructions in the classroom book? If yes, then you can find it under text drop down for an AS3 Document as shown below
    If you follow the instruction in Flash CC or Flash CC2014 then you will not find this option as this is deprecated.
    Thanks!
    Mohan

  • Select an Image? Proportional Resize in the Property Inspector?

    I'm working in Dreamweaver CS 4 on a Mac. My problem is that I want to resize a jpeg while keeping it's proportions but I can't select it (so that the resize handles appear). When I click on it, I end up selecting the div it's wrapped in (or a div further out in the code). I can select it in the code, but the resize handles still don't appear - just the info in the property inspector shows. So I have two questions:
    1. Is there a keyboard shortcut that helps you "drill down" to select the item you're looking for - like in some print layout programs where you can hit a few buttons while clicking on it with the mouse and it keeps giving you lower and lower objects?
    2. Is there a way to change size in the property inspector where the proportions remain constant? 
    Thanks in advance for your help.
    Max

    That's a cool trick - only specifying the width - thanks!
    (Eventuallly, I would resize the image in PS so it would not require the browswer to do resizing for me).
    In answer to your question, pziecina, no - it's not a background image.
    One of the images has a z-index specified because I thought that might help, but it didn't.
    Here a link to a live page (which is a mess at the moment):
              http://www.mhrbuild.com/rapidstructural.html
    and here's the code for the entire page:
    <!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>MHR Home Renovation - 18th Century Farmhouse Sample</title>
    <link href="mhr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    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];}
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    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;
    //-->
    </script>
    <style type="text/css">
    <!--
    .spongy {
        float: left;
        margin-right: 15px;
    inset shot{
        position:relative;
        left:0px;
        top:0px;
        width:376px;
        height:166px;
        z-index:1;
    -->
    </style>
    </head>
    <body class="oneColLiqCtr" onload="MM_preloadImages('images/18th Century House/fireplace/045.jpg','images/18th Century House/fireplace/DSCN2242.jpg','images/18th Century House/dining room/042.jpg','images/18th Century House/dining room/042.jpg','images/18h Century House/fireplace/045.jpg')">
    <div id="container">
    <div class="hometopleft"><span class="logo"><img src="images/mhr_wLoveLogo.gif" alt="MHR Logo" width="191" height="141" id="Image1" /></span></div>
    <div class="hometopright"><img src="images/MHRhead.jpg" width="475" height="149" alt="MHR - Building, Remodeling, Repairs and Restorative Cleaning" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="sampleIndex.html">Samples</a></li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div class="contactbar">Phone 413-717-0003 • P.O. Box 1915, Lenox, MA 01240-4915 • [email protected]</div>
    <div class="sampleGallery" id="edy">
      <h1><span>PROJECT SAMPLES</span></h1>
    <h2>Rapid Structural Repair</h2>
      <h3>Repair of Structural Damage in the Bathroom of Tennant Occupied Unit</h3>
      <div class="jobdescrip" id="edyjob">
        <div class="spongy"><img src="images/rapidrepair/638_512x384.jpg" width="384" height="512" alt="Spongy Bathroom Floor" /></div>
    MHR was asked to fix a “spongy” area of the floor by the bathtub in a tenant-occupied, rental apartment.
        <p>Once opened, it became clear that the spongyness was a symptom of structural damage done during installation of original plumbing. Sections of load bearing joists had been removed to make room for plumbing, leaving the floor system with critical structural deficiencies.
          Sponginess was caused by the separation in the toilet waste flange during flushing. </p>
        <p> Structure had to be reengineered but replacing the floor joists entirely would have been prohibitively expensive and time consuming. Instead, MHR shouldered the broken part of floor from the apartment beneath and then added posts in the basement which carried the load all the way down to the basement concrete slab. <strong>This re-enginneared design provided a level of structural integrity that exceeded building code requirements and was far less expensive than any alternative approach.</strong></p>
        <div id="apDiv1">
          <div class="spongy" id="level"><img src="images/rapidrepair/653.jpg" width="253" height="160" alt="Level Shows Slant of Floor Before Repair" /></div>
        A carpenter's <br />
        level showing <br />
        the extreme tilt <br />
        of the floor <br />
        caused by the structural damage. </div
      ></div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="family">
        <h2>FIREPLACE MANTLE</h2>
        <div class="befafterbuttons" id="family_bda">
          <div class="befafterinside" id="during" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/045.jpg',1)" onmouseover="MM_changeProp('during','','backgroundColor','#008','DIV');MM_changeProp('dur ing','','color','#FFF','DIV')" onmouseout="MM_changeProp('during','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d uring','','color','#000000','DIV')">During CONSTRUCTION</div>
          <div class="befafterinside" id="detail" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/DSCN2242.jpg',1)" onmouseover="MM_changeProp('detail','','backgroundColor','#008','DIV');MM_changeProp('det ail','','color','#FFF','DIV')" onmouseout="MM_changeProp('detail','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d etail','','color','#000000','DIV')">DETAIL VIEW (close up)</div></div>
      </div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="window">
        <h2>VIEW OF DAMAGE FROM THE DOWNSTAIRS APARTMENT</h2>
        <p> </p>
      </div>
      <div class="spacer"></div>
    <div class="beforeduringafter" id="dining">
        <h2>DINING ROOM</h2>
        <div class="before" id="diningrm"><img src="images/18th Century House/dining room/009.jpg" alt="18centDin" name="18centDin" width="512" height="384" /></div>
        <div class="befafterbuttons" id="dining">
          <div class="befafterinside" id="dinduring" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/042.jpg',1)" onmouseover="MM_changeProp('dinduring','','backgroundColor','#008','DIV');MM_changeProp(' dinduring','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinduring','','backgroundColor','#D5DFFF','DIV');MM_changeProp ('dinduring','','color','#000000','DIV')">DURING CONSTRUCTION</div>
           <div class="befafterinside" id="dinafter" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/009.jpg',1)" onmouseover="MM_changeProp('dinafter','','backgroundColor','#008','DIV');MM_changeProp('d inafter','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinafter','','backgroundColor','#DFDFFF','DIV');MM_changeProp( 'dinafter','','color','#000000','DIV')">AFTER CONSTRUCTION</div>
        </div>
      </div> 
    </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • Align list arrow in the Property inspector

    Hello, everyone. I am taking a WEB Design class online, and have a problem figuring out something in Dreamweaver. I need to align an image, but I can't get access to the Align list arrow in the Property inspector. I clicked on the image, but for some reason the Align list arrow still doesn't appear. I even made sure to click the expander arrow in the lower right corner of the Property inspector.
    Does anyone know why the Align list arrow isn't appearing for me, and does anyone know how I can get it to appear? I would really appreciate some help, because this assignment is due in a couple of days. Thanks in advance!

    Hi,
    Sorry but I have no idea what you mean by "Align list arrow."
    Which properties panel are you working with -- HTML, CSS?
    What exactly are you trying to do?
    Which elements are you working with -- i.e. paragraphs, unordered lists, ordered lists, etc...?
    For best answers here, please include the  HTML & CSS code you have so far (a link to your page is preferred).  A second option is to copy and paste code directly into the web forum post.
    Nancy O.

  • How can I change the color of the font with the Property Inspector?

    In Dreamweaver CS6, can one change the font color with the property inspector?  How?
    I don't know if I will automatically be notified when someone responds, and I don't want to be running back to this site every day to check.  So if you have an answer for me, would you be kind enough to email me at [email protected]?  Many thanks.

    mike agranoff wrote:
    A font color button was available in a previous version of Dreamweaver I had been using.  But that version was incompatible with Windows 7, which is what my newer machine uses. 
    "Upgrade" and "improvement" are rarely synonymous.
    Mike Agranoff
    There is still a font color button in DW. In the Properties window, click the CSS button in the lower left when you have text selected. There is a little gray square with a tiny black arrow in the corner for font colors. It still uses css, but will muddy up your text with inline styles which isn't generally the best way to do things.
    One of the biggest advantages to using css is the ability to put all of your styles in one external .css file. That allows you to make a single change, to a color setting for instance, and have that change affect your entire site (everything you put a given css class on). As it stands, using the old html font-color attribute, or inline css forces you to go through the code with a fine tooth comb and change each individual setting.
    CSS is a massive upgrade and improvement over the old method.
    I would definitely suggest getting familiar with css, it really is required for any kind of modern website and ends up making your life much much easier while using the CSS Designer window in DW (which is where a lot of this stuff takes place now in a Design View development approach)...
    http://w3schools.com/css is a good place to start.

  • Font drop-down menu in the Property Inspector

    Hello,
    I am having an issue with the drop-down menu in the Property
    inspector panel that I can't figure out.
    I searched the forum and found 1 related topic, but it
    doesn't answer the question that I have.
    I am currently reading a book on Dreamweaver. In the lesson
    that I have it says to choose the size 24 from the drop-down menu
    in the Properties panel, but there isn't a size 24. All I see is 1
    to 7, +1 to +7 and -1 to -7.
    In the topic that I found in the forum is a picture of two
    different views of the font sizes:
    http://www.buddhapada.com/tests/roger.jpg
    How do you change which way Dreamweaver displays this list?
    I am currently using version CS3 for Windows on Vista.
    Any help, greatly appreciated,
    Cathy

    PREFERENCES | General > Use CSS instead of HTML Tags.
    Now look at the Size field in the Property inspector.
    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
    ==================
    "Tebbett" <[email protected]> wrote in
    message
    news:fai6pp$rdp$[email protected]..
    > Hello,
    >
    > I am having an issue with the drop-down menu in the
    Property inspector
    > panel
    > that I can't figure out.
    > I searched the forum and found 1 related topic, but it
    doesn't answer the
    > question that I have.
    >
    > I am currently reading a book on Dreamweaver. In the
    lesson that I have it
    > says to choose the size 24 from the drop-down menu in
    the Properties
    > panel, but
    > there isn't a size 24. All I see is 1 to 7, +1 to +7 and
    -1 to -7.
    >
    > In the topic that I found in the forum is a picture of
    two different views
    > of
    > the font sizes:
    http://www.buddhapada.com/tests/roger.jpg
    > How do you change which way Dreamweaver displays this
    list?
    >
    > I am currently using version CS3 for Windows on Vista.
    >
    > Any help, greatly appreciated,
    > Cathy
    >

  • Problem when I click the "browse to file" icon in the property inspector

    Please somebody help me. I am having a problem with Dreamweaver. When ever I click on the "browse to file" icon in the property inspector, it opens up a full size window on top of the Dreamweaver screen that can't be resize. This problem just started. I have shut down my entire system and restarted it and I am still having the problem. Can someone please help me. Thank-you

    When irregular things begin to happen in DW, it's usually caused by a corrupted cache file.  Below you'll find details on how to delete it.
    http://forums.adobe.com/thread/494811
    Nancy O.

  • Not able to change values in the Property Inspector

    Hello!
    Can some one please help me with this. I was working in
    Director when I noticed that all of a sudden I wasn't able to
    change the values in the property inspector, specifially the sprite
    properties such as the x and y coordinates and the width and
    height. I'll type in a value and then I will get an error sound and
    it will revert to the previous value. How can I fix this??
    Thanks!

    Hi Ringerz,
    I've seen the PI lock up sometimes. What usually works is to
    switch to List Viw
    Mode. Never have trouble there. Then, close Director and
    reopen. Think it's jus a
    bug that hasn't been fixed yet.
    regards
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au
    email: [email protected]

  • Getting the Property Inspector Window Back

    I am running ver 9.0.3-2 of JDeveloper running under Linux and have lost the Property Inspector window. How do I get it back

    make sure to have it checked marked in the view menu option.

  • Integrating Page Title iview and Discussion Iview

    Hi,
    We have assigned the customized Default Framework Page to the 'Everyone' group wherein we have removed
    the Page title bar Iview. So the users dont have the option of the 'History' and 'Back' buttons available on that iview.
    We dont want to make this iview available to all pages as it is consuming some space.Our problem lies here:
    In the Room Directory page, We get the list of available rooms. When any of the available rooms are clicked, it takes us to
    the Discussion iview. Here, since there is no Page title bar available, the users are not able to navigate backwards.It is only
    here that we want to make the Page title bar iview available.But since on clicking on any of the rooms, it takes us
    directly to the Discussion iview and not a Page, we are not able to integrate the Page title bar iview.
    Please help us in this regard.
    Regards,
    Prathamesh Dalvi.

    Hi,
    Even I was trying for the solution which you have suggested but the problem is how to call the new page which contains the discussion iview because, by default, all the rooms show the link which points to the original Discussion iView. How can we change the link to point to the new page.
    Also is there any other provision of adding a 'Back' button.
    Regards,
    Prathamesh Dalvi

  • Where is the Property Editor - Portal_server ?

    Hello:
    I'm following this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/fd584289e59041e10000000a1550b0/frameset.htm">documentation</a> and I can't find the Property Editor - Portal_server.
    Thanks.
    RLS.

    Thanks for answer Ramakrishna Prasad.
    Yes, of course. My mistake on putting the general link of the documentation.
    Under the title <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2c/00584289e59041e10000000a1550b0/content.htm">"Create a Web Dynpro Iview"</a> says:
      "5.      In Step 4 of the Web Dynpro iView Wizard you have to specify the Web Dynpro-specific parameters.
               a.   System"
    (and is show the "Property Editor - Portal_server " screen).
    Thanks a lot.
    RLS

Maybe you are looking for

  • What are the terminal commands to list all plugins, extensions, etc?

    I remember a while ago reading a thread on diagnosing kernel panics and such, where someone listed a number of commands (I think there were four separate terminal commands) which produced lists of plugins, daemons, background enhancers, extensions et

  • Lightroom 4 freezes due to video files

    I just installed Lightroom 4 Upgrade on a Mac running Lion. Everything went well until I created a Smart Collection with a file type of video. As soon as I click "Done" on the Smart Collection setup, Lightroom froze. I have to force quit the program

  • How to delete parent and child records together ?

    Hi, I'm using Jdeveloper 11.1.2.2 I want to delete a row from a table but it is showing: Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-02292: integrity constraint (TABLE1_TL_FK1) violated - child record found.So how can I delete a

  • No sight or sound of my Korg Krome on my Audio set up - midi prob.

    hi everybody. I've just bought this beautiful Gold Krome. I can't get my Mac ( OS X 10.7.5 ) to recognise it. It is connected by USB ( I tried Midi cables but no joy at all there) and I've opened Logic Pro 9. I can record visibly on Logic, and I can

  • Need advice about new project!!

    I come from a dvd background and more recently a online video background (lost of h.264 stuff). I have a client who would like me to do a training DVD-ROM. Shoot the footage - easy Edit the multi cams - easy Add screen shots of the software and chang