Magin change moving from Design to Split views

For some reason, the margins of my HTML page change when I
move from split view to design view. The page is a single table,
centered with <center>, but when I change views, they whole
thing shifts over by 19 pixels, from being centered starting at 309
to being centered starting at 328.
What the heck!?? Anyone know what might be causing
this?

Appearance of a vertical scrollbar?
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
==================
"D Cam" <[email protected]> wrote in message
news:fbt85u$cpv$[email protected]..
> For some reason, the margins of my HTML page change when
I move from split
> view
> to design view. The page is a single table, centered
with <center>, but
> when I
> change views, they whole thing shifts over by 19 pixels,
from being
> centered
> starting at 309 to being centered starting at 328.
>
> What the heck!?? Anyone know what might be causing this?
>

Similar Messages

  • Dreamweaver cs6 crashes when switching from design to live view

    dreamweaver cs6 crashes when switching from design to live view

    read my reply
    Date: Thu, 30 May 2013 20:27:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: dreamweaver cs6 crashes when switching from design to live view
        Re: dreamweaver cs6 crashes when switching from design to live view
        created by Preran in Dreamweaver - View the full discussion
    Hi,
    Can you try the solutions mentioned in this document?
    http://helpx.adobe.com/dreamweaver/kb/crash-live-view-dreamweaver-cs5. html
    Thanks,
    Preran
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5367198#5367198
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5367198#5367198
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5367198#5367198. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • CS5.5 I can't get testing server, "design" and "Split" views operational

    I just upgraded from DWCS3 to DWCS5.5 and am trying to get php (dynamically related) files working. Very frustrating.
    I have set up everything according to the tutorial at http://www.adobe.com/devnet/dreamweaver/articles/setup_testing_server.html Nothing seems to work. And no one seems to currently be answering posts...so I apologize if this is a faux pas, but I'm starting a new thread in hopes that I and others can get some help.
    Here's what I have:
    WAMP server: : C:\TNG813onMowesII\www\ (Mowes Portable II is  software that enables you to quickly set up a WAMP (Windows, Apache, MySQL and PHP) system on any Windows system.))
    Site Name: localhost genealogy Local Site Folder: C:\TNG813onMowesII\www\ Server Name: localhost  Server Folder: C:\TNG813onMowesII\www\  Web URL: http://localhost/genealogy/ Server Model: PHP MySQL Connection: Local/Network
    Remote - unchecked
    Testing - checked
    I also have an idnetical image at D:/MyWebs/public_html/ for syncing with my remote website - http:larryvoyer.com
    My "Design", "Split", "Live View" and "Inspect" buttons are greyed out.
    Again, I apologize if I messed things up bu opening a thread on a prvious subject
    Larry Voyer
    Site Creator/Administrator
    http://larryvoyer.com/genealogy/
    Attempting to solve this on another thread, I was asked for the code that I was trying to see in design view...here it is if it's important:
    <?php
    $flags['noicons'] = true;
    $flags['noheader'] = true;
    $flags['nobody'] = true;
    //Change the text in quotes below to reflect the title of your site
    tng_header( "{$tmp['t5_maintitle']}", $flags );
    ?>
    <body>
    <div align="center">
    <table width="90%" class="maintable">
      <tr>
        <td class="row" colspan="6"></td>
      </tr>
    <tr>
      <td class="imagesection"> </td>
      <td class="spacercol">  </td>
      <td class="content" colspan="4">
       <table border="0" cellpadding="5" cellspacing="0" width="2%" class="innertable">
            <tr>        
        <td class="leftimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_leftimg']; ?>" alt="louis voyer" ></td>
        <td class="banner" colspan="2"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_titleimg']; ?>" alt="title"/></td>
        <td class="rightimage"><img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_rightimg']; ?>" alt="louis voyer" ></td>
      </td>
    </tr>
        <tr>
            <td colspan="4" class="boxback">
       <a href="whatsnew.php" class="lightlink2"><?php echo $text['mnuwhatsnew']; ?></a>
                | <a href="browsemedia.php?mediatypeID=photos" class="lightlink2"><?php echo $text['mnuphotos']; ?></a>
                | <a href="browsemedia.php?mediatypeID=documents" class="lightlink2"><?php echo $text['documents']; ?></a>
                | <a href="browsemedia.php" class="lightlink2"><?php echo $text['allmedia']; ?></a><br />
    <!-- SECOND LINE OF LINKS-->
                <a href="mostwanted.php" class="lightlink2"><?php echo $text['mostwanted']; ?></a>
                | <a href="reports.php" class="lightlink2"><?php echo $text['mnureports']; ?></a>
                | <a href="cemeteries.php" class="lightlink2"><?php echo $text['mnucemeteries']; ?></a>
          | <a href="browsemedia.php?mediatypeID=headstones" class="lightlink2"><?php echo $text['mnutombstones']; ?></a>
          | <a href="anniversaries.php" class="lightlink2"><?php echo $text['anniversaries']; ?></a>
          | <a href="places.php" class="lightlink2"><?php echo $text['places']; ?></a><br />
    <!-- THIRD LINE OF LINKS-->
          <a href="browsenotes.php" class="lightlink2"><?php echo $text['notes']; ?></a>
          | <a href="browsesources.php" class="lightlink2"><?php echo $text['mnusources']; ?></a>
             | <a href="browsetrees.php" class="lightlink2"><?php echo $text['mnustatistics']; ?></a>
             | <a href="bookmarks.php" class="lightlink2"><?php echo $text['bookmarks']; ?></a>
          | <a href="suggest.php" class="lightlink2"><?php echo $text['contactus']; ?></a>
    <?php
    if( $allow_admin ) {
      echo "| <a href=\"showlog.php\" class=\"lightlink2\">{$text['mnushowlog']}</a>\n";
      echo "| <a href=\"admin.php\" class=\"lightlink2\">{$text['mnuadmin']}</a>\n";
    ?>
      </td>
         </tr>
          <tr>
         <td class="leftcontent" rowspan="3">
      <div class="header">
                  <p>Our Noble Background</p>
       </div>
       <p>Recently, the <a href="Longueval" _mce_href="http://www.habitant.org/longueval/">Longueval">http://www.habitant.org/longuev al/">Longueval Research Project </a> has established the connection, through Anne Couvent, into the royalty database.
        This site includes that ancestry.
        Anne Couvent is in your ancestry, have fun loking at some of our famous and infamous ancestors. </p>
        <li><div align="left">
         <ul>
          <li> <a href="pedigree.php?personID=I63070&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I63070amp;tree=v7_28" class="pers" id="pI63070_tv7_28">Queen Cleopatra </a>  </li>
          <li> <a href="pedigree.php?personID=I107713&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I107713&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">Alexander the Great</a>  </li>     
          <li> <a href="pedigree.php?personID=I186817&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I186817&amp;tree=v7_28" class="pers" id="pI186817_tv7_28">Attila the Hun</a>  </li>
          <li> <a href="pedigree.php?personID=I83464&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I83464&amp;tree=v7_28" class="pers" id="pI83464_tv7_28">Charlemagne</a>  </li>
          <li> <a href="pedigree.php?personID=I185929&amp;tree=v7_28"><img src="img/Chart.gif" class="chartimg" alt="" /></a>  <a href="getperson.php?personID=I185929&amp;tree=v7_28" class="pers" id="pI185929_tv7_28">King Louis XIV</a>  </li>
         </ul>
          </div></li>
       <p> Here are some links showing noble ancestors as they are related to me </p>
          <ul><li>
          <div align="left"><a href="rulers/rulers_france.php">Rulers of France</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_germany.php">Rulers of Germany</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_hre.php">Rulers of theHoly Roman Empire</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_italy.php">Rulers of Italy</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_visigoths.php">Rulers of the Visigoths</a></div>
        </li>
        <li>
          <div align="left"><a href="rulers/rulers_franks.php">Rulers of the Franks</a></div>
        </li>
         </ul>
         <p>  </p>
         <span class="style26o">Please note: this is not complete and is included for the user to see their potential relationship to past nobility
              The nobility database is far from the primary focus of the site and will not be supported other than the correction of errors.</span></div>
            </td>
      <td>
       <div class="header">
                  <?php echo $text['welcome']; ?>!
       </div>
       <div class="normal">
          <img src="<?php echo $cms['tngpath'] . $templatepath; ?><?php echo $tmp['t5_mainimage']; ?>" alt="" style="float:right" class="indexphoto" width="300"  /><br /><br />
         <p>Welcome to the genealogy site devoted to Voyer and Bedard ancestry. Why Voyer and Bedard? My father was a Voyer. My mother a Bedard
         I believe that this is the largest compilation of Voyers with 4000+ and 24,000+ Bedards. I hope that it will be useful to those looking for their heritage.</p>
         </p>I am indebted to my cousin Jacqueline TIERNAN Poudrier for her tireless research and contributions to this site. </p>
         <p>If you have any questions or comments about the information on
         this site, <a href="suggest.php">please contact us</a>.
         We look forward to hearing from you.</p>
         <ul>
          <?php
           if(!$currentuser) {
            if(!$tngconfig['disallowreg'])
             echo "<li><a href=\"newacctform.php\">{$text['mnuregister']}</a></li>\n";
            echo "<li><a href=\"login.php\">{$text['mnulogon']}</a></li>\n";
           else {
            echo "<li><a href=\"logout.php\">{$text['mnulogout']}</a></li>\n";
           if($chooselang)
            echo "<li><a href=\"changelanguage.php\">{$text['mnulanguage']}</a></li>\n";
          ?>
         </ul>
         <p></p>
         <div>
         <div class="header">
                  <p>DNA Genealogy</p>
       </div>
       <p></p>
         <p>DNA technology allows us another way to investigate our ancestry, especially with regard to lines that have been difficult or even impossible to resolve as is our case with the lack of records in France.<p></p> 
    There are many ways to test and analyze DNA, but there are two particular kinds of DNA testing that are especially useful in genealogy:  Y-chromosome DNA (Y-DNA) testing and mitochondrial DNA (mtDNA) testing.  The genealogical usefulness of these two DNA tests is based on two aspects of human inheritance:
       <ol>
       <li>  that the Y chromosome is passed on only by the father</li>
       <li>  that mitochondria are passed on only by the mother</li>
       </p>
       <p>Both a VOYER and a BEDARD DNA project have been created and can reached through the links below. Please make sure that the person submitted for DNA tests is in our dtabase so that we can determine the earliest ancestor.
       If you are submitting for a mitochondrial DNA test, please contact us so that we can attempt to trace your maternal pedigree.
              <div class="subheader"><span class="style41"><a href="Voyer" _mce_href="http://www.worldfamilies.net/surnames/voyer">Voyer">http://www.worldfamilies.n et/surnames/voyer">Voyer DNA Project</a> <a href="Bedard" _mce_href="http://www.worldfamilies.net/surnames/bedard">Bedard">http://www.worldfamilies .net/surnames/bedard">Bedard DNA Project</a></span></div>
        <div>
        </td>
      </div>
      <td> </td>
            <td class="rightcontent">
        <div class="language_box">
         <?php
          if($chooselang) {
           $query = "SELECT languageID, display, folder FROM $languages_table ORDER BY display";
           $result = mysql_query($query) or die ($text['cannotexecutequery'] . ": $query");
           $numlangs = mysql_num_rows( $result );
           if($numlangs > 1) {
            echo getFORM( "savelanguage2", "get", "tngmenu3", "" );
            echo "<select name=\"newlanguage3\" id=\"newlanguage3\" style=\"font-size:11px;\" onchange=\"document.tngmenu3.submit();\">";
            while( $row = mysql_fetch_assoc($result)) {
             echo "<option value=\"{$row['languageID']}\"";
             if( $languages_path . $row['folder'] == $mylanguage )
              echo " selected=\"selected\"";
             echo ">{$row['display']}</option>\n";
            echo "</select>\n";
            echo "<input type=\"hidden\" name=\"instance\" value=\"3\" /></form>\n";
           mysql_free_result($result);
          echo "</p>\n";
         ?>
       </div>
       <form action="search.php" method="get">
        <table class="indexbox">
         <tr>
          <td class="padding"><span class="boxback"><?php echo $text['mnulastname']; ?>:<br />
           <input type="text" name="mylastname" class="searchbox" size="14" /></span></td></tr>
           <tr><td class="padding"><span class="boxback"><?php echo $text['mnufirstname']; ?>:<br />
           <input type="text" name="myfirstname" class="searchbox" size="14" /></span>
          </td>
         </tr>
         <tr>
          <td class="padding"><span class="normal"><input type="hidden" name="mybool" value="AND" />
          <input type="submit" name="search" value="<?php echo $text['mnusearchfornames']; ?>" class="small" /><br /><br />
          <?php
           echo "<a href=\"surnames.php\" class=\"lightlink2\">{$text['mnulastnames']}</a><br />\n";
           echo "<a href=\"searchform.php\" class=\"lightlink2\">{$text['mnuadvancedsearch']}</a>\n";
          ?></span>
          </td>
         </tr>
        </table>
       </form>
       <p></p>
       <div class="help">
       <div class="subheader">Can You Help?</div>
       <p></p>
        <p.request>Can you make yourself available to translate correspondence and site content into French?.</p>
        <p.request>Do you read the Obituaries? If you find BEDARD and VOYER obituaries (links or scans)? </p>
        <p.request>Are you a BEDARD or VOYER and not in our database? </p>
        <p.request>Are you interested in being part of the site research or development team?
        <p> </p><a href="suggest.php">please contact us</a>..</p>
       </div>
      </td>
          </tr>
        </table>
        </td>
      </tr>
      <tr>
        <td colspan="6" class="row12"></td>
      </tr>
      <tr>
      <div class="c3"></div>
    </td>
    </tr>
    </table>
    <br />
    <div>
      <br />
      <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <div align="center">
      <input type="hidden" name="cmd" value="_s-xclick" />
      <input type="hidden" name="hosted_button_id" value="1942114" />
      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="" />
      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
      </div>
    </form>
    </div>
    </td></tr>
    <tr><td class="tableheader"><img src="img/spacer.gif" width="25" height="25" alt="" /></td></tr></table>
    <div class="footer small">
    <br />
    This site powered by <a href="http://lythgoes.net/genealogy/software.php" class="footer">The Next Generation of Genealogy Sitebuilding</a> &copy;, v. 8.1.3, written by Darrin Lythgoe 2001-2012.
    <br /><br />
    Voyer & Bedard Genealogy &copy; Larry Voyer 2008-2012.
    <br /><br />
    <span class="sitecounter">Unique visitors since January 1, 2012: </span>
         <div>
            <!-- Start of StatCounter Code for Default Guide -->
       <script type="text/javascript"> var sc_project=7546502; var sc_invisible=0; var sc_security="d0ac87ac"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
       <noscript><div class="statcounter"><a title="web counter" href="http://statcounter.com/free-hit-counter/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/7546502/0/d0ac87ac/0/" alt="web counter"></a></div></noscript>
      <!-- End of StatCounter Code for Default Guide -->
    </div>
    </div> <!-- end of footer div -->
    </div> <!-- end of center div -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-2104283-2");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    <!-- end footer.php for template 5--><script type="text/javascript" src="js/litbox.js"></script>
    </div> <!-- end of center div -->
    </body>
    </html>

    John,
    I misundrstood you response
    I entered http://localhost in my browser and recieved the following page:
    Asd you can see everything is working. I thought that when you called local host, it went to the www/ directory where I have my sites
    I still don't see a problem with my settings
    Server Folder: C:\TNG813onMowesII\www\
    Web URL: http://localhost/genealogy/
    I hate it when the tool is more trouble than the work.
    Larry Voyer
    Site Creator/Administrator
    http://larryvoyer.com/genealogy/

  • TS4002 I want to view my emails with the reading pane at the bottom of the screen - I cannot change it from a vertical column view. Used to be 'classic view' in mobile me. Anyone know how to do it?

    I want to read my emails in horizontal view - reading pane at the bottom of the monitor - on iCloud. I cannot change the view from vertical and columns? Anyone know how I can do this? It was called 'classic view' in Mobileme.

    Thanks, got that.
    That's OK on 'mail'.
    My problem is on webmail -  when I open my email on    iCloud I have the columns and cannot find where to change the view.
    Any further ideas?

  • How to change Moving average price in accouting view at valuation cat level

    Hi,
    We are loading Material Master data for one client. We are using LSMW to load this object
    We have uploaded u201CMoving Price (MBEW-VERPR)u201D in Accounting 1 view at valuation category level. Unfortunately incorrect value has been loaded Is it possible to change??
    We donot have stock for this materials.
    When I tried to do this using MM02, I understand that itu2019s grayed out field and cannot be changed in second attempt.
    Let me know if there is any other procedure to handle the situation??
    Rajesh Chavan

    Hi
    You can change the same through MR21
    regards
    Sanil

  • Moved from iMovie to Express, viewer question

    Hey all-
    I made the move to FCE from iMovie HD/iMovie '08, and the first video I wanted to play with shows up choppy when I watch it in real time in the Viewer. When I cut it up and put it in the canvas and render and watch, it's flawless. Maybe this is a newb question, but does the viewer always lag when viewing the video?
    Thanks.

    I am having a similar problem. I captured DV video in iMovie08 a few days ago but when I import that video into a FCE project it is choppy in the viewer. About every second or so, at a regular beat, it has a slight pause then continues on. If I put it into a sequence it plays fine from there. The captured video also plays fine in Quicktime. I captured the same video again, using FCE this time, and it works fine like that.
    I plan on recapturing the video anyway so I guess I don't really care, it is more of a curiosity to me. When capturing video in iMovie I noticed some dropping of frames here and again (but no warning to that effect) and had to do some recaptures. I got a bit disillusioned with its ability to capture. Since I wasn't watching during the entire time, I have no confidence in the quality of the captures I made. These dropped frames are, I think, a different problem than the one above about stuttering video.

  • Switch from Design to Code view on a Mac

    So here I am flinging backets and ampersands right and left,
    and have to stop, reach for the mouse and click a button.
    Frustrating. And no, I am not spoiled.

    Hi, lnmyers,
    I have thousands of pictures stored in Picasa, all of which are stored in my Picasa Web Albums. They are no longer in a directory on my hard-drive, that particular hard-drive having died ages ago. Thank goodness I uploaded them to Picasa's cloud before the hard-drive died. Should that ever darken, I am in trouble. I digress. I downloaded the pictures I wanted from Picasa Web Albums to my new external hard-drive that I set up and attached to my mac. For example:  I had a an album called "California 2013" stored in the Picasa cloud. I downloaded the entire album to a folder on my Seagate external drive that I call Lightroom within which I have a folder called California 2013. It took about twenty minutes to get them all (300+ photos). Then, I pointed LR to the California 2013 folder on the Seagate external drive when I wanted to catalogue the pictures into LR. I did not worry about metadata; I took whatever came with the pictures and didn't worry about it. I added copyright, keywords, and ownership info with LR. 
    I hope that helps.

  • DW CS3 Crashes When Switching from Design View to Code View

    The page opens in code view, and when I try to switch to
    either split or design view, the application freezes.

    read my reply
    Date: Thu, 30 May 2013 20:27:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: dreamweaver cs6 crashes when switching from design to live view
        Re: dreamweaver cs6 crashes when switching from design to live view
        created by Preran in Dreamweaver - View the full discussion
    Hi,
    Can you try the solutions mentioned in this document?
    http://helpx.adobe.com/dreamweaver/kb/crash-live-view-dreamweaver-cs5. html
    Thanks,
    Preran
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5367198#5367198
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5367198#5367198
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5367198#5367198. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Moving from Active Directory (AD) to Open Directory (OD)

    Does anyone have some scripts to move my exported LFID data from my Active Directory environment to my working OD environment. I do not want anything except Fullname or First, Last and username (for short name) to import. Passwords would be nice, but I have to get them out of AD first. I just don't want to recreate all the users.
    Or the import format for importing to OD would be nice... I can edit the text file myself.

    If the name of somain will remain the same then you don't have to do anything from BPC point of view.
    You just to make sure that doing ping of "domain name" it will respond the new active directory GAD not the old one.
    If the domain name was changed then from BPC point of view we are speaking actually about complete different users.
    So the security must to be redone for all users.
    domain1\user1 is different by dmain2\user1.
    Regards
    Sorin Radulescu

  • DW code view custom highlight color from design view (split view)

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    Thanks!

    I would like to change the "Code view" highlight color from it's default to something more contrasty ... so while using "Split view" - when I select an element in "Design View" the corresponding code in "Code view" would be easier to find ...
    Anyone knows how to customize this setting wit DW CS5??
    DW Code View uses the Selection colors defined for your Operating System.
    If you don't know how to change that, which OS and version are you using?
    HTH,
    Randy

  • Rearanging of my codes when moving from code view to design view

    I was wondering if there is a setting in Dreamweaver CC that can maintain the way I wrote my codes?
    This is what happening:
    I work in code view and write my codes. then I go check it out in design view, then I come back to my codes and Dreamweaver justify my codes... it's really annoying.  is there a way to preserve the design (the way I wrote my codes and it will stay as is no matter what)
    Side note: I am not talking about split view where it is expected that the code would move around with fluidity.  I am talking about full code view.  thanks

    No I don't mean that... but I think I figured it out. 
    Here is what I think:  Working in design fluid grid layout causes additional codes to be added to my existing codes.  I have learned to start keeping a close eye on this because the names of my classes are starting to grow like crazy. I had tried to design something in fluid grid when I first got Dreamweaver (well because, that was one of a major selling point for me)  I soon realized that having little exprience in css to start with tripled how complicated it became to apply proper styling throughout a webpage so I went back to the basics and learned how to work with css first.  I am getting pretty good at it now and felt it was time to give Fuid grid another shot.  I had forgotten about how tricky it is to keep things tight in that environment.  So all it was; I am almost 99.9% sure of it was because when I went and changed some setting in the gui I didn't noticed that it tagged another name to my already name class.  So in a sense I am getting multiple classes tags for one item.  After a while the extra code inserted by Dreamweaver messes up all the code layout (that I have beed trying to keep tidy as much as I can)  lol.  Gosh! I am really starting to like Dreamweaver, but man O' man... I think I am really starting to hate using the graphical environment and starting to really understand what the old boys keeps on saying that it is best to hard code than trying to adjust things with the graphical environment. 

  • Design & Split View Unavailable

    I will apologize up front for the length of this post. I
    wanted to give as comprehensive a picture as possible.
    I am running v. 8.0.2 on a OS X (10.4.8 - "Tiger"). I'm
    working on an intranet site using the company's newly approved
    template. Until a few days ago, I was able to see the files (*.stm)
    in any view I wanted. Now I cannot see the files in anything but
    code view. I can remote to a PC with Dreamweaver 8 and it can see
    the files in Design view - the header includes are garbled junk,
    but the rest of the page is fine. Two things have changed and I
    don't know which is the culprit because they both happened since I
    last viewed the site on my Mac version of Dreamweaver.
    1. The server files were moved from a "physical" Win2003
    Server to a virtual machine. The effect of this is that I now have
    to mount the volumes using Terminal because Finder cannot access
    them. Tracking down how to mount the volumes is why I haven't seen
    them on a Mac for a while. (Don't know why FInder cannot "see" this
    particular VM, it sees other ones, but the admin is not interested
    in fixing it.)
    2. My .NET developer moved the support files and pages for a
    class calendering and registration application. (VB.NET 2.0). The
    file extension used for the .NET app is .aspx.
    I've been scouring the Discussion groups and can't find
    anything like this so I'm posting. Some of the ideas I've tried
    based on similar posts:
    1. Checked to see if .stm is in my extensions.txt file - it
    was,
    2. Checked Style Rendering to make sure "Display Styles" is
    checked - it is.
    3. Checked extensions listed in "Open in Code View" text box
    to make sure .stm is NOT listed - it wasn't. Just for kicks, I
    added it, quit Dreamweaver, launched, deleted, quit Dreamweaver and
    launched again...no good.
    I'm out of ideas...anyone, anyone?

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16410
    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
    ==================
    "don1958" <[email protected]> wrote in
    message
    news:[email protected]...
    >I will apologize up front for the length of this post. I
    wanted to give as
    > comprehensive a picture as possible.
    > I am running v. 8.0.2 on a OS X (10.4.8 - "Tiger"). I'm
    working on an
    > intranet
    > site using the company's newly approved template. Until
    a few days ago, I
    > was
    > able to see the files (*.stm) in any view I wanted. Now
    I cannot see the
    > files
    > in anything but code view. I can remote to a PC with
    Dreamweaver 8 and it
    > can
    > see the files in Design view - the header includes are
    garbled junk, but
    > the
    > rest of the page is fine. Two things have changed and I
    don't know which
    > is the
    > culprit because they both happened since I last viewed
    the site on my Mac
    > version of Dreamweaver.
    > 1. The server files were moved from a "physical" Win2003
    Server to a
    > virtual
    > machine. The effect of this is that I now have to mount
    the volumes using
    > Terminal because Finder cannot access them. Tracking
    down how to mount the
    > volumes is why I haven't seen them on a Mac for a while.
    (Don't know why
    > FInder
    > cannot "see" this particular VM, it sees other ones, but
    the admin is not
    > interested in fixing it.)
    > 2. My .NET developer moved the support files and pages
    for a class
    > calendering
    > and registration application. (VB.NET 2.0). The file
    extension used for
    > the
    > .NET app is .aspx.
    > I've been scouring the Discussion groups and can't find
    anything like this
    > so
    > I'm posting. Some of the ideas I've tried based on
    similar posts:
    > 1. Checked to see if .stm is in my extensions.txt file -
    it was,
    > 2. Checked Style Rendering to make sure "Display Styles"
    is checked - it
    > is.
    > 3. Checked extensions listed in "Open in Code View" text
    box to make sure
    > .stm
    > is NOT listed - it wasn't. Just for kicks, I added it,
    quit Dreamweaver,
    > launched, deleted, quit Dreamweaver and launched
    again...no good.
    >
    > I'm out of ideas...anyone, anyone?
    >

  • What type of add on can I download that will allow meto change the view of my emails in gmail? I would like to have them split view like outlook

    What type of add on can I download that will allow meto change the view of my emails in gmail? I would like to have them split view like outlook

    Dear Sara,
    I notice that you didn't reply to my questioning the this ambiguous stipulation of your services being extended to Adobe's rights in the use of my personal content or intellectual and creative property.
    When I returned to my "files" section in Adobe Reader where they were transferred to in converting them to PDF they had all been removed. Around 6 projects in progress plus notes and several creative design images in one instance (attached to a writing project). I have access to the files and I am downloading Cloud desktop interface.
    Does the interface of Reader in desktop automatically remove them from my online account, making them exclusively offline from here on OR must they be physically removed and so have they been removed by another party?
    Finally, since they are made copyright in the conversion, must future files be made uploaded to signify and account for them as made copyright by the process record in my personal account?
    Excuse my asking lots of questions. My work has been tampered with in the past and I am excited about this service I can avail of in protecting all of my work.
    Yours Sincerely,Liam Anthony Dalton BA, FA

  • After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    Change here:
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    You must have a verified billing address & be located in the country whose store you are trying to use.

  • Remote images not showing up in design/split view

    Just recently, whenever i updated the image location from the
    local site to the remote site path, the images don't get loaded
    into dreamweaver how it used to.
    i'm not sure if i unchecked something. the paths are correct
    and they show up when i preview in browser so i know it's not that.
    if anyone can help with this it will be great. thanks.

    Do you have spaces in your image file/pathnames?
    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
    ==================
    "zgarcia" <[email protected]> wrote in
    message
    news:e286rc$adb$[email protected]..
    > DW 8.01
    >
    > it's not the put action.
    >
    > what i normally do is compose the email on the local
    site so i have the
    > images
    > showing, add the links etc...
    > then i upload the images onto my remote server.
    > after i do that, i go into the source code and do a
    find/replace on the
    > image
    > directory. (highlight "images" and replace it with the
    > "
    http://www.example.com/campaign/email")
    >
    > now, after i do a replace all, the images would reflect
    whatever is in the
    > remote directory (
    http://etc...) and will actually display
    in the
    > design/split
    > view instead of seeing broken image icons as it's
    currently doing.
    >
    > the remote site locations are correct.
    >
    > let me know if that helps, thanks.
    >

Maybe you are looking for