MX2004 - CS4 : can't see new CSS outlining

I got out of the stone age and got CS4 mainly for graphic workflow and easier integration with DW. What sold me is being able to see the outlining CS4 shows with CSS.
But when I brought in all my websites and opened them it pretty much display as MX did although of course there's live view etc. BUT there's no outlining around all the CSS page content and there's no tree when I view the CSS files.
I  mainly used MX2004 for hand coding since its so old and all the site render properly in the browsers. Why won't they take advantage of the new features in DWCS4? Is it because they were created in MX? It shouldn't matter to the CSS should it?

You toggle the CSS visual layout aids on/off: View > Visual Aids
http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WScbb6b82af5544594822510a94ae8d65-7de4a .html
I also make extensive use of Firebug in Firefox to see which rule is affecting which element in the layout.
When you say there's no CSS tree, are you referring to the CSS Panel in DW or the Code in Code View or something else?

Similar Messages

  • Why in SE16 we can not  see New Data Table for standard DSO

    Hi,
    We says that there is three tables (New Data Table, Active Data Table and Change Log Table) of Standard DSO, Then Why in SE16 we can not  see New Data Table of Standard DSO.
    Regards,
    Sushant

    Hi Sushant,
    It is possible to see the 3 DSO tables data in through SE16. May be you do not have authorization to see data through SE16.
    Sankar Kumar

  • My iPod Nano (fourth generation) is stuck on a black screen and will not charge. It's done this before and you can still see a faint outline of the green charging sign and the time/date. HELP

    My iPod Nano (fourth generation) is stuck on a black screen and will not charge. It's done this before and you can still see a faint outline of the green charging sign and the time/date. HELP

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • Help! Sometimes Dreamweaver CS3 can't see my .css file

    Once a day or so dreamweaver cs3 can't see my .css file. So
    all my files that I am working with turn to poop. To fix I have to
    close each file and re-open. Then my .css returns and all my files
    are how they should be. Anyone else ever have this problem?

    That I do not know - I've never looked. From the styles
    panel, I do know that it does not completely disapear - it shows
    the .css - just all the rules are missing. I will look next time.
    Usually only happens when multiple files are open. Thanks

  • Help! When I set Colunm_header_visible=off(web item), I can't see new line

    Please help!
    When I set COLUMN_HEADER_VISIBLE = OFF for Web Analysis item I can't see new line for input ready form. What should I do to fix this problem?
    Thank you
    Edited by: AlexNK on Jul 9, 2009 10:01 AM

    Please help!
    When I set COLUMN_HEADER_VISIBLE = OFF for Web Analysis item I can't see new line for input ready form. What should I do to fix this problem?
    Thank you
    Edited by: AlexNK on Jul 9, 2009 10:01 AM

  • Dreamweaver can't see my css or template files

    I'm sure this is a simple problem with a simple answer, but it's baffling me...
    I'm currently setting up a new site with a new local root folder. I'd like to make some pages for this new site based on my existing css file and templates. I put these files into my new site's local root folder, then clicked through the usual 'Page from template' procedure and created a new page from one of my templates in the normal way.
    Trouble is, as soon as I try to save the page I've created, I get an error message: "This document uses the following files not in this site -" Dreamweaver then lists my css file and various image files. But all the files show up as present and correct in my new local root folder!
    The error message box gives me the option to copy the files to the local root folder of my new site - although, as I've said, as far as I can see from a glance at the Files panel, they're all there already. In any case, if I click the "Copy" button, I get another error message: "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."
    I can upload the page, but it comes up with no formatting - here it is: http://www.nemesis.to/testpage.htm
    Looking at the code, I see that the css file is linked like this:
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    I suspect that might be where the problem is. I would expect that line of code to look more like this:
    <link href="newpagestyle.css" rel="stylesheet" type="text/css" />
    But I have no idea why that's happening, or where to go from here. I suppose I could re-write that line of code by hand, but that doesn't amount to fixing the problem. I'd like the whole thing to work normally from the first click!
    Have I got my css file and/or template files in the wrong place? What do I have to do so Dreamweaver can find the files?
    All advice welcome - thanks for any wise words you might have.  Sorry if this all seems very simple, but I really don't know enough about this stuff to make progress from this point.

    Oh, yes, I think it's all ludicrously over-complicated! The thing is, I've been using my templates without any trouble for ages. The problem only came up when I created a new local root folder, copied my template and css files into it, created pages using those templates and - suddenly I've got no formatting.
    Everything in the old local root folder is still working fine. I can make new pages from the template files in that folder and it's all good. It does look like the copy/paste process broke the essential links, but how could that happen?
    I suppose I could create new templates from scratch in the new local root folder, but that seems unnecessary when I've already got template files that work perfectly - in the *other* local root folder!
    Anyway, here comes the code...
    This is the page_layout.dwt file as it appears in my old local root folder. This is the file as it appears in my old local root folder - the one that that works!
    Note the link to the css file, which I've made bold here:
    <!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>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- TemplateEndEditable -->
    <link href="../newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- TemplateBeginEditable name="Masthead" --><img src="../imagesissue9/graphicsissue9forward/generic_masthead.jpg" width="525" height="250" alt="Nemesis To Go" /><!-- TemplateEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="../imagesissue9/graphicsissue9forward/linkbuttons_definitive.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- TemplateBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="../imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Nemhain</span><span class="datedetails"><br />
    Borderline, London<br />
            Wednesday September 8 2010</span></p>
        <table width="900" border="1" cellspacing="4" cellpadding="4">
          <tr>
            <td> </td>
            <td> </td>
          </tr>
        </table>
        <table width="880" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"> </td>
            <td width="723"> </td>
          </tr>
        </table>
        <table width="841" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"> </td>
            <td width="549"> </td>
          </tr>
        </table>
        <table width="824" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"> </td>
            <td width="49"> </td>
          </tr>
        </table>
        <table width="868" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"> </td>
            <td width="710"> </td>
          </tr>
        </table>
        <table width="844" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="443"> </td>
            <td width="367"> </td>
          </tr>
        </table>
        <table width="900" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="125"><table width="825" border="1" cellspacing="4" cellpadding="4">
              <tr>
                <td width="137"> </td>
                <td width="654"> </td>
              </tr>
            </table></td>
            <td width="741"> </td>
          </tr>
        </table>
        <table width="900" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="62"> </td>
            <td width="804"> </td>
          </tr>
        </table>
      <p class="supportband">Pussycat And The Dirty Johnsons: <a href="http://www.myspace.com/thejohnsonsno1" class="supportband">MySpace</a> | <a href="http://www.facebook.com/thedirtyjohnsons?ref=ts&sk=wall#!/thedirtyjohnsons?sk=wall" class="supportband">Facebook</a></p></div>
      <!-- TemplateEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- TemplateBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- TemplateEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="../imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    </html>
    And here is the file as it appears after I'd copied it into my new local root folder. This is the version that won't give me any formatting. Note the link to the css file has changed. This surely must be the problem, because I can't see anything else that's different  - but how could that line change simply by copying the file into another local root folder?
    <!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"><!-- InstanceBegin template="file:///Macintosh HD/Users/michaeljohnson/Documents/Templates/photopagelayout.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- InstanceEndEditable -->
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- InstanceBeginEditable name="Masthead" --><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/generic_masthead.jpg " width="525" height="250" alt="Nemesis To Go" /><!-- InstanceEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/linkbuttons_definiti ve.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- InstanceBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Genuflex</span><span class="datedetails"><br />
    Underbelly, London<br />
           Friday November 26 2010</span></p>
        <table width="900" border="0" cellspacing="4" cellpadding="4">
          <tr>
            <td width="124"> </td>
            <td width="742"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex13.jpg" width="604" height="404" alt="Genuflex" /></td>
          </tr>
        </table>
        <table width="880" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex1.jpg" alt="Genuflex" width="604" height="443" align="right" /></td>
            <td width="723"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex7.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
        <table width="841" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex11.jpg" width="254" height="366" align="right" /></td>
            <td width="549"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex6.jpg" alt="Genuflex" width="604" height="404" align="left" /></td>
          </tr>
        </table>
        <table width="824" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex5.jpg" alt="Genuflex" width="250" height="411" align="right" /></td>
            <td width="49"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex9.jpg" alt="Genuflex" width="504" height="406" align="left" /></td>
          </tr>
        </table>
        <table width="868" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex8.jpg" alt="Genuflex" width="604" height="441" align="right" /></td>
            <td width="710"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex12.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
      <p class="supportband">Genuflex: <a href="http://www.genuflexmusic.com" class="supportband">Website</a> | <a href="http://www.myspace.com/genuflex" class="supportband">MySpace</a> | <a href="http://www.facebook.com/#!/pages/Genuflex/122544001105597" class="supportband">Facebook</a></p></div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- InstanceBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- InstanceEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>
    Sorry for the big wedges of code - and sorry for this being such a stupid problem. I'm almost ready to scrap the whole idea of creating a new local root folder!

  • Can't See New Type on My Page

    I'm having trouble with DW5.5 on Mac OS 10.6.8. I'm trying to update my resume and when I type in my new info, "Is This How I Look?" I can't see it on my design page, but it shows up on the code page. Here is the code from the top of the page and following is the line of code with the new copy in it. My url is http://www.deborahdavisdesign.com/.
    Thanks for any help.
    <!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"><!-- InstanceBegin template="/Templates/basic_page.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Resume</title>
    <!-- InstanceEndEditable -->
            <p><span class="subhead">2011</span><br />
                    <span class="show_name">Is This How I Look?<span class="resume_text"></span></span><br />
                    </p>

    Hi, Jtanna. I did the best I could per your instructions. Here is the link to the test page.
    http://deborahdavisdesign.com/resume_Test.html
    I noticed that all of the copy in the resume in Bold Ital does not show up on my Design View, but does in Code View and on the site. When I created this site, I used CSS and assigned a style to all text. Now, when I put in an insertion point in my text in Design View I can see the assigned style. But I cannot select just one word or a phrase, the entire line of copy is selected when I click and drag. And when I am forced to select the entire line of copy, no CSS style shows up then.
    Here is a screen shot showing the missing copy in Design View. If you compare that to the website, you will see that all the Bold Ital heads are missing.
    Not sure if this is a CSS issue, or an upgrade issue, or old code from CS2 messing it up. Thanks SO much for helping me out. Looking forward to getting this figured out.

  • Dreamweaver CS4 - Can't see table cells and borders

    Hello you all.  I just started using CS4 and whenever there is a white background I can't see any of the table cell or main borders.
    I went to View>Visual Aids>Table Borders and it is on, but I can't seem to find the area I need to change the color to view it on white.

    I just remember the previous versions would allow you to change the dotted line color that indicated the table and cell borders.
    Must say I can't ever remember that being a preference in any previous version of DW.
    Sadly, it looks like I will be using tables to set up my site.  Haven't adopted CSS as much as I'd like at this point.
    Now's as good a time as any to start with CSS from the ground up.
    Try one of the pre-made templates in DW under File > New

  • Can not see new Power Query data sources?

    Hi, 
    New Power Query can connect to three new data sources: Sybase IQ, Exchange, Dynamics CRM Online
    http://office.microsoft.com/en-us/excel-help/whats-new-in-power-bi-ha104149776.aspx
    I just installed the latest Power Query and wanted to connect to CRM Online instance. For some reason I can not see these new data sources, what am I missing?
    Thanks in advance!

    Hmm... I didn't think we had quite released this version yet. It's possible that that website went live before the link to the new download. There should be a blog entry about this on the "Power BI" blog in the very near future.
    At the risk of providing a spoiler :), the CRM Online support is via OData.

  • Can only see New apps in iPad app store

    Seems kind of pointless to search for apps on the iPad app store, when it will only show you the "new" ones. When I choose any category, then click the show all button, I don't get all, just the "new" ones ... never more than about 97 or so. searching the same category in iTunes for just iPad apps will almost always yield far more choices. for example I can only see about 97 utilities for the iPad from my iPad app store, but in iTunes there are 260 choices. They aren't iPhone apps either. Another example, if I show the games category on the iPad I can only see 27 New and Noteworthy apps, and 24 What's hot apps. No more. In iTunes I have an additional option of a subcategory, for example Action, there are 200 games released for iPad since March 31st available in that one category.
    Not sure if I have a preference set wrong, it's just a bug, or if someone just wasn't thinking. Mayabe it's a bandwidth thing, but at least give me the subcategories or let me see the "next" 50.

    Kappy wrote:
    Yes. How else do you access the App Store? I'm not aware that you can do the same thing from the iPad's App Store app. Nevertheless, whatever you browse from the iPad if there's "+" in the price it means the app can be used both on an iPhone and iPad.
    I guess you finally understood the question
    Why should I be forced to use iTunes to see all of the apps? The iPad app store should see everything just like iTunes.. This isn't an iPhone.
    At least the link is some what helpful although quite slow going back and forth to app store to get details.

  • Restore from Time Machine can't see new HD

    I am upgrading my 250gb hard drive to a 320gb WD Scorpion (found here: http://www.newegg.com/Product/Product.aspx?Item=N82E16822136280) so I took out the old hard drive, put in the new one, booted from the leopard install disc, and went to Utilities>Disk Utility. I can see the new drive, I partitioned it using Mac OS Extended (journaled), and called it Macintosh HD. Then I went to Utilities> Restore System from Backup... I selected my external drive with my time machine back ups, and picked the latest one. On the Select a Destination screen, it says "Searching for disks" but never finds my new drive that disc utility can clearly see, so I can not restore my system.
    PLEASE HELP! Why is it not recognizing the drive?

    Hi jonmerlin
    Welcome to Apple Discussions
    Sounds like you have formatted it correctly, but have not set it to the correct Partition Map Scheme.
    While booted from your Install disc, open Disk Utility and select the drive in the left hand column. Then click on the Partition tab and then the Options button, there you'll see several choices. The first "GUID Partition Table" is for Intel-based iMac's or "Apple Partition Map" for PowerPC-based Mac's. Select the choice that is appropriate for the Mac you have, then click OK. You should now be able to format the drive as Mac Os Extended.
    Then follow the instruction in the Restore from your Time Machine backups article:
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/15638.html
    Dennis

  • Zen Nano Plus can't see new so

    I have a GB CL Zen Nano Plus with 208 (WMA) songs in 6 folders (352 MB space used). When I add new WMA songs, they show up on Windows Explorer File Manager but won't play on the MP3 player. When the MP3 player is unconnected to the computer, I can't even see them on the player. The WMAs are not protected; we tried WMP 9 and 0 to rip the music files from CD. Heard that updating the Firmware might fix, but wanted to be sure. Any suggestions?

    There are too many folders on your player - the ZNP can only see a total of 60 folders including any that don't have any music directly in them such as Artist folders. Connect your player and use Windows Explorer to rearrange your player so it uses less folders. When you say that the files aren't protected are you sure? WMP rips CDs to protected files by default so check in Tools, Settings to switch off Copy Protected. PB

  • Can't See New Layer Styles In PS Elements V. 6 For Mac

    Can someone tell me why I cannot see new styles after I have installed them in PS Elements V6 for Mac. I have used Elements 4 for Mac for about a year, and I've just recently bought the new version. The book says you install them the same way in V. 6 as I did in V4. But they do not show up in the drop down list.  I use styles a lot in V. 4. Thank you.

    I did just as you said -- deleted both the mediaDatabase.db3 and the thumbdatabase.db3 -- they were not in folders other than 6.0 folder. I'm not sure what you meant by "repair permissions", but it did run through rebuilding itself after I restarted PSE.
    Do you think it might help if I created XML files? I read something about them in the manual, but it sounded so difficult, I was afraid to try it. 
    I really appreciate your help. Thank you.

  • Can't see new portlets in repository

    Hi ,
    after adding a neww portlet (PL/SQL) TO provider , i can not see it although it was compiled succesfully !! it gives the following error in "monitor log detail report" :
    name : wwpro_api_provider.get_portlet_list
    date :01-Aug-01
    information : provider [9441238]: "provider name" LANGUAGE: us Error: PORTLET_EXECUTION_EXCEPTION .
    null

    My portal version is 3.0.9.8.0 upgraded with patch to 3.0.9.8.1.
    My provider is a PL/SQL provider.
    I have a procedure in a package. I have a call to this procedure in my package provider.
    When i go to Administer/Display Portlet repository and refresh the provider, my new portlet doesn't appear in the list.
    The errors i've get in the refresh errors are:
    PROVIDER[685130]: NOTICIAS LANGUAGE: e ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685130]: NOTICIAS LANGUAGE: us ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685161]: UX_PROVIDER_MATERIAS LANGUAGE: us ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685161]: UX_PROVIDER_MATERIAS LANGUAGE: us ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685130]: NOTICIAS LANGUAGE: us ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685130]: NOTICIAS LANGUAGE: e ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685161]: UX_PROVIDER_MATERIAS LANGUAGE: e ERROR: PORTLET_EXECUTION_EXCEPTION
    wwpro_api_provider.get_portlet_list 19-JUN-02 PROVIDER[685161]: UX_PROVIDER_MATERIAS LANGUAGE: e ERROR: PORTLET_EXECUTION_EXCEPTION
    NOticias is my procedure package and UX_PROVIDER_MATERIAS is my package provider

  • After Effects CC - can't see new Cinema 4D features

    I have subscribed to the Creative Cloud for After Effects only. On the Apps page I selected and downloaded After Effects but during this time I realised that I had a trial version of CS6 on my mac so I deleted the folder. Obviously I didn't realise that this would be a problem as I thought that the new version would create its own AE CC folder. So, the Application Manager was telling me that AE is installed and ready but I had no files on my mac. So I re-installed the trial CS6 version and registered it but I cannot see any of the new Cinema 4D features in my version of the software - 11.0.2.11
    Can anyone suggest anything?

    You can't see anything because CC is not available yet. June 17 is the day.
    Mylenium

Maybe you are looking for

  • Accessing a Movie Clip in a parent Scene.

    Setup: *Scene 1:   - MovieClip1   *Inside MovieClip1:    - Actions:      stop();      next_btn.addEventListener(MouseEvent.CLICK, onNextButtonClicked);      previous_btn.addEventListener(MouseEvent.CLICK, onPreviousButtonClicked);      function onNex

  • FREIGHT DISCOUNT QUERY

    Dear All, I am having Query regarding Freight: Vendor is sending material (A) on which VAT is applicable Let us say he sends Qty 1000 @ 10 So BAsic Price is 10000 Vat @ 4% 400 1) So Price inclusive VAT is 10400 Rs The Freight is Applicable on the MAt

  • Cannot open a db file larger than 2GB

    Hello, I have an Oracle Express Edition 10g running on Redhat Enterprise Linux 4 server. I have an Oracle database file which is 2.1 GB in size. I am not able to open this file using the application or the Oracle sql developer. The error message that

  • Arrow on JTables column header

    Hey guys, I have a few dialogs with tables on etc, everythings fine, its just one table when the program runs, when u hovver(sp?) over the line on the column header it normally turns into a black arrow like so <--> and the you can resize it. But this

  • Adding graphics or symbols to iCal

    As a new user of iCal I am trying to add a symbol such as a birthday cake or candle or modify the color of the event bars in iCal. Is there any way to do this? Thanks. Jerry