Code being moved around after editing in Design View

Hello all,
Call me a neat freak, a OCD guy, whatever, I don't care. I
primarily work in code view and when I do, I like to have my tags
in a nice, neat, order.
It didn't do this in DW8 but it does this in DW CS3, but I've
noticed that ANY time I make any sort of a quick change in Design
View, it moves the tags around a little bit. Not by a lot, usually
only a few spaces to the left or the right, but it screws up my tab
spaces and it's driving me crazy!!!!
I'm sure it's something simple, some checkbox I need ot
check, but how do I fix this, if I can fix it at all?

Hello all,
Call me a neat freak, a OCD guy, whatever, I don't care. I
primarily work in code view and when I do, I like to have my tags
in a nice, neat, order.
It didn't do this in DW8 but it does this in DW CS3, but I've
noticed that ANY time I make any sort of a quick change in Design
View, it moves the tags around a little bit. Not by a lot, usually
only a few spaces to the left or the right, but it screws up my tab
spaces and it's driving me crazy!!!!
I'm sure it's something simple, some checkbox I need ot
check, but how do I fix this, if I can fix it at all?

Similar Messages

  • 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

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

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

  • Topic code includes unexpected changes after editing

    I am using RH8 and converting FrameMaker files to WebHelp (I am linking to the FrameMaker book). If I use RoboHelp to edit a topic, either through the HTML view or the Design view, the HTML code includes changes that I did not explicitly make. For example, the initial generated code had <li style="list-style: decimal;">, but if I make any type of edit to the file, this changes to <li type="1">. This is a problem because Internet Explorer does display the numbers unless I use the Compatibility View setting. Why is this happening?
    I did find that when I directly edit a topic in NotePad, the results are what I want, but it would be nice to use the Design view toolbar to make the final adjustments I need.

    Just offering possibilities.  Just because there are two symbols in the library doesn't mean you have them separately planted on the stage.  One could be planted inside the other.  And their visual proximity to each other wouldn't matter in any case.
    When you are editing the circle and can clearly see the dquare, are you able to select the square?

  • 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

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

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

  • Apps being moved around with sync - unwanted blank page inserted

    Ever since I bought a few new apps (craigspro+, vision test, etc, nothing too big or fancy) last night, when I sync my phone with my iTunes, it moves all the apps around, inserts a blank page onto my phone, and most of my new apps are inserted on a page AFTER the blank page and therefore I can't reach them once the phone is disconnected from my iMac and in hand. I've tried restoring, I've tried manually moving them all around in iTunes, and every time i hit "Apply" they bounce back to where the computer wants them and I can't even reach the new apps. What's up and how do I fix this???

    Hi,
    you can automaticaly fix previously made documents using the Preflight tool.

  • Smart Album's jumping around after edits

    Hello,
    I'm working on organizing my large library of images and I've created a few simple smart albums to group images by date so that it is easier for me to categorize them. These can be rather large smart albums - 1,000 - 2,000 images.
    Everything works fine until I start making edits to the images in the smart album. When I do this, the smart album appears to reload and it frequently "jumps" to a different part of the album. For example, about on image 500 or so of a 1,200 image Smart album, I was going through and making stacks. After each stack was created the smart album view would "jump" back up to image 250 or so - and I would have to scroll back down to me previous location in the photo list.
    I checked the sort order to make sure I wasn't messing that up. I was using image date and the stack operations I was performing didn't substantially alter the order of images by their dates.
    Is this a bug or am I doing something wrong?
    -Steve G

    One thing to check on if your library is large. When you open your smart album, let it settle for a little bit as the library is queried to match images to your smart search criteria. It is not the fastest operation it does. Check for no spinning wheels in the lower control bar and check the Task List (under window) is empty of work.
    I have noticed an Image Manager task show-up in the Task List on occasion, seemingly umprompted and i let that end before i do more work as it seriously bogs-down its work.
    Try letting it settle a few mins (depending on your library size).

  • How do i get the textbox to stop moving around after first click

    I can't figure out how to get the textbox to stop moving after i set the textbox location with the first click. help please?
    protected function txtloc_BTN_clickHandler(event:MouseEvent):void
                    addEventListener(MouseEvent.CLICK,newTxt);
                public function newTxt(event:Event):void
                    addEventListener(MouseEvent.CLICK,newTxt2);
                } //end newtxt
                public function newTxt2(event:Event):void
                    x1 = mouseX;
                    y1 = mouseY;
                    usrtxtlabel.visible;
                    usrtxtlabel.x = x1;
                    usrtxtlabel.y = y1;
                    usrtxtlabel.x;
                    usrtxtlabel.y;
                    //usrtxt.focusRect = true;
                    removeEventListener(MouseEvent.CLICK, txtloc_BTN_clickHandler); //does not work
                public function removeHandler(event:Event):void
            ]]>
        </fx:Script>
        <s:TextInput x="39" y="252" width="142" height="30" id="txtinput" fontFamily="Times New Roman"/>
        <s:Label x="59" y="67" width="104" height="32" text="{txtinput.text}" id="usrtxtlabel"/>
    <s:Button x="394" y="252" label="txt location" id="txtloc_BTN" click="txtloc_BTN_clickHandler(event)"/>

    remove both listeners.

  • Why are my pics/video in iphoto being moved around?

    My iphoto seems to swallow chunks of pics/video and store them in other places, ex. my external hard drive w/o my consent. It was working fine until I installed FCPX, could that have anything to do with it?

    No idea - what version of iPhoto?
    Why exactly do you think that iPhoto "seems to swallow chuncke of pics/video and store them in other places"?
    By default (and extremely strongly recommended) when you import a photo or video into iPhoto it is copies to the iPhoto liberary - it is never moved from the original location (although there is no reason for you to leave it there - it is best to delete it once imported) nor is it ever moved within the iPhoto library unless you do an iPhoto upgrade that re-organizes the library - but since you never directly access your photos or videos within the iPhoto library this has no effect on you - you only access them using the supplied tools (see the user tip on accessing your files) or using iPhoto
    LN

  • Desktop icons moving around after ext moni - madness

    1. MBP
    2. SL
    3. use MBP at a cafe
    4. come back to home office - connect Dell 2407 via DVI connector
    5. use MBP - notice icons "scale" in placement to much larger screen
    6. next day
    7. MBP fired up with no external monitor connection - icons are not where I left them, now a mixed up bunch ( a mess really )
    Isnt there a way to lock these icons down so that CANT move regardless if any ext monitor is connected ? Shouldnt the OS be able to deal with this without issue ?

    Don't know what variant of the MBP you have, but on my Late 2007 MacBook Pro 3,1 15", the F7 key toggles between spanning and mirrored mode. The internal may be mirroring the settings from the external.
    Toggling between video modes with the keyboard has helped some people who had this issue. Again, not knowing your exact model I can't be sure which key toggles video mode but, if you have that function, it's a cheap and easy check.
    Does the external monitor require a video adapter? Are you leaving the adapter attached the MBP when off the external display? If so, try removing the adapter.

  • Turning a 'code view' only file to a 'design view' file

    Thanks for reading.
    I am using Dreamweaver 8. I have INC files that I would to be
    able to edit in design view as opposed to strictly code view. (lots
    of tables and I'd rather just visually edit the cells) I can view
    them in the PHP files they are called from (which is a start) but I
    need to be able to edit just the INC file in design view; not view
    it in the PHP file and then open the INC file in code view.
    I have gone through the help file and done the following
    (restarting dreamweaver each time):
    1) removed INC from the list at dreamweaver >>
    Preferences >> FileTypes / Editors >> Open in Code View
    2) checked to make sure the INC extention is in the
    extension.txt file (it is by default) I've tried moving it to be an
    html file, leaving it as a server sife include, and creating a new
    'include file' distinction for it. None of it works.
    3) Going through the rest of the documentation isn't terribly
    helpful. It mentions files and folders I can not find. Most of the
    decent documentation I can find is for MX; but the files it points
    me to don't seem exist in my installation.
    I'm sure this is a really easy problem with a simple
    solution; but I am overlooking it. Do I need to find more folders
    from my installation? Do I create these folders manually as I need
    them? What files go in them? Getting this figured out so I can make
    edits to INC files in design view would help me out tremendously.
    Thanks for any help.

    Save them as *.html rather than *.inc files....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ceuphrasie" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for reading.
    >
    > I am using Dreamweaver 8. I have INC files that I would
    to be able to
    > edit in
    > design view as opposed to strictly code view. (lots of
    tables and I'd
    > rather
    > just visually edit the cells) I can view them in the PHP
    files they are
    > called
    > from (which is a start) but I need to be able to edit
    just the INC file in
    > design view; not view it in the PHP file and then open
    the INC file in
    > code
    > view.
    >
    > I have gone through the help file and done the following
    (restarting
    > dreamweaver each time):
    >
    > 1) removed INC from the list at dreamweaver >>
    Preferences >> FileTypes /
    > Editors >> Open in Code View
    >
    > 2) checked to make sure the INC extention is in the
    extension.txt file (it
    > is
    > by default) I've tried moving it to be an html file,
    leaving it as a
    > server
    > sife include, and creating a new 'include file'
    distinction for it. None
    > of it
    > works.
    >
    > 3) Going through the rest of the documentation isn't
    terribly helpful. It
    > mentions files and folders I can not find. Most of the
    decent
    > documentation I
    > can find is for MX; but the files it points me to don't
    seem exist in my
    > installation.
    >
    > I'm sure this is a really easy problem with a simple
    solution; but I am
    > overlooking it. Do I need to find more folders from my
    installation? Do
    > I
    > create these folders manually as I need them? What files
    go in them?
    > Getting
    > this figured out so I can make edits to INC files in
    design view would
    > help me
    > out tremendously.
    >
    > Thanks for any help.
    >

  • DW CS3 Design View editing goes unstable, loses data

    MacOS 10.5.8 on  iMac, Intel Core 2 Duo
    The attached file ---bare html, no header or trailer-- passes the "Validate Current Document" and so presumably contains  completely valid HTML.  Besides that, it's really simple and short, a cut-down of a somewhat longer file I made for posting about this issue.
    I just restarted my Mac, opened DW, opened this file for edit in Design View, selected the final word in the second paragraph ("beyond") and deleted it.  The entire second paragraph disappeared. I immediately saved to another file, re-opened it,  and confirmed that the 2nd paragraph is, in fact, missing from the file.
    Using this code, do you reproduce this issue?
    Have you seen this kind of issue before?
    Fixes?  Suggestions?
    Note:  Yes, editing in Code View sidesteps this issue but that's an emergency workaround, not an acceptable alternative for production work.
    TIA,
    hen3ry

    MacOS 10.5.8 on  iMac, Intel Core 2 Duo
    The attached file ---bare html, no header or trailer-- passes the "Validate Current Document" and so presumably contains  completely valid HTML.  Besides that, it's really simple and short, a cut-down of a somewhat longer file I made for posting about this issue.
    I just restarted my Mac, opened DW, opened this file for edit in Design View, selected the final word in the second paragraph ("beyond") and deleted it.  The entire second paragraph disappeared. I immediately saved to another file, re-opened it,  and confirmed that the 2nd paragraph is, in fact, missing from the file.
    Using this code, do you reproduce this issue?
    Have you seen this kind of issue before?
    Fixes?  Suggestions?
    Note:  Yes, editing in Code View sidesteps this issue but that's an emergency workaround, not an acceptable alternative for production work.
    TIA,
    hen3ry

Maybe you are looking for

  • New feature Pan Only Error

    Hi, people When I try use the new feature in Pan Only I recieve this mesage. In image attached Any one has a tip? Thanks

  • I am unable to download the Elements 11 to my Mac Air.

    Once I accept the download Elelements 11, on the Adobe page, the assistant doesn't fire up?? Having rebooted and cleared history, still no go. Any solution?

  • How to adjust desk top type size ?

    I connected the MBP to a TV and now desk top displays are over sized.  How do I adjust the so windows are not running off and type is not so big ?

  • Deleted transactions issue

    Hello, We have a master database which runs on oracle 9iR2 and a replica backup database that runs on 11g. We have a replication between those servers. There is a huge amount of data that flows from master to replica. Yesterday, master database stack

  • Routine in sapscript

    Hi all, i have a problem when i want display all the costs center in a purchaseOrder by position  each position can have 1,2 or 3 cost center and into the form I have to display this. my code is: types : begin of ty_centro,           kostl type ekkn-