Can't edit in Design View

When I click Live View, I can see my page, and it shows up in a browser just fine, but I can't edit in that mode.  However, when I click Live View again, I just get a gray, blank page with the tag, meta, sytle, script, and link icons at the top left.  I've been tinkering with it for the last two hours, and nothing I try is getting the page to appear in Design, or Split view.  It's driving me nuts. Any suggestions?   

Here's the code. 
<!--
body  
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
     padding: 0;
     margin: 0;
h1, h2, h3, h4, h5, h6, p {
     margin-top: 0;      /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
     padding-right: 15px;
     padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
     border: none;
     max-width: 900px;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link
a:visited
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
     text-decoration: none;
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container  
/* ~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~ */
.header {
     background-color: #424661;
/* ~~ This is the layout information. ~~  
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the total width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 
.content  
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol  
/* ~~ The footer ~~ */
.footer  
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
     float: right;
     margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
     float: left;
     margin-right: 8px;
.clearfloat { /* this class can be placed on a
or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
-->
!Banner.gif|height=185|alt=banner|width=960|src=Banner.gif!
Buyers
[Item 2.1 | #]
[Item 2.2 | #]
[Item 2.3 | #]
Sellers
[Item 3.1 | #]
[Item 3.1.1 | #]
[Item 3.1.2 | #]
[Item 3.2 | #]
[Item 3.3 | #]
Contact Us
About Us
Ford's Blog
Job Opportunities
    Instructions
Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the liquid layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - http://www.adobe.com/go/adc_css_layouts .</p>
    Layout
    Since this is a one-column layout, the .content is not floated.
    Logo Replacement
    An image placeholder was used in this layout in the .header where you'll likely want to place a logo. It is recommended that you remove the placeholder and replace it with your own linked logo.
Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.
To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)
Footer
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );
</script>
</body>
</html

Similar Messages

  • Can't edit in Design View (CS3)

    I've been happily working between the code and design views, and all of the sudden, whenever I click on a section in the design view, it highlights the entire top-level div (<body><div#container>)and I cannot edit.  I did, however, notice that the area 'outside' of my page is crosshatched white.  My only workaround is to make all edits in the code view.
    Did I accidentally change a setting that I am not aware of?  Has anyone else had this problem?
    Thanks,
    SWO

    It matters a great deal - a container for which overflow:hidden is in effect will be rendered as a unique block formatting context.  In simple words this means that floats within that container will be cleared before closing the container.
    Anyhow, if you DOUBLE click in the Design view, you will now be able to edit.  You could also right click on the element, and choose ELEMENT VIEW > Full to allow editing of its content.

  • Newbie problem with upgrade to CS5 and editing in Design view

    I'm a newbie working on my first website. I built the site in CS3. I have 3 template pages, each containg editable regions, and numerous pages created from each template. I had no problem working with the pages in CS3- I could edit the content in either Code or Design view.
    I have now upgraded to CS5. The other change is I had to move the site to another machine, as CS5 does not support my older generation Mac. The problem I am having:
    If I open the index.html template or the page based on it, everything works fine. I can edit in both Code and Design views. When I open any page based on my other two templates, I can edit in Code view, but when I try to type in the editable areas on the page in Design View, I simply see a "circle with a slash in it" icon indicating I can't type anything. If I Preview the pages, the existing content is visible, all links work etc.
    Being a newbie, editing in Design view is easiest(and probably safest). It seems like this should not be happening in any case? I am too inexperienced to know where to start. I have seen some posts regarding similar issues, but nothing exactly the same. I am really hoping it is just some silly mistake I am making...Any ideas would be much appreciated.
    Mac OS X ver 10.5.8
    Thanks,
    Maura

    I'm sorry, I'm afraid I haven't gotten to the uploading part yet:(
    I'll just copy the code from one of the pages that is not editable. Let me know if this is not what you need.
    <!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/backgroundPage_sub_noSubMenu.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Publications, X. tropicalis, Mustafa Khokha Developmental Biology Lab (Xenopus tropicalis), Yale School of Medicine.html</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    .SearchKhokhaLab {
    font-size: 75%;
    padding-top: 0%;
    top: 0px;
    position: relative;
    width: auto;
    body  {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    height: auto;
    width: auto;
    .twoColHybLtHdr #container {
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    height: 80%;
    width: 850px;
    overflow: auto;
    .twoColHybLtHdr #header {
    background: #DDDDDD;
    padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .twoColHybLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /* Tips for sidebar1:
    1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
    2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
    3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
    .twoColHybLtHdr #sidebar1 {
    float: left;
    width: 12em; /* since this element is floated, a width must be given */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0;
    .twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    /* Tips for mainContent:
    1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
    3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
    .twoColHybLtHdr #mainContent {
    border-left-color: #666666;
    border-left-style: solid;
    border-left-width: thin;
    padding-left: 1em;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 12em;
    .twoColHybLtHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColHybLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColHybLtHdr #sidebar1 { padding-top: 30px; }
    .twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
    </style>
    <![endif]-->
    <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" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    p.MsoNormal {
    margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";
    -->
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="myTropStyles.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColHybLtHdr">
    <div id="container">
      <div id="header">
        <h1><!-- InstanceBeginEditable name="titleSubPage" --><a name="topsubpages" id="topsubpages"></a>Khokha Lab Website<!-- InstanceEndEditable --></h1>
    <ul id="topMenu" class="MenuBarHorizontal">
              <li><a href="index.html">Home</a>              </li>
          <li><a href="contactUs.html" class="MenuBarHorizontal">Contact Us</a></li>
          <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
          <ul>
                <li><a href="labMembers.html">Lab members</a></li>
              <li><a href="projects.html">Projects</a></li>
            </ul>
          </li>
          <li><a href="publications.html" title="Publications">Publications</a></li>
          <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html" title="Request frogs">Request Frogs</a></li>
          <li><a href="labMeetingSchedule.html" title="Lab Meeting Schedule">Lab Meeting Schedule</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Quick Links</a>
            <ul>
              <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" title="Yale Portal" target="_blank">Yale Portal</a></li>
              <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
              <li><a href="http://www.neb.com/nebecomm/default.asp" title="NEB" target="_blank">NEB</a></li>
              <li><a href="http://tools.neb.com/NEBcutter2/index.php" title="NEBCutter" target="_blank">NEBCutter</a></li>
              <li><a href="http://frodo.wi.mit.edu/primer3/" title="Primer3" target="_blank">Primer3</a></li>
              <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi" title="Primer 3 Plus" target="_blank">Primer3 Plus</a></li>
              <li><a href="http://www.fermentas.com/en/home" title="Fermentas" target="_blank">Fermentas</a></li>
              <li><a href="http://www.invitrogen.com/site/us/en/home.html" title="Invitrogen" target="_blank">Invitrogen</a></li>
            </ul>
          </li>
        </ul>
       <p>
         <!-- end #header -->
       </p>
      </div>
      <div id="sidebar1"><span class="SearchKhokhaLab">
        Search Khokha Lab site
        </span>
    <tr>
      <td height="69">
      <form id="cse-search-box" action="http://www.google.com/cse">
    <input type="hidden" name="cx" value="005937655168220763994:nym0qizbzne"> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" size="22">
    <input name="sa" type="submit" class="twoColHybLtHdr" value="Search">
          </form>
          <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </td>
        </tr>
    <tr>
    <td class="headlink"> </td>
    </tr>
        <ul id="sidebarMenu" class="MenuBarVertical">
                <li><a href="genomicResources/genomicResources_websites.html" class="MenuBarItemSubmenu">Projects</a>
                  <ul>
                    <li><a href="projects.html">Projects</a></li>
                    <li><a href="labMembers.html">Lab members</a></li>
                  </ul>
            </li>
      <li><a href="#" class="MenuBarItemSubmenu">Husbandry</a>
              <ul>
                <li><a href="#">Housing</a></li>
                <li><a href="#">Raising Tads/Frogs</a></li>
                <li><a href="#">Sexing Trops</a></li>
                <li><a href="#">Lab Care</a></li>
                <li><a href="#">Disease</a></li>
                <li><a href="#">Database</a></li>
                <li><a href="#">Tagging Frogs/ID</a></li>
                <li><a href="#">Shipping Frogs</a></li>
              </ul>
            </li>
      <li><a class="MenuBarItemSubmenu" href="obtainEmbryos/obtainEmbyros_Main.html">Obtain Embryos</a>
                <ul>
                  <li><a href="obtainEmbryos/obtainEmbryos_hCG.html">hCG injection</a>              </li>
                  <li><a href="obtainEmbryos/obtainEmbryos_naturalMatings.html">Natural matings</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IsolateTestes.html">Isolating Testis</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SqueezFemales.html">Squeezing females</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IVF.html">IVF</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental timetables</a></li>
            </ul>
          </li>
        <li><a href="manipulateEmbryos/manipulateEmbryos_main.html" class="MenuBarItemSubmenu">Manipulate Embryos</a>
              <ul>
                <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental Timetables</a></li>
                <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_fixation.html">Fixation</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_haploids/manipulateEmbryos_haploidProtocol.html ">Haploids</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gynogenesis/manipulateEmbryos_gynogenProtocol.h tml">Gynogenesis</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gammaMutagenesis.html">Gamma-Ray Mutagenesis</a></li>
                <li><a href="manipulateEmbryos/manipulate_Microinj_main.html">Microinjection</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_morpholinoOligos/manipulateEmbryos_morpholinoOl igos.html">Morpholino Oligos</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_transgenicTech.html">Transgenics</a></li>
              </ul>
            </li>
        <li><a href="visualizeTissues/visualize_main.html" class="MenuBarItemSubmenu">Visualize Tissues/Genes</a>
              <ul>
                <li><a href="visualizeTissues/inSitu/visualize_inSituHyb_main.html">In situ Hybridization</a></li>
                <li><a href="visualizeTissues/AbStaining/visualize_AbStaining.html">Ab Staining</a></li>
                <li><a href="visualizeTissues/TUNELStaining/visualize_TUNELStain.html">TUNEL Staining</a></li>
                <li><a href="visualizeTissues/cartilageStaining/visualize_cartilageStain.html">Cartilage Staining</a></li>
                <li><a href="visualizeTissues/sectioning/visualize_sectionEmbryos.html">Sectioning Embryos</a></li>
                <li><a href="visualizeTissues/HandEStaining/visualize_HandE_Stain.html">H&amp;E Staining</a></li>
                <li><a href="visualizeTissues/inSituLibrary/visualize_tropInSituLibrary.html">Tropicalis in situ Library</a></li>
                </ul>
            </li>
      <li><a href="geneticTechniques/geneticTech_main.html" class="MenuBarItemSubmenu">Genetic Techniques</a>
                <ul>
                  <li><a href="#">Karyotypes</a></li>
                  <li><a href="#">Cytology</a></li>
                  <li><a href="#">Gynogenesis</a></li>
                  <li><a href="#">Isolating Genomic DNA</a></li>
                  <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Genetic Map</a></li>
                  <li><a href="#">Database</a></li>
                  <li><a href="geneticTechniques/geneticTech_ID_main.html">Frog identification Tags</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="#">Shipping Frogs</a></li>
                </ul>
            </li>
          <li><a href="protocols/protocols_main.html">Protocols</a></li>
    <li><a href="geneticResources/geneticResources_main.html" class="MenuBarItemSubmenu">Genetic Resources/Tools</a>
              <ul>
                <li><a href="geneticResources/inbredStrains/geneticResources_inbredLines.html">Inbred Lines</a></li>
                <li><a href="geneticResources/mutants/geneticResources_Mutants.html">Mutants</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map</a></li>
                <li><a href="http://tools.neb.com/NEBcutter2/index.php" target="_blank">NEBCutter</a></li>
                <li><a href="http://frodo.wi.mit.edu/primer3/" target="_blank">Primer3</a></li>
                <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi#" target="_blank">Primer3Plus</a></li>
                <li><a href="http://www.bioinformatics.org/sms/index.html">Sequence Manipulation Suite</a></li>
                </ul>
            </li>
        <li><a href="genomicResources/genomicResources_genomicResources.html" class="MenuBarItemSubmenu">Genomic Resources</a>
              <ul>
                <li><a href="http://genome.jgi-psf.org/Xentr4/Xentr4.home.html" target="_blank">Genome @ JGI</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/genome_seq/genome.html">Genome Sequencing</a></li>
                <li><a href="http://www.metazome.net/" target="_blank">Metazome</a></li>
                <li><a href="genomicResources/genomicResources_fullLengthcDNALib.html">Unique Full Length cDNA Set</a></li>
                <li><a href="genomicResources/genomicResources_ESTs.html">Xenopus ESTs</a></li>
                <li><a href="genomicResources/genomicResources_vectorInformation.html">EST/cDNA Vector Information</a></li>
                <li><a href="http://genomics.nimr.mrc.ac.uk/online/xt-fl-db.html" target="_blank">EST Clusters/Full Length clones</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/bac/bacs.html" target="_blank">BAC Libraries</a></li>
                <li><a href="http://genomeold.wustl.edu/projects/xenopus/" target="_blank">WashU Mapping</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map @ UH</a></li>
                <li><a href="http://xenopus.nibb.ac.jp/" target="_blank">NIBB XDB</a></li>
                <li><a href="http://www.dkfz.de/de/mol_embryology/" target="_blank">Axeldb</a></li>
                <li><a href="http://www.dcode.org/">Comparative Genomics at LLNL</a></li>
                <li><a href="genomicResources/genomicResources_websites.html">Genomic Websites</a></li>
              </ul>
            </li>
        <li><a href="suppliers/suppliers_main.html" class="MenuBarItemSubmenu">Suppliers</a>
              <ul>
                <li><a href="#" class="MenuBarItemSubmenu">Vivaria</a>
                  <ul>
                    <li><a href="http://www.aquatichabitats.com/" target="_blank">Marine Biotech</a></li>
                    <li><a href="http://www.aquaticeco.com/" target="_blank">Aquatic Ecosystems</a></li>
                  </ul>
                </li>
                <li><a href="#" class="MenuBarItemSubmenu">Frog Diets</a>
                  <ul>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                    <li><a href="http://www.hbhnet.com/default.html" target="_blank">HBH</a></li>
                    <li><a href="http://www.herpsupplies.com/" target="_blank">Sera-Micron</a></li>
                  </ul>
                </li>
                <li><a href="http://tropicalis.yale.edu" target="_blank" class="MenuBarItemSubmenu">Frogs</a>
                  <ul>
                    <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html">Khokha Lab</a></li>
                    <li><a href="http://tropicalis.berkeley.edu/home/request_frogs/frogs.html" target="_blank">Harland Lab</a></li>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                  </ul>
                </li>
                </ul>
            </li>
        <li><a href="genomicResources/tropWebSites_main.html">Tropicalis Websites</a>    </li>
      <li><a href="#" class="MenuBarItemSubmenu">Trop Labs</a>
              <ul>
                <li><a href="http://tropicalis.berkeley.edu/home/" title="Harland Lab" target="_blank">Harland Lab</a></li>
                <li><a href="http://faculty.virginia.edu/xtropicalis/" title="Grainger Lab" target="_blank">Grainger</a></li>
                <li><a href="http://personalpages.manchester.ac.uk/staff/enrique.amaya/" title="Amaya Lab" target="_blank">Amaya</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/mike-gilchrist" title="Gilchrist Lab" target="_blank">Gilchrist</a></li>
                <li><a href="http://www.unc.edu/~fconlon/index.htm" title="Conlon Lab" target="_blank">Conlon</a></li>
                <li><a href="http://www.stjuderesearch.org/site/lab/mead" title="Mead Lab" target="_blank">Meade</a></li>
                <li><a href="http://www.sanger.ac.uk/research/projects/vertebratedevelopment/" title="Stemple Lab" target="_blank">Stemple</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/lyle-zimmerman" title="Zimmerman Lab" target="_blank">Zimmerman</a></li>
              </ul>
            </li>
        <li><a href="#" class="MenuBarItemSubmenu">Yale Links</a>
              <ul>
                <li><a href="http://www.yale.edu/" target="_blank">Yale Main Site</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">Yale School of Medicine</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">YSMInfo</a></li>
                <li><a href="https://webmail.med.yale.edu/horde/imp/" target="_blank">Webmail</a></li>
                <li><a href="http://www.med.yale.edu/library/directory.html" target="_blank">Phone Directory</a></li>
                <li><a href="http://www.yale.edu/procurement/index.html" target="_blank">Procurement</a></li>
                <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" target="_blank">YalePortal</a></li>
                <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
                <li><a href="http://www.myairmail.com/">TextPage</a></li>
              </ul>
            </li>
        <li><a href="http://cushing.med.yale.edu/electronic/journals" class="MenuBarItemSubmenu">Journals</a>
              <ul>
                <li><a href="http://cushing.med.yale.edu/electronic/journals" target="_blank">Yale Med Library</a></li>
                <li><a href="http://www.nature.com/nature/index.html" target="_blank">Nature</a></li>
                <li><a href="http://www.sciencemag.org/magazine.dtl" target="_blank">Science</a></li>
                <li><a href="http://www.cell.com/" target="_blank">Cell</a></li>
                <li><a href="http://www.cell.com/developmental-cell/home" target="_blank">Developmental Cell</a></li>
                <li><a href="http://www.nature.com/ng/index.html" target="_blank">Nature Genetics</a></li>
                <li><a href="http://dev.biologists.org/" target="_blank">Development</a></li>
                <li><a href="http://www.sciencedirect.com/science?_ob=PublicationURL&_cdi=6766&_pubType=J&_auth=y&_acct =C000050221&_version=1&_urlVersion=0&_userid=10&md5=4d5e3a7e6c096fddbf74f830fba6f5ca" target="_blank">Developmental Biology</a></li>
              </ul>
            </li>
        </ul>
      <p class="SearchKhokhaLab">Mustafa K. Khokha<br />
            <a href="mailto:[email protected]">[email protected]</a><br />
          <a href="http://tropicalis.yale.edu/">http://tropicalis.yale.edu/</a></p>
        <p class="SearchKhokhaLab">Office Location - LCI 409D Ph:(203) 785-4650 <br />
          Mailing Address<br />
          Yale University School of Medicine<br />
          333 Cedar St./LCI 305<br />
          New Haven CT 06520</p>
        <p class="SearchKhokhaLab">Lab Location - FMP 425 Ph: (203) 785-2333</p>
        <p class="SearchKhokhaLab">Express Courier Address<br />
          Yale University School of Medicine<br />
          333 Cedar St/FMP 425<br />
          New Haven CT 06520-8064<br />
          Fax (203) 785-5833</p>
        <p>
          <!-- end #sidebar1 -->
        </p>
      </div>
      <div id="mainContent"><!-- InstanceBeginEditable name="pageContent" -->
        <h2>Khokha Lab X. tropicalis Publications</h2>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">1.</span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/20431018"><span style="text-underline:none; font-size:14.0pt; color:#1722CD; text-decoration:none; ">The genome of the Western clawed frog Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Harland RM, Gilchrist MJ, Hendrix D, Jurka J, Kapitonov V, Ovcharenko I, Putnam NH, Shu S, Taher L, Blitz IL, Blumberg B, Dichmann DS, Dubchak I, Amaya E, Detter JC, Fletcher R, Gerhard DS, Goodstein D, Graves T, Grigoriev IV, Grimwood J, Kawashima T, Lindquist E, Lucas SM, Mead PE, Mitros T, Ogino H, Ohta Y, Poliakov AV, Pollet N, Robert J, Salamov A, Sater AK, Schmutz J, Terry A, Vize PD, Warren WC, Wells D, Wills A, Wilson RK, Zimmerman LB, Zorn AM, Grainger R, Grammer T, Khokha MK, Richardson PM, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Science. 2010 Apr 30;328(5978):633-6.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 20431018 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=20431018" target="_blank"><span style="text-underline:none; color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">2.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19913009" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">BMP antagonists and FGF signaling contribute to different domains of the neural plate in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills AE, Choi VM, Bennett MJ, Khokha MK, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2010 Jan 15;337(2):335-50. Epub 2009 Nov 10.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19913009 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19913009" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">3.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19441086" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Rapid gynogenetic mapping of Xenopus tropicalis mutations to chromosomes.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Krylov V, Reilly MJ, Gall JG, Bhattacharya D, Cheung CY, Kaufman S, Lam DK, Macha J, Ngo C, Prakash N, Schmidt P, Tlapakova T, Trivedi T, Tumova L, Abu-Daya A, Geach T, Vendrell E, Ironfield H, Sinzelle L, Sater AK, Wells DE, Harland RM, Zimmerman LB.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Dyn. 2009 Jun;238(6):1398-46.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19441086 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19441086" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">4.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/17651506" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Accelerated gene evolution and subfunctionalization in the pseudotetraploid frog Xenopus laevis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Khokha MK, Grammer TC, Harland RM, Richardson P, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">BMC Biol. 2007 Jul 25;5:31.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 17651506 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free PMC Article<a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1949811"><span style="text-underline:none; font-family:ArialMT; color:#6466AB; font-weight:normal; text-decoration:none; ">Free text</span></a></strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=17651506" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">5.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16461016" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Developmental expression of FoxJ1.2, FoxJ2, and FoxQ1 in Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Choi VM, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Gene Expr Patterns. 2006 Jun;6(5):443-7. Epub 2006 Feb 7.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16461016 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16461016" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">6.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16321373" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Twisted gastrulation is required for forebrain specification and cooperates with Chordin to inhibit BMP signaling during X. tropicalis gastrulation.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills A, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2006 Jan 1;289(1):166-78.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16321373 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16321373" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">7.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15975265" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Strategies for characterising cis-regulatory elements in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Loots GG.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Brief Funct Genomic Proteomic. 2005 May;4(1):58-68. Review.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15975265 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15975265" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">8.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15763207" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Identification of mutants in inbred Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Grammer TC, Khokha MK, Lane MA, Lam K, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Mech Dev. 2005 Mar;122(3):263-72.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15763207 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15763207" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">9.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15737935" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Depletion of three BMP antagonists from Spemann's organizer leads to a catastrophic loss of dorsal structures.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Yeh J, Grammer TC, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Cell. 2005 Mar;8(3):401-11.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15737935 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15737935" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; "><a name="TrottMycoPaper" id="TrottMycoPaper"></a>10.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15253278"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Characterization of a Mycobacterium ulcerans-like infection in a colony of African tropical clawed frogs (Xenopus tropicalis).</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Trott KA, Stacy BA, Lifland BD, Diggs HE, Harland RM, Khokha MK, Grammer TC, Parker JM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Comp Med. 2004 Jun;54(3):309-17.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15253278 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray;

  • Property inspector goes blank and can't edit in design mode

    I have the property inspector open but it is completely blank. This has never happened before and I have no idea how to get it back. In addition to that I have the view split between code and design but can not edit in design.

    I have the property inspector open but it is completely blank. This has never happened before and I have no idea how to get it back. In addition to that I have the view split between code and design but can not edit in design.

  • How to layout a page in numbers 3.0 -- I can't edit in print view

    How to layout a page in numbers 3.0 -- I can't edit in print view any more.  I am using the new version and miss the show print view mode.

    The recipe for my tables:
    1-write a line  (begining page 1) (5 pixel width)
            Begin x=1  y=1
            End    x=903  y=903
    2- write a line (begining page 2) (5 pixel width)
            Begin x=1  y=1213
            End    x=903  y=1213
    3- write a line (begining page 2) 
            Begin x=1  y=     2425
            End    x=903  y=  2425
    etc
    Print and set autoadjust off and 60%

  • App.Xaml cannot be edited in design view(Visual Studio 2012 for Window Store).

     App.Xaml cannot be edited in design view(Visual Studio 2012 for Window Store).

    The
    Simple Application Walkthrough specifically instructs one to edit App.xaml (because it previously had you inject a defect by changing the name of the file StartupUri property points to). So that is the scenario, or one of them. I assume it is 'valid'
    to rename MainWindow.xaml to whatever you want it to be.
    So there should be some way in the IDE to fix this (short of changing the file name back to match StartupUri). What is it? 
    Like another person here, I just edited it with a text editor and reloaded it into VS. But...

  • DW 11.0 Build 4993 - why can't I use Design view with an HTML file?

    Subject line basically says it all: I started a new HTML file, but I can't switch to design view.  Anyone have any idea why?  Thanks!

    Which operating system? Mac or PC?
    Can you post a set of reproducible steps so we can follow what you're doing?

  • Why can't I use design view?

    I recently loaded CS5 to manage a site developed witha previous version. The site includes php pages with a "require" function for a Fireworks-developed navigation bar. While I can do anything I want in code view, the design view will show only the navigation bar and no other design. All of the material is in the code and puts properly. How can I make the design view functional again?

    I don't think I have it set up at all. When I go to Live View and try to connect, I get a message saying:
    Not Found
    The requested URL /about-us.php was not found on this server.
    I have the remote server set up fine - I can put and get files with no problem. However, I'm not sure how to set up the testing server.
    Thank you for your help.

  • Edits in Design View effect Indenting in Code View

    I am not sure why, and if there is a resolution, to making
    edits in Design View which change indents to my code in the Code
    View?
    If I indent my code for easier reading in the Code View and
    make a change in the Design view, the indenting is changed when I
    go back to the Code view.
    Any solutions or work-arounds anyone might know of?
    Many thanks in advance.

    Martin,
    > If I indent my code for easier reading in the Code View
    and make a change in
    > the Design view, the indenting is changed when I go back
    to the Code view.
    First, go to Edit > Preferences > Code Format and make
    sure that your
    indent settings match how you want tags to be indented in the
    general case.
    If you have any particular tags that you want to change the
    formatting
    for, then go to Edit > Tag Libraries..., choose the type
    (e.g. HTML) and
    then the tag.
    HTH,
    Randy

  • After applying a template to a page design view is blank - I can only edit in code view.

    When I apply a template to a page everything is fine. I can see the page elements in design view and code view. I can edit the page and upload it and all is fine. However, when I save the page with a new name or close the page and then reopen the design view is empty, the code view is normal. I would like to be able to see the page in the design view and cannot. I don't know what to do. I hope someone has an idea for me. Thank you.
    I am using DW CS5 and pages are ASP.

    When you say "template" are you talking about the .dwt Template file from DW?
    If so, you may be using it incorrectly. Once you create the .dwt, all of your new pages need to be created via File > New > Create Page From Template and then saved to your site. If you are using the .dwt file and doing "Save As" to create more pages, you're going to run into all sorts of problems.
    Do you have a link we could look at?

  • How can I get back to editing in Design view?

    I can't edit my web pages in Design view. When I DON'T have Live View on, nor Live Code, I only get a cursor shaped like a NO circle and I cannot click on anything to edit it. I can only make changes in the code window.
    What can I do to restore editablilty in Design view?

    Sorry this has taken so long. I have been trying a few things. One is the fact my template my pages are all based on has an editable region, which is where the uneditable are is within.. Other editable areas in the template are available for me to click into and edit, but not the main area.
    I tried moving the main div inside the editable region, but then, although it is now editable, the main div gets wiped away when the site pages get updated. So then I am forced to go back to the previous situation.
    Link: http://www.revelantiron-ons.com/MainPage.html
    Code:
    <html><!-- InstanceBegin template="/Templates/PageLayout_Idea_Template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Revelant Iron-Ons Home</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > <meta name="keywords" content="christian t shirts, christian apparel, iron on transfer, iron-on transfer, transfers iron on, creation, creator, relevant, Christian, t-shirt, tshirt, iron on, iron-on, inspirational, political, conservative, pro-life, prolife, religious, religion, christian, bible, Jesus, Holy Spirit, spiritual, design, revelation">
    <meta name="description" content="A site for custom-designed Christian, religious, inspiriational, politically conservative iron-on designs. Unique Christian and inspirational iron-on transfer designs for you.">
    <link href="rio-styles.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_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <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_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>
    <!-- InstanceEndEditable -->
    </head>
    <body   class="body" onLoad="MM_preloadImages('images/NavRllvr1.jpg','images/NavRllvr2.jpg','images/NavRllvr3. jpg','images/NavRllvr4.jpg','images/NavRllvr5.jpg','images/NavRllvr6.jpg','images/RIO_NavU p1.jpg','images/RIO_NavUp2.jpg','images/RIO_NavUp3.jpg','images/RIO_NavUp4.jpg','images/RI O_NavUp5.jpg','images/RIO_NavUp6.jpg','images/BuyBttn_sml_ovr.jpg')">
    <div id="container">
    <div id="adspace">
      <!-- InstanceBeginEditable name="AdSpaceRegion" --><img src="../images/AlsoFollowbar.jpg" id="followbox"  alt="Also follow Revelant Iron-Ons at these locations" width="857" height="43" hspace="59" vspace="0" border="0" usemap="#Map">
      <map name="Map">
        <area shape="rect" coords="640,2,712,48" href="http://www.cafepress.com/RevelantIronOnsCP" target="_blank" alt="Revelant Iron-Ons at CafePress">
        <area shape="rect" coords="487,4,616,40" href="http://www.zazzle.com/revelant" target="_blank" alt="Revelant Iron-Ons at Zazzle.com">
    <area shape="rect" coords="792,1,848,42" href="http://twitter.com/RevelantIronOns" target="_blank" alt="Revelant Iron-Ons Twitter page">
        <area shape="rect" coords="727,2,787,45" href="http://www.facebook.com/profile.php?id=100002412534139&sk=wall" target="_blank" alt="Revelant Iron-ons Facebook page">
      </map><!-- InstanceEndEditable --></div>
    <div id="leftside"></div><div id="rightside"></div><div id="centercore">
        <div id="header"><img src="images/RIO_Masthead-left.jpg" width="448" height="109" alt="Revelant Iron-Ons logo"><img src="images/RIO_Masthead-Right.jpg" width="448" height="109" alt="Inspirational Iron-On Designs"></div>
        <div id="navbar">
          <div id="navbuttonlineup"><a href="MainPage.html" target="_top" onClick="MM_nbGroup('down','group1','Home_bttn','../images/NavRllvr1.jpg',1)" onMouseOver="MM_nbGroup('over','Home_bttn','../images/NavRllvr1.jpg','../images/RIO_NavUp 1.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp1.jpg" alt="Home" name="Home_bttn" width="150" height="28" border="0" onload=""></a><a href="designs.html" target="_top" onClick="MM_nbGroup('down','group1','Designs_bttn','../images/NavRllvr2.jpg',1)" onMouseOver="MM_nbGroup('over','Designs_bttn','../images/NavRllvr2.jpg','../images/RIO_Na vUp2.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp2.jpg" alt="Designs" name="Designs_bttn" width="150" height="28" border="0" onload=""></a><a href="news.html" target="_top" onClick="MM_nbGroup('down','group1','News_bttn','../images/NavRllvr3.jpg',1)" onMouseOver="MM_nbGroup('over','News_bttn','../images/NavRllvr3.jpg','../images/RIO_NavUp 3.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp3.jpg" alt="News" name="News_bttn" width="150" height="28" border="0" onload=""></a><a href="articles.html" target="_top" onClick="MM_nbGroup('down','group1','Articles_bttn','../images/NavRllvr4.jpg',1)" onMouseOver="MM_nbGroup('over','Articles_bttn','../images/NavRllvr4.jpg','../images/RIO_N avUp4.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp4.jpg" alt="Articles" name="Articles_bttn" width="150" height="28" border="0" onload=""></a><a href="instructions.html" target="_top" onClick="MM_nbGroup('down','group1','instruct_bttn','../images/NavRllvr5.jpg',1)" onMouseOver="MM_nbGroup('over','instruct_bttn','../images/NavRllvr5.jpg','../images/RIO_N avUp5.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp5.jpg" alt="Instructions" name="instruct_bttn" width="150" height="28" border="0" onload=""></a><a href="contactform.html" target="_top" onClick="MM_nbGroup('down','group1','About_bttn','../images/NavRllvr6.jpg',1)" onMouseOver="MM_nbGroup('over','About_bttn','../images/NavRllvr6.jpg','../images/RIO_NavU p6.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp6.jpg" alt="Contact Us" name="About_bttn" width="146" height="28" border="0" onload=""></a></div>
          <div id="mainContent"><!-- InstanceBeginEditable name="ContentRegion" -->
            <div id="mainblurb" class="RIO_basic">
            <div id="quickquip" ><p class="RIO_smaller">Keep on top of new designs and other important information. <a href="http://revelantiron-ons.com/letsshop/index.php?main_page=login">Click here</a> to sign up for our newsletter.<a href="http://revelantiron-ons.com/letsshop/index.php?main_page=login"><img src="/images/nwslttr_choose_shot.jpg" alt="choose our newsletter section of registration form" width="190" height="67" vspace="6" border="0"></a> </p>
          </div>
          <div id="quickquip" ><p class="RIO_smaller">Have  questions about Revelant Iron-Ons iron-on transfers? <a href="FAQ.html">Look up our FAQ page</a>.</p>
          </div>
          <div class="clearfloat"></div>
                        <p class="RIO_HeadlineK">God&rsquo;s Cool Creation!          </p>
              <p>This is sure to become popular very quickly. God&rsquo;s Cool Creation displays a wonderful arrangement of images and illustrations glorifying God in His handiwork of Earth&rsquo;s creation.</p>
    <p><img src="/images/designs/proxies/CC_proxy_150w.png" width="150" height="126" alt="God's Cool Creation iron-on design"></p>
    <p>Take a look at this design, <a href="http://revelantiron-ons.com/letsshop/index.php?main_page=product_info&cPath=1&products_id= 7&zenid=217315476d30c2abb2e57d53bcbadb97"><span class="linkK">order it today</span></a>, and get ready to hear your friends ooh and aah over it!</p>
              <p class="RIO_HeadlineK"><a href="news.html#SpecialOffer" class="linkK">A Special Introductory Offer<br>
                for first-time orders!</a></p>
              <p class="RIO_HeadlineK">Welcome to Revelant Iron-Ons.</p>
              <p class="RIO_SubK">Iron-On Designs that Say What You Want to Say</p>
              <p>We are happy to present to you some of the most relevant, eye-catching and unique Christian, inspirational iron-on designs available on the web. This is our aim, and as we grow, we believe you will find this to be true.</p>
              <p>As this site is new, we currently have only a few designs. However, many new designs are in the works. The Bible asks, &ldquo;Who despises the day of small things?&rdquo; Well, not us! We thankfully rejoice that we can start offering you specially made iron-ons in a small way now and grow to more designs later.</p>
              <p class="RIO_SubK">A DIY Approach</p>
              <p>Our purpose is to provide you with great iron-on designs, and impactful messages, printed with Epson&rsquo;s premium  DURABrite<span class="Superscript">&reg;</span> Ultra ink, on quality iron-on transfer material. You supply the garment and the iron, follow our special instructions, and end up with a fantastic iron-on you can enjoy wearing for years.</p>
              <p>Please view our designs, order what you like, and also read any important news and articles about each offering. </p>
            <div id="duraBriteBlurb"><img name="durabriteimage" src="images/DURABrite_logo_8bt.png" width="120" height="65" alt="DURABrite Ultra Ink logo"></div>
            </div><p class="RIO_basic"><br>
            Click on any design to see more!<br>
            <br>
            <a href="/letsshop/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('buybttn_sml','','images/BuyBttn_sml_ovr.jpg',1)"><img src="images/BuyBttn_sml_up.jpg" alt="Buy now!" name="buybttn_sml" width="116" height="30" border="0"></a>        </p>
            <div id="pictscolumn">
                      <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_CoolC.png" width="162" height="165" alt="Cool Creation T-shirt" border="0" align="top"></a><br>
    God&rsquo;s Cool Creation</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_ATS.png" width="162" height="165" alt="Able To Save T-shirt" border="0" align="top"></a><br>
    Able to Save</p>
    <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_answr.png" width="162" height="165" alt="the answers T-shirt" border="0" align="top"></a><br>
    the answers</p>
               <p class="RIO_caption"><a href="designs.html"><img src="images/designs/proxies/Shirt_Proxy_FOSS.png" alt="Fruit of the Spirit Spots T-shirt" width="162" height="165" border="0"></a><br>
              Fruit of the Spirit Spots</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/proxies/Shirt_Proxy_Endrs.png" alt="Endorse does not Establish T-shirt" width="162" height="165" border="0"></a><br>
              Endorse does not Establish</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_WrngChc.png" alt="Fruit of the Spirit Spots T-shirt" width="162" height="165" border="0"></a><br>
              The Wrong Choice</p>
           </div>
          <!-- InstanceEndEditable --></div></div>
      </div>
    <div class="clearfloat"></div>
      <div id="footer"><p class="foottype">&copy; 2011 RightStar Computing<br>
      Revelant Iron-Ons is a brand of RightStar Computing.  123 Hedman Lane, Monticello, Minnesota 55362<br>
      <a href="MainPage.html" class="link">Home</a> | <a href="designs.html"  class="link">Designs</a> | <a href="news.html"  class="link">News</a> | <a href="articles.html"  class="link">Articles</a> | <a href="instructions.html"  class="link">Iron-On Instructions</a> | <a href="contact.html"  class="link">Contact Us | </a><a href="letsshop/index.php" class="link">Buy Now!</a></p><!--footer info will go here, such as copyright, etc. --></div>
    </div><!--end container area -->
    </body>
    <!-- InstanceEnd --></html>
    CSS:
    @charset "UTF-8";
    .body  {
              text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
              background-color: #514444;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              margin: 0px;
              padding: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
    .RIO_basic {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              margin-left:0 em;
              margin-right:1.5em;
              margin-top:0.5em;
    .RIO_smaller  {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 85%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              margin-left:0 em;
              margin-right:1.5em;
              margin-top:0.5em;
    .RIO_showtitle {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    color:          #000;
    font-size: 85%;
    font-weight:bold;
    margin-top:0px;
    margin-bottom: 4px;
    text-decoration:none;
    .RIO_caption {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 70%;
              --font-style:italic;
              color:#000;
              margin-top:.25em;
              margin-bottom:1em;
              text-decoration:none;
    .RIO_basicK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
    .RIO_HeadlineK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 120%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: center;
              margin-top:1em;
    .RIO_HeadlineK-left {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 120%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: left;
              margin-top:1em;
    .newsdate {
    color: #cead33;
    font-weight: bold;
    font-size: 85%;
    text-decoration:underline;
    margin-top:0.125em;
    .RIO_SubK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 110%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: left;
              margin-left:0em;
              margin-right:0.5em;
              margin-top:0.75em;
    .Superscript {
              font-size: x-small;
    .link {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              color: #FFFFFF;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              --text-decoration: underline;
    .linkK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              color: #000000;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              text-decoration: underline;
    .linkhover {
              color: #ffe050;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              --text-decoration: underline;
    .foottype {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 65%;
              color: #FFF;
              font-weight:lighter;
              text-align:center;
              line-height:160%;
              text-decoration: none;
    .caption {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: .75em;
              color: #000F;
              font-weight:lighter;
              text-align:center;
              line-height:160%;
              text-decoration: none;
    .background {
              background-attachment: fixed;
              background-image: url(images/RVLT_Bkgrd_2000h.jpg);
              background-repeat: no-repeat;
              background-position: left top;
    #container {
              width:970px;
              text-align: left;
              height: 900px;
              padding: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin-top: 0;
              margin-right: auto;
              margin-bottom: 0;
              margin-left: auto;
    #buttonspace {
    width:180px;
    height:auto;
    margin-right: 10px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color:#f8cf35;
    text-align:left;
    float: left;
    border-radius:6px;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    .buttontext {
              margin:0px;
              text-decoration:none;
              font-size:80%;
    #centercore {
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
              position: relative;
              padding-top: 0px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 37px;
    #followbox {
              margin-top:46px;
              margin-bottom:0px;
    #adspace {
              background-image: url(images/RIO_Adspace.jpg);
              background-repeat: no-repeat;
              background-position: 0px 0px;
              margin: 0px;
              height: 100px;
              width: 970px;
              padding:  0px;
              --clip: rect(auto,auto,auto,auto);
              position: relative;
              clear: both;
    #header {
              height: auto;
              width:auto;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin: 0px;
              padding: 0;
    #leftside {
              background-image: url(images/RIO_LeftSide.jpg);
              background-repeat: no-repeat;
              float: left;
              width: 37px;
              background-position: top;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin: 0px;
              padding: 0px;
              height: 700px;
              position: inherit;
              left: 0px;
              top: 100px;
    #rightside {
              background-image: url(images/RIO_RightSide.jpg);
              background-repeat: no-repeat;
              margin: 0px;
              float: right;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              width: 37px;
              height: 700px;
              background-position: top;
    #mainblurb {
              float: left;
              width: 500px;
              margin-top: 20px;
              margin-right: 10px;
              margin-bottom: 15px;
              margin-left: 20px;
              padding-right:15px;
              overflow: auto;
              height: 485px;
              padding:0px, 0px, 0px, 0px;
    #pictscolumn {
              float: right;
              width: 230px;
              height:380;
              margin-top: 15px;
              margin-right: 50px;
              margin-bottom: 15px;
              margin-left: 0px;
              overflow: auto;
              padding:0px;
    #navbar {
              height: 71px;
              width: 896px;
              background-image: url(images/RIO_NavBarBkgd.jpg);
              background-repeat:no-repeat;
              background-position: top;
              margin: 0px;
              padding: 0;
              position: absolute;
              top: 109px;
    #navbuttonlineup {
              height: 28px;
              padding-top:43px;
              width: 896px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: relative;
              z-index: 80;
              margin-top: 0px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 0px;
    #mainContent {
              margin: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
              background-image: url(images/RIO_ContentBkgrd.jpg);
              background-repeat: no-repeat;
              height: 520px;
              width: 896px;
              position: relative;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              top: 0px;
              background-position: left top;
              padding-top: 10px;
              padding-right: 37px;
              padding-bottom: 0px;
              padding-left: 37px;
                        overflow: auto;
    #quickquip  {
              width: 205px;
              padding-left:6px;
              padding-right:6px;
              margin:6px;
              background-color:rgba(248, 207, 53, .85);
              border-radius:6px;
    float:left;
    #showbox  {
              width: 268px;
              height: 268px;
              background-color:rgba(255, 255, 255, .7);
              border-radius:8px;
              text-align:center;
              float:left;
              padding-top:8px;
              margin:4px;
    #duraBriteBlurb {
              padding: 10px;
              float: right;
              height: 70px;
              width: 125px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              z-index: auto;
    table {
    margin-left: 20px;
    margin-right: 20px;
    border: thin solid black;
    caption-side: bottom;
    border-spacing:0px;
    border-collapse: collapse;
    td, th {
    border: thin dotted gray;
    padding: 5px;
    th {
    background-color:#cc6600;
    table table th {
    background-color:white;
    caption {
    font-style: italic;
    padding-top: 8px;
    font-size: 80%;
    .cellshirt {
    width:180px;
    .cellcolor {
    background-color:#fcba7a;
    .centered {
    text-align: center;
    .right  {
    text-align: right;
    #footer {
              padding: 0,0,0,0;
              width:970px;
              background-image: url(images/RIO_Footer.jpg);
              background-repeat: no-repeat;
              height: 100px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: relative;
              clear: both;
              float:left;
              background-position: 0px 0px;
              margin: 0px;
              top: 0px;
    /* Tips for mainContent:
    1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
    3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
              float: left;
              margin-right: 8px;
              azimuth:center-left
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
              clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    [if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    #navbar, #header, #mainContent, #container, navbuttonlineup, #centercore, #leftside, #rightside, #adspace, #mainblurb, #pictscolumn {zoom: 1;}
    #header {
              top:0px;
              position:absolute;
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]
    If you have any solution, I would greatly appreciate it!

  • Template - Can't edit in code view

    Can anyone help? I'm using Dreamweaver 8 and have a very
    basic template that contains one editable region. I've been getting
    an intermittent problem with trying to make changes to the editlbe
    region in code view (on pages created from the template.) I get a
    long error message about the fact that I am trying to make changes
    in code that is not marked as editable, but it IS in an editable
    region. Seems to allow me to make changes in Design View - but some
    of what I want to do needs to be done in code view.
    I've built virtually identical templates before, and never
    had this problem. Please let me know if you can spot the problem.
    If I need to include the CSS let me know.

    Does the page validate (
    http://validator.w3.org)? Code
    errors anywhere on
    the page (even in the CSS) will cause these error messages to
    be thrown.
    Also, the proper syntax for comments is not this -
    <!--end sub_address-->
    but rather this -
    <!-- end sub_address -->
    (note the spaces)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "leadhead1" <[email protected]> wrote in
    message
    news:[email protected]...
    > Can anyone help? I'm using Dreamweaver 8 and have a very
    basic template
    > that
    > contains one editable region. I've been getting an
    intermittent problem
    > with
    > trying to make changes to the editlbe region in code
    view (on pages
    > created
    > from the template.) I get a long error message about the
    fact that I am
    > trying
    > to make changes in code that is not marked as editable,
    but it IS in an
    > editable region. Seems to allow me to make changes in
    Design View - but
    > some
    > of what I want to do needs to be done in code view.
    >
    > I've built virtually identical templates before, and
    never had this
    > problem.
    > Please let me know if you can spot the problem. If I
    need to include the
    > CSS
    > let me know.
    >
    >
    >
    >
    > <body>
    >
    > <div id="wrapper">
    > <div id="sub_header">
    > <img src="../images/sub_hdr.gif" alt="xxx"
    width="330" height="92" />
    > <div id="sub_address">
    > <p>xxxx<br />
    > <a href="xxx">xxx</a></p>
    > </div> <!--end sub_address-->
    > </div> <!--end sub_header-->
    > <div id="tagline">
    > <img src="../images/tagline.jpg" alt="xxx"
    width="760" height="33" />
    > </div> <!--end tagline-->
    > <div id="leftnav">
    > <ul>
    > <li><a
    href="../index.html">HOME</a></li>
    > <li><a href="../about.html">ABOUT
    US</a></li>
    > <li><a
    href="../events.html">EVENTS</a></li>
    > <li><a
    href="../membership.html">MEMBERSHIP</a></li>
    > <li><a href="../contact.html">CONTACT
    US</a></li>
    > </ul>
    > </div> <!--end leftnav-->
    > <div id="pagetext">
    > <!-- TemplateBeginEditable name="content" -->
    > <h1 class="teal">Page Header here</h1>
    > <p>Content here... </p>
    > <!-- TemplateEndEditable -->
    > </div>
    > <!-- end pagetext-->
    >
    > </div> <!--end wrapper-->
    >
    > </body>
    >

  • Can't edit in Design tab - "overflow: hidden (double-click to edit)" - cause, remedy?

    In the Design tab, the content of some web pages becomes uneditable (where it had previously been editable), even though it is in an editable region in the template. All of the uneditable text has a black background. When the cursor is floated over this text a popup gives the message "overflow: hidden (double-click to edit)". (Note: the text is still editable in the Code tab.) Double clicking in the Design tab often doesn't do anything but sometimes corrects the problem. The following also didn't help:
    1. Making revisions in the Code tab and then refreshing. (The revisions show up in the Design tab but the text there is still uneditable.)
    2. Closing and reloading the page.
    The content of other pages that use the same template remains editable.
    What causes this problem?
    What is the best method to prevent it and correct it?
    DW CS6
    Win7 x64
    Thanks,
    Don C.

    The problem is always a side-effect of the use of the overflow:hidden style. So why use it? It's tremendously valuable as a way of clearing floats inside a container, rather than adding a float clearing page element. And besides, if you can still edit the content in Code view, why worry? Anyhow, paste this into a new HTML page and try it.
    <div style="height:100px;overflow:hidden;">
    <p>This content will not be editable without double clicking on it. Furthermore, any floats contained within this div will be cleared before closing the div, allowing the div to completely wrap its contents.</p>
    <p>This content will not be editable without double clicking on it. Furthermore, any floats contained within this div will be cleared before closing the div, allowing the div to completely wrap its contents.</p>
    <p>This content will not be editable without double clicking on it. Furthermore, any floats contained within this div will be cleared before closing the div, allowing the div to completely wrap its contents.</p>
    <p>This content will not be editable without double clicking on it. Furthermore, any floats contained within this div will be cleared before closing the div, allowing the div to completely wrap its contents.</p>
    </div>
    In Design view, you will only see two paragraphs. When you click in either of those two paragraphs, you will not be able to edit anything. When you double click you will see the div expand to show all 4 paragraphs, and you will then be able to click and edit at will.

  • DWCS6 - can't edit in Code view {subject edited by moderator}

    In the split view or the design view, I can edit text anywhere on the page but when I click on the code side the text is grey and line number bar turns blue. Is there a way to turn the editing back on in the code view? Working on a PC with a document created on a mac.

    No, it won't let me edit in the code at all.
    Here's the code:
    <!DOCTYPE HTML>
    <html><!-- InstanceBegin template="/Templates/OCVR.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <!-- InstanceBeginEditable name="doctitle" -->
      <title>OVCR | New Researcher Guide</title>
      <!-- InstanceEndEditable -->
    <!-- Mobile Specific Metas
    ================================================== -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <!-- CSS
    ================================================== -->
    <link rel="stylesheet" href="../css/reset.css" type="text/css" media="all" />
    <link rel="stylesheet" href="../css/responsive.css" type="text/css" media="all" />
    <!--[if lte IE 7]>
      <link rel="stylesheet" type="text/css" href="/ovcr/css/ie7.css" />
    <![endif]-->
    <!-- OTHER LINKS
    ================================================== -->
    <link href="http://illinois.edu/lb/rss/19/text.xml" rel="alternate" type="application/rss+xml" title="Illinois News Bureau: Research" />
    <!-- JS
    ================================================== -->
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
    <script src="../scripts/search.js" type="text/javascript"></script>
    <script type="text/javascript" src="http://emergency.webservices.illinois.edu/illinois.js"></script>
    <!-- InstanceBeginEditable name="head" -->
      <link rel="stylesheet" href="../css/smoothness/jquery-ui-1.8.23.custom.css">
      <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
      <script>
      $(function() {
      $( "#accordion" ).accordion({
      active: false,
      autoHeight: false,
      collapsible: true,
      header: 'h2'
      </script>
      <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="header">
      <div class="wrapper">
      <div id="logo"><a href="http://illinois.edu/"><img src="../images/uiuc.png" alt="The Office of the Vice Chancellor for Research" width="57" height="71" /></a><a href="../index.cfm"><img id="ovcr-logo" src="../images/invisible.png" alt="The Office of the Vice Chancellor for Research" width="437" height="63" /></a></div>
      <div id="campus">
      <ul id="nav_2">
      <li class="firstLI"><a href="http://illinois.edu/map/view">Maps</a></li>
      <li><a href="http://illinois.edu/ds/azList">A-Z Campus Index</a></li>
      </ul>
      <form action="" onSubmit="sendSearch()" id="" name="gs" method="get">
      <input type="hidden" name="search">
      <input type="hidden" value="all" name="search_type">
      <input type="hidden" value="" name="skinId">
      <input type="hidden" value="" name="cx">
      <input type="hidden" value="" name="cof">
      <input type="text" onFocus="checkSearchValue()" value="Search" size="10" class="searchbox" id="q" name="q">
      <input type="submit" id="go" class="searchbutton" value="Search" name="sa">
      <ul id="searchRadio">
      <li>
      <input type="radio" checked="checked" value="1" id="searchType_people" name="t">
      <label for="searchType_people">Directory</label>
      </li>
      <li>
      <input type="radio" value="2" id="searchType_info" name="t">
      <label for="searchType_info">Illinois</label>
      </li>
      </ul>
      </form>
      </div>
      </div>
    </div>
    <!-- <= end #header -->
    <div id="nav_main">
      <ul>
      <li><a href="../research/index.cfm">Research Funding</a></li>
      <li><a href="../policies/index.cfm">Policies &amp; Compliance</a></li>
      <li><a href="../training/index.cfm">Training for Researchers</a></li>
      <li><a href="index.cfm">About the OVCR</a></li>
      </ul>
    </div>
    <!-- <= end #navigation -->
    <div class="wrapper">
      <div id="crumbs"><!-- InstanceBeginEditable name="crumbs" --><a href="../index.cfm">Home</a> &raquo; <a href="index.cfm">About the OVCR</a> &raquo; <strong>New Researcher Guide</strong><!-- InstanceEndEditable --></div>
      <!-- <= end #crumbs -->
      <div id="content-bg">
      <div id="content">
      <div id="article"> <!-- InstanceBeginEditable name="content" -->
      <!-- <= end #crumbs -->
      <div id="content">
      <div id="article"> <!-- InstanceBeginEditable name="content" -->
      <div id="subNav"><!-- #BeginLibraryItem "/Templates/about.lbi" --><ul id="menu_resp">
      <li><a href="staff.cfm">Staff Directory</a></li>
      <li><a href="../orgchart.pdf">Organization Chart</a></li>
      <li><a href="committees.cfm">Committees of the VCR</a></li>
      <li><a href="units.cfm">Overview of Units</a></li>
      <li><a href="reports_statistics.cfm">Reports &amp; Statistics</a></li>
      <li><a href="Research_Admin_Guidelines.cfm">OVCR Research Administration Guidelines</a></li>
      <li><a href="volunteer.cfm">Volunteer to Help Illinois Research</a></li>
      <li><a href="contact.cfm">Contact Us</a></li>
    </ul>
    <p><a href="#" onClick="javascript:$('#menu_resp').slideToggle(); return false;" id="menu_m">&ndash; Menu &ndash;</a></p>
    <!-- #EndLibraryItem --></div>
      <div class="section">
      <h1>New Researcher Guide </h1>
      <div id="accordion">
       <p><strong>Welcome to the Illinois Research Community!</strong></p>
      <p>Illinois is a large and complex institution, but we hope that you will soon find your way around both the physical and the electronic campus.<br>
       <br>
       Our culture values collegiality and interdisciplinary research, and we hope this page provides the basic information you need to help you launch your own productive research endeavors.<br>
      <br>
               Click on the tabs below for select links and information about the Illinois research community. More detailed information can be found throughout this website - and if you need additional guidance, don't hesitate to <a href="mailto:[email protected]">contact us</a>. </p>
    <h2><a href="#">Find Research Resources</a></h2>
       <div>
      <p>Your college's research office can provide specifics, as individual research needs will vary depending upon your discipline, but the following links may help you find the tools, equipment, and services to achieve your research goals: </p>
      <p><a href="http://research.illinois.edu/units/technology.cfm">Campus research facilities and services</a><a href="http://research.illinois.edu/about/programs-and-resources.cfm"><br>
         Research programs and additional resources</a></p>
      <p>Select items that may be of particular interest to new faculty include:</p>
       <p><a href="http://www.library.illinois.edu/sc">Library research resources (Scholarly Commons) </a><br>
         <a href="http://www.library.illinois.edu/ugl/mc/">Support for producing digital media  (Media Commons)</a><a href="https://ideals.illinois.edu/"> <br>Research Repository (IDEALS)</a><a href="http://itg.beckman.illinois.edu/visualization_laboratory/"><br>
           Modeling, imaging, and graphic design services (Beckman Vis Lab) and</a><a href="http://www.igb.illinois.edu/core">Microscopy services (IGB Core Facilities)</a><a href="http://www.it.illinois.edu/"><br>
           Computing resources (IT Excellence)</a></p>
               </div>
      <h2><a href="#">Find Funding</a></h2>
       <div>
      <p> Your departmental business office can  guide you, but when you are ready to look for funding, the OVCR can help.</p>
      <h4>Internal Funding Resources:</h4>
                            <p>The <a href="http://crb.research.illinois.edu/">Research Board</a> provides support for new faculty to initiate research at Illinois. <a href="http://research.illinois.edu/research/Funding_Opportunities.cfm"><br>
                            Additional Campus Funding Opportunities</a></p>
                            <h4>External Funding Resources:</h4>
                            <p><a href="http://externalfunding.research.illinois.edu/Default.aspx">Limited Submissions</a><a href="https://www.grantforward.com/index"><br>
                              Grant Forward </a></p>
                            <p>The OVCR offers <a href="http://research.illinois.edu/research/support.cfm">additional support</a> to faculty in the humanities, arts, and social sciences<em>. </em></p>
                            <p><em><br />
                            </em> </p>
                          </div>
      <h2><a href="#">Hire Staff</a><br />
      </h2>
      <div>
      <p>Your departmental business office should be able to assist you with personnel needs. There are many different employee classifications, and the hiring process differs significantly depending on the position.</p>
      <p>Visit the Illinois Human Resources <a href="http://humanresources.illinois.edu/index.html">website</a> for more information. <br />
       </p>
         </div>
      <h2><a href="#">Find Collaborators</a></h2>
      <div>
      <p>The University of Illinois at Urbana-Champaign is currently developing a &quot;Faculty Experts Database&quot;<em> -</em> a tool that will showcase faculty expertise and help you to connect with colleagues. We will launch that service in Fall 2013, but in the meantime we encourage you to connect with your department head and senior faculty, and your college's senior administration. They can provide suggestions on connecting with other researchers across campus. </p>
      <p>Additionally, the research   institutes that report to the OVCR are hubs of collaboration and interdisciplinary research on campus: </p>
      <p><a href="http://beckman.illinois.edu/">Beckman Institute for Advanced Science and Technology</a></p>
      <p><a href="http://www.igb.illinois.edu">Institute for Genomic Biology</a></p>
      <p><a href="http://www.ncsa.illinois.edu/">National Center for Supercomputing Applications</a></p>
      <p><a href="http://www.prairie.illinois.edu/">Prairie Research Institute</a><br />
       </p>
                            </div>
      <h2><a href="#">Understand Regulatory Requirements</a></h2>
      <div>
      <p>Supporting the   safe and ethical conduct of research is a priority for the Office of the Vice Chancellor for Research at the University of Illinois at Urbana-Champaign. Review a <a href="http://research.illinois.edu/policies/checklist.cfm">checklist</a> to help you get started, or learn more about research <a href="http://research.illinois.edu/policies/index.cfm">policies</a>and required<a href="http://research.illinois.edu/training/index.cfm"> training.</a><em><br />
       </em> </p>
      </div>
                            <h2><a href="#">Share Your Results</a></h2>
      <div>
      <p>The<a href="http://otm.illinois.edu/"> Office of Technology Management</a> can help you understand the intellectual property issues in research activities and your role in commercializing university innovation. </p>
      <p>The  News Bureau generates and coordinates national news coverage of the Urbana-Champaign campus. News Bureau writers cover <a href="http://news.illinois.edu/about_staff.html">specific campus beats</a> and also provide advice for interacting with the media. </p>
      <p>Many departments and colleges also have communications staff to help share news and research results. Find your unit's &quot;Chief Communications Officer&quot; <a href="http://publicaffairs.illinois.edu/campus/cco.html">here</a>. <em><br />
       </em></p>
             </div>
      <h2><a href="#">People in Research: The Names You Need to Know</a></h2>
                                <div>
      <h4><a href="../orgchart.pdf">OVCR Org Chart</a> </h4>
      <p><a href="http://research.illinois.edu/about/staff.cfm"><br>
         Office of the Vice Chancellor for Research</a><br>
       Peter Schiffer, Vice Chancellor for Research<br>
       Melanie Loots, Executive Associate Vice Chancellor for Research<br>
       Jan Novakofski, Associate Vice Chancellor, Compliance<br>
       Nancy Abelmann, Associate Vice Chancellor for Humanities, Arts, and Related Fields
                                  <br>
                                  Howard Guenther, Associate Vice Chancellor, Research Integrity Officer
      </p>
      <p><a href="http://www.ospra.illinois.edu/">Office of Sponsored Programs</a><br>
       Dave Richardson, Director </p>
      <p><a href="http://irb.illinois.edu/">Institutional Review Board</a><br>
       Anita Balgopal, Director</p>
      <p> <a href="http://www.drs.illinois.edu/">Division of Research Safety</a><br>
       Peter Ashbrook, Director</p>
      <p><a href="http://dar.research.illinois.edu/">Division of Animal Resources</a><br>
       Lyndon Goodly, Director</p>
      <p><a href="http://biomedical.illinois.edu/">Division of Biomedical Sciences</a><br>
       Jennifer Eardley, Interim Director
      </p>
                                </div>
      <p> </p>
         </div>
      <!-- <= end .section -->
      <div class="clear"></div>
      <!-- InstanceEndEditable --> </div>
      </div>
      </div>
      <!-- <= end #content --></div>
    <div id="footer">
      <div class="wrapper">
      <div id="address">
      <p><strong>Office of the Vice Chancellor for Research</strong><br>
      Fourth Floor, Swanlund Administration Building, MC-304<br>
      601 E. John Street, Champaign, IL 61820</p>
      </div>
      <div id="email">
      <p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a><br>
      <strong>Phone:</strong> 217-333-0034<br>
      <strong>Fax:</strong> 217-244-3716</p>
      </div>
      <p id="c">&copy; 2012 Board of Trustees of the <a href="http://illinois.edu/">University of Illinois</a></p>
      </div>
    </div>
    <!-- <= end #footer --> <script src="../scripts/menu.js"></script> <script type="text/javascript" src="http://emergency.webservices.illinois.edu/illinois.js"></script>
    <!-- InstanceBeginEditable name="footer" --><!-- InstanceEndEditable -->
    <div id="modal"></div>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-6127625-1");
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Can not see the design view nor the java file in CentOS

    Hi all. I've recently installed JSC2 in CentOS. I find this tool really useful. But I have a problem with the design view and the java file view. At the beginning, when I first create a Page1.jsp, I can see the design view and the java view with no problem. I run apps correctly. But after a while, I get a "null pointer exception" error and I am able to see only the jsp view, not the others. I don't even have the option to see the Design and Java views. And the page icon in the project window appears to be darker than a well working page. I'm not really sure what sequence of actions I do to get this error, it just suddenly happens. What I've done so far in JSC2 is to link to pages in the Page Navigation view. It works fine for a while, but after a while I get the error I've described.

    Yes, if I do that It happens the same. I've tried everything. Now I'm using Window$ 2000 and it works properly. Thanks anyway.

Maybe you are looking for