Auto indenting in dreamweaver cs6

why the code dont auto indent in dreamweaver i use the latest cs6, as an example the table code below it
should indent the tr tag some spaces more than the parent table tag but it dont i need to do it manually so am i missing something ?
<table>
<tr>
<td>15</td>
<td>15</td>
<td>30</td>
</tr>
<tr>
<td>45</td>
<td>60</td>
<td>45</td>
</tr>
<tr>
<td>60</td>
<td>90</td>
<td>90</td>
</tr>
</table>

With CS5 is the same, non of these settings have worked, but go to:
C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration\Commands\TableCommands.js
and 39-41 lines add some spaces bofere <
var tableCells='  <'+'TD>' + theNBSP + '<'+'/TD>\n';
var tableScopeRowCells='  <'+'TH>' + theNBSP + '<'+'/TH>\n';
var tableScopeColCells='  <'+'TH>' + theNBSP + '<'+'/TH>\n';
this have worked, but if you try to insert new row <td> is not indented:
<table cellspacing="0" cellpadding="0">
<tr>
  <th> </th>
  <th> </th>
</tr>
<tr>
  <td> </td>
  <td> </td>
</tr>
<tr>
<td>new row</td>
<td>not indented</td>
</tr>
</table>
and didnt have found how to fix insert new row (below or above same is not indented).

Similar Messages

  • Is there a way to Auto-Correct Spelling of text as I write text in Dreamweaver CS6 ?

    While I write text on the html pages using Dreamweaver CS6 (Adobe Cloud downloaded version 2014), there is only an option to Spell Check the page.
    But I am asking if there is a way to set preferences to auto-correct suggestions such as how Word Docs offer solutions to mis-spelled words?

    Thank you for your replies.
    I am using Adobe, Creative Cloud /  Dreamweaver Software Program iMac Downloads, updated to current.
    I believe there not to be the feature present in Dreamweaver on "Page View" to Spell Correct Automatically by giving word options, etc.
    I know to spell check the entire page before posting the page(s) live.
    I am not only writing in code view, designing HTML 5 pages, but  I am the Author and Editor of all content as well.
    I can see how the coders would hate having text auto correct.
    But, on the editor side, as a writer, from the page view, ... it would rock as an option.
    :-) Sharon S.

  • Auto indent is not working in Dreamweaver

    Hi,
    I'm using Dreamweaver CS5 on Windows 7 and the auto indent in the Code pane is not working. All settings are at default after installation. The Indent option in Code Format in the Preferences is checked and set to 2 Spaces. Auto Indent is also checked in View > Code View Option.
    Steps to reproduce the problem:
    File > New with Blank Page, Page Type > HTML, Layout > None or any.
    The default code is not indented, pressing Enter to create a new line in the code, and typing any tag, for example <p> in a new line after <body> doesn't have any auto indent and all new lines are left aligned.
    Do you have auto indent? If yes, what is different from what I described?
    Your feedback is greatly appreciated.

    Thanks Nancy, but this didn't make any difference.
    Just to be clear, I'm new to Dreamweaver and my expectation is if I have for example:
    <body>
    then press the Enter key and type
    <p>
    after completing the <p> I expect Dreamweaver to recognize it as a tag that logically should be indented and add the indent automatically, making it like this:
    <body>
        <p>
    Is my expectation wrong?. This is how auto indent works in other programing environments like Microsoft Visual Studio when coding in C++.
    If I make the indent manually before typing <p> , for example adding a few spaces then the next line is on the same level keeping the indent. Is this what Dreamweaver considers as auto indent? May be I had higher expectations but then what is this 2 Spaces or Tabs in the Preferences?

  • Dreamweaver CS4 Auto-Indent Ruined

    Auto-indenting in CS3 was great. When you hit the
    enter/return key in dreamweaver, the type cursor was taken to the
    next line, tabbed into the same depth as the previous line. In
    Dreamweaver CS4 however, Adobe has tried to make it more
    intelligent (when it didn't need to be), and as a result have
    ruined the auto-indent feature.
    When coding in javascript, dreamweaver cs4's auto-indent
    functionality is unpredictable and 9 times out of 10, isn't as you
    expected. This is incredibly annoying. It seems the problem occurs
    when coding an anonymous javascript function within parenthesis (a
    common/required jQuery practice). Dreamweaver, trying to be all
    intelligent indents the next line of code to where the previous
    line ended. Example...
    Edit: Stupid forum has no way to display tabs, therefore I can't
    demonstrate what dreamweaver is doing to my code, another great
    piece of work by Adobe.
    Does anyone know how to disable the auto-indent intelligence
    in CS4 and make it how it use to be in CS3? I'm bubbling with
    absolute frustration at the moment as I just want to code, but
    can't without getting even more agitated.
    Thanks

    I was having a problem with the auto-indenting in CS3 while coding javascript and I found a solution. The best way to fix it would be to edit the properties file with the number you prefer, but I don't know where that file is. However, if you follow these steps it will automatically update it for you. It's strange the way it works but hey, whatever.
    Note: I'm only sure this works in CS3, can't be sure about CS4.
    1. Use the icton that's next to the refresh circle to turn auto-indenting off. (The icon fades from yellow to white and looks like a bullet list. It's on the same row as the code, split, design buttons.)
    2. Find a line in your javascript, such as $('a').click( funtion(){, and hit enter to go to the next line.
    3. Tab over to where the indent SHOULD be (in your opinion).
    4. Turn auto-indent back on using that same icon in step 1.
    That's it. If you delete your new line then hit enter again your cursor should tab to the place you last left it. Dreamweaver seems to update it's calculations and now seems to get it right.
    Hope this helps. Thanks.

  • Start up of Adobe Dreamweaver CS6 with the following error message

    I have the following pop-up error message about Javascript error (s) occurred.
    At start up of Adobe Dreamweaver CS6.0 after an Update. Adobe Dreamweaver CS6 12.  2. I am on Windows Vista Home edition.
    It suggest at line 17 of the file “C:\ Program Files \Adobe \ Adobe Dreamweaver CS6\ Configuration \ Shared\ BC \ JS\ bc_ui_utils.js” MM.BC has no properties.
    What is the remedy to this and has there been a recent patch on this Javascript error?  Where can I get this patch. Thanks.
    Please advice.

    <?php require_once('Connections/attending.php');?>
    <?php if (!function_exists("GetSQLValueString"))
    {if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_attending, $attending);
    $query_rsattend = "SELECT * FROM attendlist ORDER BY surname ASC";
    $rsattend = mysql_query($query_rsattend, $attending) or die(mysql_error());
    $row_rsattend = mysql_fetch_assoc($rsattend);
    $totalRows_rsattend = mysql_num_rows($rsattend);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (Windowsid, title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['Wid'], "text"),
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    } ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Register</title>
    <style type="text/css">
    <!--
    body {
              font: 100%/0.8 Verdana, Arial, Helvetica, sans-serif;
              background-color: #4E5869;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ 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;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color:#414958;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #4E5869;
              text-decoration: underline;
    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 {
              width: 80%;
              max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
              min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
              background-color: #FFF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~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: #6F7D94;
    /* ~~ 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 {
              padding: 10px 0;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background-color: #6F7D94;
    /* ~~ 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 <br /> 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;
    -->
    </style>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/yahoo.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/event.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/dom.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/calendar.js'></script>
    <link rel='stylesheet' type='text/css' href='TSScript/TSCalendar/calendar.css' />
    <script language='JavaScript' type='text/javascript' src='TSScript/TSCalendar/TSCalendar.js'></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header --><img src="Cerner At Imperial2.jpg" width="960" height="150" alt="" /></div>
      <div class="content">
        <h3>Attendance Register
        </h3>
        <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
          <table width="780" border="0" cellspacing="10" summary="Cerner@Imperial">
            <tr>
              <td><div align="right">* User ID</div></td>
              <td colspan="2"><span id="sprytextfield1">
                <input name="Wid" type="text" id="Wid" tabindex="1" size="18" maxlength="10" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Title</div></td>
              <td colspan="2"><span id="spryselect1">
                <select name="title" id="title" tabindex="2">
                  <option value="0">Select</option>
                  <option value="Ms">Ms</option>
                  <option value="Mrs">Mrs</option>
                  <option value="Mdm">Mdm</option>
                  <option value="Mr">Mr</option>
                  <option value="Dr">Dr</option>
                  <option value="Professor">Prof</option>
                </select>
    <span class="selectRequiredMsg">    Please select an item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* First name</div></td>
              <td colspan="2"><span id="sprytextfield2">
                <input name="firstname" type="text" id="firstname" tabindex="3" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Surname</div></td>
              <td colspan="2"><span id="sprytextfield5">
                <input name="surname" type="text" id="surname" tabindex="4" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Contact/ Bleep</div></td>
              <td colspan="2"><span id="sprytextfield3">
                <input name="contactno" type="text" id="contactno" tabindex="5" size="10" maxlength="6" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">Mobile (optional)</div></td>
              <td colspan="2"><input name="mobile" type="text" id="mobile" tabindex="6" size="25" maxlength="18" />          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Job role</div></td>
              <td colspan="2"><span id="spryselect2">
                <select name="jobrole" id="jobrole" tabindex="7">
                  <option value="0">Select</option>
                  <option value="Doctor">Doctor</option>
                  <option value="CNS/NP">CNS/NP</option>
                  <option value="Midwife">Midwife</option>
                  <option value="Other Staff">Other Staff</option>
                  <option value="Nurse IP HCA">Nurse IP &amp; HCA</option>
                  <option value="Nurse OP HCA">Nurse OP &amp; HCA</option>
                  <option value="IP Physician Assitant">IP Physician Assistant</option>
                  <option value="OP Phlebotomist">OP Phlebotmist</option>
                  <option value="Pharmacists">Pharmacists</option>
                  <option value="Therapist AHP">Therapist &amp; AHP</option>
                  <option value="Medical Secretary">Medical Secretary</option>
                  <option value="Bed Manager">Bed Manager</option>
                  <option value="Medical Record Staff">Medical Records</option>
                  <option value="Medical Records Manager">Medical Records Mgr</option>
                  <option value="OP Booking Clerk">OP Booking Clerk</option>
                  <option value="OP Receptionist">OP Receptionist</option>
                  <option value="ED Admin">ED Admin</option>
                  <option value="Ward Administrator">Ward Administrator</option>
                  <option value="IP Wait List Clerk/Mgr">IP Wait List Clerk/Mgr</option>
                  <option value="Antenatal Supervisor">Antenatal Supervisor</option>
                  <option value="Clinical Coder">Clinical Coder</option>
                  <option value="Clinical Coding Mgr">Clinical Coding Mgr</option>
                  <option value="Pi Help Desk Backoffice">Pi Help Desk Analyst/Back Office</option>
                </select>
              <span class="selectInvalidMsg">Please select a valid item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Manager's Name</div></td>
              <td colspan="2"><span id="sprytextfield4">
              <input name="mgrname2" type="text" id="mgrname2" tabindex="8" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Attendance Data </div></td>
              <td colspan="2">
                <span id="sprytextfield6">
                <input name="Adate2" type="text" id="Adate2" tabindex="9" />
                <span class="textfieldRequiredMsg"> a value is required.</span><span class="textfieldInvalidFormatMsg"> invalid format.</span></span>
    </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Course</div></td>
              <td colspan="2">
              <select name="courses" id="courses" tabindex="10">
                <option value="0">Select</option>
                <option value="Doctors">Doctors</option>
                <option value="Nurse IP">Nurse IP</option>
                <option value="Nurse OP">Nurse OP</option>
                <option value="Midwife">Midwife</option>
                <option value="HCA">HCA</option>
                <option value="Pharmacist">Pharmacist</option>
                <option value="Back Office Staff">Back Office Staff</option>
                <option value="AHP">AHP</option>
                <option value="Pi Help Desk Analyst">Pi Help Desk Analyst</option>
                <option value="Medical Secretary">Medical Secretary</option>
                <option value="OP Phlebotmist">OP Phlebotmist</option>
                <option value="Champion Users Doctors">Champion Users Doctors</option>
                <option value="Champion Users Nurse IP">Champion Users Nurse IP</option>
              </select></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Location &amp; Room</div></td>
              <td><select name="troom" id="troom" tabindex="11">
                <option value="0">Select</option>
                <option value="CXH">Charing Cross</option>
                <option value="HH">Hammersmith Hammersmith</option>
                <option value="QEH">Queen Charlottee Hospital</option>
                <option value="SMH">St Mary's Hospital</option>
                <option value="WEH">Western Eye Hospital</option>
                <option value="SCC">St Charles Community</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* CPG</div></td>
              <td><select name="cpg2" id="cpg2" tabindex="12">
                <option value="0">Select</option>
                <option value="CPG 1 Medicine">CPG1 - Medicine</option>
                <option value="CPG 2 Surgery &amp; Cancer">CPG2 - Surgery and Cancer</option>
                <option value="CPG3 Specialist Services">CPG3 - Specialist Services</option>
                <option value="CPG4 Circulatory Services and Renal Medicine">CPG4 - Circulatory Services and Renal Medicine</option>
                <option value="CPG5 Womens and Childrens">CPG5 - Womens and Childrens</option>
                <option value="CPG6 Clinical and Investigative Sciences">CPG6 - Clinical and Investigative Sciences</option>
                <option value="CP7 Private Patients">CPG7 - Private Patients</option>
                <option value="Others">Others</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td><input type="submit" name="submitbt" id="submitbt" value="Submit" /></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="center">* Mandatory Fields</div></td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
          </table>
          <input type="hidden" name="MM_insert" value="form1" />
        </form>
        <p> </p>
        <p> </p>
        <!-- end .content --></div>
      <div class="footer"></div>
    <script type="text/javascript">
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
    var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["blur", "change"]});
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur", "change"]});
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {validateOn:["blur", "change"]});
    var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1", isRequired:false, validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {validateOn:["blur"]});
    var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {validateOn:["blur", "change"]});
    var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {validateOn:["change"], format:"dd/mm/yyyy"});
        </script>
    </body>
    </html>
    <?php
    mysql_free_result($rsattend);
    ?>

  • Saving Images in Dreamweaver CS6

    I have imported a menu that I created in Fireworks CS6, into dreamweaver cs6, I save to the remote server and you can't see anything.
    Same thing with Bridge CS6. I create a slideshow and import into dreamweaver cs6 and still nothing. Or I will simply put a jpeg or png picture file and the image won't show. Please help
    I just need to know how to save the different images/menu bars in dreamweaver cs6 to the remote server, and I would like it to show online automatically. What do I do
    www.uniquehairytage.com   (this is one of the sites I am talking about)

    I can only assume that it's the dodgy code that exports from Fireworks because your images are uploaded and in the correct place.
    Can you copy all of the code below and paste it into a new Dreamweaver document (you'll have to open code view to do this) save it as test.html and upload it to your remote server and then look at it in a browser and see what happens?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Unique Hairytage</title>
    <style type="text/css">
    .UNDER {
        color: #FFF;
        font-size: 36px;
    .F {
        text-align: center;
    .F {
        color: #FFF;
    .F {
        font-size: 36px;
    .F {
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    .F {
        font-family: Georgia, "Times New Roman", Times, serif;
    .if {
        font-size: 24px;
    .tab {
        font-family: Georgia, "Times New Roman", Times, serif;
    .if {
        font-size: 24px;
    .tab {
        color: #FFF;
    .if {
        text-align: center;
    .if {
        text-align: center;
    .t {
        font-size: 24px;
    .p {
        color: #000;
    .t {
        font-size: 24px;
    .web {
        font-size: 36px;
    .full {
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #633;
    </style>
    <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_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_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body bgcolor="#CCCCCC" onload="MM_preloadImages('BrandyMenu_r2_c1_s2.png','BrandyMenu_r1_c1_s2.jpg','BrandyMenu_ r1_c2_s2.jpg','BrandyMenu_r1_c3_s2.jpg','BrandyMenu_r1_c4_s2.jpg')">
    <p class="full">  </p>
    <table width="1052" cellpadding="0" cellspacing="0" border="0" bgcolor="#fff" style="margin: 0 auto;">
    <tr>
    <td>
    <p><img src="http://www.uniquehairytage.com/Untitled-2.png" width="1052" height="93" /></p>
    </td>
    </tr>
    <tr>
    <td>
    Delete this text - its just proping open a table cell
    </td>
    </tr>
    <tr>
    <td><table width="420" cellpadding="0" cellspacing="0" border="0" style="margin: 0 auto;">
    <tr>
    <td><a href="http://www.uniquehairytage.com/home.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('BrandyMenu_r1_c1','','BrandyMenu_r1_c1_s2.jpg',1);"><img name="BrandyMenu_r1_c1" src="http://www.uniquehairytage.com/BrandyMenu_r1_c1.jpg" width="105" height="38" id="BrandyMenu_r1_c1" alt="" /></a></td>
    <td><a href="http://www.uniquehairytage.com/about.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('BrandyMenu_r1_c2','','BrandyMenu_r1_c2_s2.jpg',1);"><img name="BrandyMenu_r1_c2" src="http://www.uniquehairytage.com/BrandyMenu_r1_c2.jpg" width="128" height="38" id="BrandyMenu_r1_c2" alt="" /></a></td>
    <td><a href="http://www.uniquehairytage.com/gallery.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('BrandyMenu_r1_c3','','BrandyMenu_r1_c3_s2.jpg',1);"><img name="BrandyMenu_r1_c3" src="http://www.uniquehairytage.com/BrandyMenu_r1_c3.jpg" width="150" height="38" id="BrandyMenu_r1_c3" alt="" /></a></td>
    <td><a href="http://www.uniquehairytage.com/contact.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('BrandyMenu_r1_c4','','BrandyMenu_r1_c4_s2.jpg',1);"><img name="BrandyMenu_r1_c4" src="http://www.uniquehairytage.com/BrandyMenu_r1_c4.jpg" width="128" height="38" id="BrandyMenu_r1_c4" alt="" /></a></td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="1052" height="217" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td bgcolor="#FFFFFF"><p> </p>
    <p> </p>
    <p align="center"><span class="full">FULL SERVICE HAIR STYLIST</span></p>
    <table width="753" border="0" align="center">
    <tr>
    <td width="296"><img src="http://i339.photobucket.com/albums/n457/scervantes-01/Brandypic.jpg" width="296" height="481" /></td>
    <td width="447" align="center" valign="top"><p class="tab"> </p>
    <p> </p>
    <p class="tab"> </p>
    <p class="t"> </p>
    <p align="center" class="t">530-415-5524</p>
    <p align="center" class="tab"><a href="mailto:[email protected]" class="t">[email protected]</a></p>
    <p class="tab"></p></td>
    </tr>
    </table></td></tr>
    </table> 
    </body>

  • Menu bar created in fireworks cs6 doesnt work in dreamweaver cs6

    A menu bar that i created in fireworks cs6 doesnt work in dreamweaver cs6 loss of all behaviours etc works in preview in fireworks just seems that the code in dreamweaver doesnt want to play ball...
    <div id="FWTableContainer1659288869">
          <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="762">
            <!-- fwtable fwsrc="Menu_front.fw.png" fwpage="Page 1" fwbase="Menu_front.gif" fwstyle="Dreamweaver" fwdocid = "1659288869" fwnested="0" -->
            <tr>
              <!-- Shim row, height 1. -->
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="150" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="2" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="100" height="1" alt="" /></td>
              <td><img src="MENU_BARS/spacer.gif" width="1" height="1" alt="" /></td>
            </tr>
            <tr>
              <!-- row 1 -->
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c1','MENU_BARS/Menu_front_r1_c1_s2.gif','ME NU_BARS/Menu_front_r1_c1_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c1','MENU_BARS/Menu_front_r1_c1_s3.gi f',1);"><img name="Menu_front_r1_c1" src="MENU_BARS/Menu_front_r1_c1.gif" width="100" height="30" id="Menu_front_r1_c1" alt="" /></a></td>
              <td><img name="Menu_front_r1_c2" src="MENU_BARS/Menu_front_r1_c2.gif" width="2" height="30" id="Menu_front_r1_c2" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c3','MENU_BARS/Menu_front_r1_c3_s2.gif','ME NU_BARS/Menu_front_r1_c3_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c3','MENU_BARS/Menu_front_r1_c3_s3.gi f',1);"><img name="Menu_front_r1_c3" src="MENU_BARS/Menu_front_r1_c3.gif" width="150" height="30" id="Menu_front_r1_c3" alt="" /></a></td>
              <td><img name="Menu_front_r1_c4" src="MENU_BARS/Menu_front_r1_c4.gif" width="2" height="30" id="Menu_front_r1_c4" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c5','MENU_BARS/Menu_front_r1_c5_s2.gif','ME NU_BARS/Menu_front_r1_c5_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c5','MENU_BARS/Menu_front_r1_c5_s3.gi f',1);"><img name="Menu_front_r1_c5" src="MENU_BARS/Menu_front_r1_c5.gif" width="100" height="30" id="Menu_front_r1_c5" alt="" /></a></td>
              <td><img name="Menu_front_r1_c6" src="MENU_BARS/Menu_front_r1_c6.gif" width="2" height="30" id="Menu_front_r1_c6" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c7','MENU_BARS/Menu_front_r1_c7_s2.gif','ME NU_BARS/Menu_front_r1_c7_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c7','MENU_BARS/Menu_front_r1_c7_s3.gi f',1);"><img name="Menu_front_r1_c7" src="MENU_BARS/Menu_front_r1_c7.gif" width="100" height="30" id="Menu_front_r1_c7" alt="" /></a></td>
              <td><img name="Menu_front_r1_c8" src="MENU_BARS/Menu_front_r1_c8.gif" width="2" height="30" id="Menu_front_r1_c8" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');MM_menuStartTimeout(500);" onmouseover="MM_menuShowMenu('MMMenuContainer0722143726_0', 'MMMenu0722143726_0',50,25,'Menu_front_r1_c9');MM_nbGroup('over','Menu_front_r1_c9','MENU _BARS/Menu_front_r1_c9_s2.gif','MENU_BARS/Menu_front_r1_c9_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c9','MENU_BARS/Menu_front_r1_c9_s3.gi f',1);"><img name="Menu_front_r1_c9" src="MENU_BARS/Menu_front_r1_c9.gif" width="100" height="30" id="Menu_front_r1_c9" alt="" /></a></td>
              <td><img name="Menu_front_r1_c10" src="MENU_BARS/Menu_front_r1_c10.gif" width="2" height="30" id="Menu_front_r1_c10" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c11','MENU_BARS/Menu_front_r1_c11_s2.gif',' MENU_BARS/Menu_front_r1_c11_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c11','MENU_BARS/Menu_front_r1_c11_s3. gif',1);"><img name="Menu_front_r1_c11" src="MENU_BARS/Menu_front_r1_c11.gif" width="100" height="30" id="Menu_front_r1_c11" alt="" /></a></td>
              <td><img name="Menu_front_r1_c12" src="MENU_BARS/Menu_front_r1_c12.gif" width="2" height="30" id="Menu_front_r1_c12" alt="" /></td>
              <td><a href="javascript:;" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','Menu_front_r1_c13','MENU_BARS/Menu_front_r1_c13_s2.gif',' MENU_BARS/Menu_front_r1_c13_s4.gif',1);" onclick="MM_nbGroup('down','navbar1','Menu_front_r1_c13','MENU_BARS/Menu_front_r1_c13_s3. gif',1);"><img name="Menu_front_r1_c13" src="MENU_BARS/Menu_front_r1_c13.gif" width="100" height="30" id="Menu_front_r1_c13" alt="" /></a></td>
              <td><img src="MENU_BARS/spacer.gif" width="1" height="30" alt="" /></td>
            </tr>
            <!--   This table was automatically created with Adobe Fireworks   -->
            <!--   http://www.adobe.com   -->
          </table>
          <div id="MMMenuContainer0722143726_0">
            <div id="MMMenu0722143726_0" onmouseout="MM_menuStartTimeout(500);" onmouseover="MM_menuResetTimeout();"> <a href="javascript:;" id="MMMenu0722143726_0_Item_0" class="MMMIFVStyleMMMenu0722143726_0" onmouseover="MM_menuOverMenuItem('MMMenu0722143726_0');"> Links </a> <a href="javascript:;" id="MMMenu0722143726_0_Item_1" class="MMMIVStyleMMMenu0722143726_0" onmouseover="MM_menuOverMenuItem('MMMenu0722143726_0');"> FAQ's </a> </div>
          </div>
        </div>

    Thanks Ken,
         I appreciate you looking at this.
    Basically im trying to create it on percentage width and centred within the container, if that makes any sense.
    Darren
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Chiltern Home Care</title>
    <link href="chc_style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .style2 {font-family: Verdana, Arial, Helvetica, sans-serif}td img {display: block;}td img {display: block;}
    body {
        background-image: url(CHC_BACK2.jpg);
        background-size: cover;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    body,td,th {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 100%;
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script language="JavaScript1.2" type="text/javascript" src="MENU_BARS/mm_css_menu.js"></script>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <script language="javascript1.2" type="text/javascript" src=""></script>
    <body>
    <div class="container">
      <div class="banner">
        <div class="menu_bar">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="#">Services</a></li>
            <li><a href="#">Getting Started</a></li>
            <li><a href="#">Funding</a></li>
            <li><a href="#">Our Carers</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">Links &amp; FAQ's</a>
              <ul>
                <li><a href="#">Links</a></li>
                <li><a href="#">FAQ's</a></li>
              </ul>
            </li>
            <li><a href="#">Work for Us</a></li>
            <li><a href="#">Contact Us</a></li>
          </ul>
        </div>
    <div class="care_text">Care for you or your family shouldn't cost the earth.</div>
    <div class="logo_text">Chiltern Home Care    </div>
        <div class="call_us"> Contact us to discuss<br />YOUR care needs<br />TEL: ***** ******<br />[email protected] </div>
      </div>
      <div class="main">
        <div align="center">Content for  class "main" Goes Here</div>
      </div>
      <div class="footer">
        <div class="copyright">Copyright &copy; Chiltern Home Care Limited 2013 All Rights Reserved</div>
        <div class="cqc_logo"></div>
      </div>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    CSS
    .Main_head {
        height: 81px;
        width: 383px;
        position: absolute;
        left: 590px;
        top: 220px;
        background-color: #64a377;
        border-radius: 20px;
    .banner {
        float: left;
        height: 260px;
        width: 100%;
        visibility: visible;
        position: fixed;
        z-index: 1000000;
        background-color: #64a4eb;
        top: 0px;
        left: 0px;
    .main {
        float:left
        height: 600px;
        width: 980px;
        height: 1200px;
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        -moz-border-radius-topright: 80px;
        -moz-border-radius-bottomleft: 80px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomright: 10px;
        top: 285.px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 40px;
        background-color: #64a377;
        top: 390px;
        margin: 0px auto;
    .logo {
        float: none;
        height: 150px;
        width: 150px;
        position: absolute;
        z-index: auto;
        top: 6px;
        background-repeat: no-repeat;
        background-position: center;
        visibility: visible;
        left: 1px;
        background-image: url(../../CHILTERN%20HOME%20CARE/MEDIA/CHC_Logo_perfect_Vector.gif);
    .logo_text {
        position: absolute;
        width: 80%;
        height: 116px;
        visibility: visible;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-size: 350%;
        text-align: left;
        font-weight: normal;
        color: #FFF;
        text-shadow: 0px 5px #000000;
        left: 15%;
        top: 17px;
        float: left;
    .cqc_logo {
        height: 46px;
        width: 120px;
        position: absolute;
        background-repeat: no-repeat;
        background-color: #FFF;
        background-image: url(CQC%20Logo.jpg);
        z-index: 30;
        left: 848px;
        bottom: 11px;
    .menu_bar {
        width: 100%;
        height: auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-weight: bolder;
        visibility: visible;
        text-align: center;
        left: 1px;
        position: absolute;
        top: 199px;
    .h6 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 150%;
        font-style: normal;
        color: #FFFFFF;
        position: absolute;
        left: 150px;
        top: 120px;
        width: 637px;
        float: left;
        visibility: visible;
        font-weight: normal;
        text-align: center;
        height: 34px;
    .footer {
        height: 70px;
        width: 980px;
        position: relative;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-color: #64a377;
        margin: 0px auto;
    .container {
        height: 1900px;
        width: 100%;
        position: absolute;
        left: auto;
        top: 0%;
        right: auto;
    .copyright {
        height: 15px;
        width: 814px;
        position: absolute;
        visibility: visible;
        left: 1%;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 100%;
        text-align: left;
        color: #000000;
        font-variant: normal;
        bottom: 3px;
        font-weight: bold;
    .main_head_left {
        height: 100px;
        width: 300px;
        position: absolute;
        left: 10px;
        top: 6px;
    .main_head_right {
        height: 100px;
        width: 300px;
        position: absolute;
        top: 6px;
        right: 28px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 28px;
        color: #ffffff;
        font-style: normal;
        text-align: center;
        vertical-align: top;
    .main_head_middle {
        height: 49px;
        width: 353px;
        position: absolute;
        top: 16px;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 36px;
        color: #FFF;
        text-align: justify;
        right: 13px;
    .main_top_sm_l {
        height: 207px;
        width: 300px;
        left: 5px;
        top: 5px;
        position: absolute;
        visibility: visible;
        background-color: #990;
        text-align: center;
        vertical-align: middle;
    .main_left_full {
        height: 700px;
        width: 400px;
        position: absolute;
        visibility: visible;
        background-color: #C99;
        color: #ffffff;
        font-size: 16px;
        top: 2px;
        left: 10px;
    .main_right_full {
        height: 700px;
        width: 400px;
        position: absolute;
        visibility: visible;
        background-color: #C99;
        color: #ffffff;
        font-size: 16px;
        top: 3px;
        right: 28px;
    .call_us {
        height: 100px;
        width: auto;
        position: absolute;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 100%;
        text-align: center;
        color: #FFF;
        font-weight: normal;
        background-color: #3488E4;
        border-radius: 20px;
        padding: 0.5%;
        left: 1077px;
        vertical-align: middle;
        text-shadow: none;
        top: 66px;
    .main_centre_full {
        background-color: #64a377;
        height: 97%;
        width: 98%;
        position: relative;
        top: 12px;
        margin: auto;
        border-radius: 20px;
    .care_text {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 150%;
        color: #FFF;
        height: 32px;
        width: 80%;
        position: absolute;
        left: 8%;
        top: 135px;
        float: left;
        word-wrap: normal;
        text-align: center;
    .circle {
        background-color: #FFF;
        height: 300px;
        width: 300px;
        position: absolute;
        left: 1235px;
        top: 272px;
        border-radius: 200px;

  • Center Spry Basic Image Slideshow on the webpage in Dreamweaver Cs6   ?

    Hi, I'm working on a Website for a client in Dreamweaver CS6: northstarconservancy.org. How do I center the Spry Basic Image Slideshow on the pages? I've tried a few options and nothing has been effective, anyone? Thanks, Amanda

    It would be easier to give you exact instructions if we could see your page. Do you have a link you could share?
    In general, place a div on your page and give it the basic css for centering...
    #divid {
         width:800px; (you can change the 800 to whatever width your slideshow uses)
         margin:auto;
    Then place your slideshow within that div in your html...
    <div id="divid"> all your spry slideshow info </div>
    As long as you haven't used APDivs, or position:absolute on your site, which you should never do unless absolutely necessary (pun kindof intended), the div that the slideshow resides in will be centered within it's container.

  • Auto Indent

    Hello,
    Dreamweaver CS4 has a nice auto-indent feature that helps you
    write code. It works great with braces but works terribly awful
    with braces! when I use curly brackets it indents the code up to
    the beginning of the previous line in a new one, but with the
    parenthesis it indents it up to the last letter of the previous
    line in a new line. I rather it happens the same as with braces,
    any idea how this may work out? in CS3 it worked fine but not for
    javascript when you edited it in a .JS document, now everything is
    plagued with this problem in CS4, even .PHP files :(
    this is an example:
    current:
    $(document).ready(
    desired:
    $(document).ready(
    Thanks in advance, I fear it won't be possible to fix, but
    adobe people should be aware that this behaviour of the code indent
    is just plain weird because many libraries in both PHP and
    JavaScript use parenthesis and you may want to indent the code you
    put inside them but not how DreamWeaver does now.

    >>It works great with braces but works terribly awful
    with braces!
    Uh-Huh...
    Walt
    "rene.olivo" <[email protected]> wrote in
    message
    news:gmkdbk$gc4$[email protected]..
    > Hello,
    >
    > Dreamweaver CS4 has a nice auto-indent feature that
    helps you write code.
    > It
    > works great with braces but works terribly awful with
    braces! when I use
    > curly
    > brackets it indents the code up to the beginning of the
    previous line in a
    > new
    > one, but with the parenthesis it indents it up to the
    last letter of the
    > previous line in a new line. I rather it happens the
    same as with braces,
    > any
    > idea how this may work out? in CS3 it worked fine but
    not for javascript
    > when
    > you edited it in a .JS document, now everything is
    plagued with this
    > problem in
    > CS4, even .PHP files :(
    >
    > this is an example:
    >
    > current:
    >
    > $(document).ready(
    > ________________________...
    > ________________________);
    >
    > desired:
    >
    >
    > $(document).ready(
    > ___...
    > );
    >
    >
    > Thanks in advance, I fear it won't be possible to fix,
    but adobe people
    > should
    > be aware that this behaviour of the code indent is just
    plain weird
    > because
    > many libraries in both PHP and JavaScript use
    parenthesis and you may want
    > to
    > indent the code you put inside them but not how
    DreamWeaver does now.
    >

  • .aif sound file, Dreamweaver CS6

    I'm designing a web page with Dreamweaver CS6 that has an .aif format audio file.  When the page is opened on the web the way it is now, the music automatically starts playing.  I want to make it so the viewer/listener has to click the arrow before the music starts.  Is that possible and if so how can I change it so the listener has to click to start the music?
    Any help would be much appreciated.
    Susan

    AIF is not suitable for the web.  It's too huge.
    Convert your sound file to MP3 and OGG. This will reach the widest browser audience.  Then use an HTML5 audio player like the one below.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Audio Demo</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <style>
    header {
        width: 500px;
        margin: 0 auto;
        text-align: center
    audio { color: red }
    figure {
        margin: 20px auto;
        padding: 20px;
        width: 500px;
        text-align: center;
        border: 1px #ccc dashed;
        clear: both;
    figcaption {
        display: block;
        clear: both;
        text-align: center;
        font-style: italic;
        padding-top: 15px;
    dl {
        text-align: left;
        margin-left: 40%
    dt {
        clear: both;
        float: left;
        width: 4.5em;
        font-weight: bold;
    line-height: 150%
    dd {line-height:150%; color:maroon}
    </style>
    </head>
    <body>
    <header> <h1>HTML5 Audio Demo</h1>
    <p><a href="http://www.w3schools.com/html/html5_audio.asp">HTML5 Audio Tutorial</a></p>
    </header>
    <figure>
    <audio preload="auto" controls >
    <!--replace demo audio files with your own-->
    <source src="http://alt-web.com/Media/Fake-Empire.ogg" type="audio/ogg">
    <source src="http://alt-web.com/Media/Fake-Empire.mp3" type="audio/mp3">
    Looks like your browser is outdated and doesn't support the audio element.
    Please upgrade to a modern browser that does.
    </audio>
    <figcaption>HTML5 Audio using OGG &amp; MP3 files. <br>
    Works in all current browsers &amp; mobile devices.<br>
    </figcaption>
    </figure>
    <dl>
    <dt>Title:</dt>
    <dd>Fake Empire</dd>
    <dt>Year:</dt>
    <dd>2007</dd>
    <dt>Artist:</dt>
    <dd>The National</dd>
    <dt>Album:</dt>
    <dd>Boxer</dd>
    </dl>
    </body>
    </html>
    Nancy O.

  • Dreamweaver CS6 Hangs on Launch Mountain Lion

    Upgraded to CS6 over summer, have never been able to get Dreamweaver to run. It hangs on start-up, the start up screen pops up, wheel starts spinning then freezes, have to force quite. Used an older version until I recently updgraded to a new iMac, did a clean launch of software, still won't work, uninstalled used cleaner tool, wiped every trace of Dreameweaver and still doing the same thing (every other bit of Creative Suite works fine, as well as Adobe Contribute). I only have the main user account on the computer. Haven't been able to get through to anyone at Adobe to help, any ideas?

    Didn't see any password specific info in the file, just 3 instances of the remote server address, which I removed, I'm happy to delete all site connection info, I have it all backed up.
    [SITES\-SITE0]
    local expanded dirs=0
    show page titles=0
    site disabled state=0
    test svr case sensitive=0
    case sensitive=0
    cloaked dir 0=dw_php_codehinting.config
    siteserver 0\enable check in/check out=0
    bc site id=0
    current server=remote
    case-sensitive links=0
    rewrite document relative links=0
    remote expanded dirs=0
    siteserver 0\ftps=0
    siteserver 0\sftp=0
    siteserver 0\email address=
    siteserver 0\weburl=
    show dependent files=0
    versionminor=0
    column width count=0
    url prefix test result=0
    siteserver 0\implicit ftps=0
    siteserver 0\user alias=
    group password=
    ask to enable contributor compatibility=1
    root dest=
    adobe dreamweaver cs6 siteuser and pw migrated=TRUE
    show hidden files=0
    upload metafile=0
    root url=
    zoom level=8
    siteserver 0\ftp optimization=1
    siteserver 0\access type=0
    site disabled state error msg=
    test svr bin was set=0
    siteserver 0\extended type=0
    use cache=1
    media query file=
    versionmajor=12
    root source=
    contributor integration enabled=0
    cloaking enabled=1
    siteserver 0\firewall=0
    share columns=0
    cloaked dirs=1
    siteserver 0\alternate rename=0
    siteserver 0\encrypt only command channel=0
    siteservers=1
    column width=125
    group name=
    siteserver 0\authentication mode=1
    siteserver 0\remote directory=
    siteserver 0\default document type=HTML
    siteserver 0\ultradev connections migrated=0
    siteserver 0\server type=remoteServer
    asset directory=SSD3:SSD500:WEB:spady:SpryAssets:
    site main type=0
    hidden count=0
    adminurl=
    cf dsn list test result=0
    siteserver 0\site server auto upload=0
    siteserver 0\host=
    bc site name=
    use metafile=1
    site name=Spady's BBQ
    cloak by pattern=0
    image directory=
    siteserver 0\check out when opening files=1
    serverconfiguration=0
    siteserver 0\pasv ftp=1
    siteserver 0\save pw=1
    siteserver 0\server model=
    pages per row=200
    siteserver 0\site server sync info=1
    siteserver 0\site server name=Remote Server
    siteserver 0\server objects version=1
    shared site root=
    rds login test result=0
    siteserver 0\path name character set=utf-8
    bc site url=
    spacer file path=
    webfonts directory=SSD3:SSD500:WEB:spady:webfonts:
    local directory=SSD3:SSD500:WEB:spady:
    cloaked patterns=.png .fla
    wizard site type=3
    default document type=HTML
    root number of parents=0
    home page=
    links relative to=1
    refresh remote=1
    [SITES\-SITE0\CSS]
    lastsamplepath=
    [SITES\-SUMMARY]
    current server configuration=
    current site=Extraordinary Ireland
    number of sites=2
    [SITES\-SITE1\CSS]
    lastsamplepath=
    [EXTRAORDINARY IRELAND-SITESERVER 0]
    sites\-site0=

  • Dreamweaver CS6 glitch - HTML tag pop up pops up and stays

    I'm in code view typing code. Sometimes the HTML tag pop up will pop up and instead of being helpful, it just stays there and the auto-complete HTML tag functions stop working. It is quite annoying on two levels. I cannot consistently recreate the issue but it happens every other day. I "fix" the problem by restarting Dreamweaver every time.
    Can you guys patch this issue? I'm using Dreamweaver CS6 on Mac OS X. Here is a screenshot of what it looks like. Notice how this pop up just stays there even as I scroll through the code.
    Thanks.

    What happens if you hit Shift+Spacebar?
    Nancy O.

  • Dreamweaver CS6 crashes in Lion

    I've had Lion 10.7.4 recently installed, and Dreamweaver CS6 now crashes when I try to open an existing index.html file that opened fine in Snow Leopard 10.6.8. Nothing has changed on this file.

    Thank you. I did what you said and it froze again. It does it with all the pages on the site. I'm wondering if it has anything to do with any of the .js scripts on the site. Below is the code from the index page.
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Cornerstone Interiors Calgary Home</title>
        <meta name="description" content="South Calgary Home Renovations Specialising in Kitchens, Bathrooms and Basement Development" />
    <meta name="keywords" content="south calgary renovations, calgary kitchens, calgary bathrooms, calgary basement renovations, ceramic tile specialists" />
        <meta charset="utf-8">
        <link rel="stylesheet" type="text/css" media="screen" href="css/reset.css">
        <link rel="stylesheet" type="text/css" media="screen" href="css/style.css">
        <link rel="stylesheet" type="text/css" media="screen" href="css/grid.css">
        <link rel="stylesheet" type="text/css" media="screen" href="css/prettyPhoto.css">
        <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Droid+Sans:700' rel='stylesheet' type='text/css'>
        <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
        <script type="text/javascript" src="js/superfish.js"></script>
        <script type="text/javascript" src="js/FF-cash.js"></script>
        <script type="text/javascript" src="js/easyTooltip.js"></script>
        <script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
        <script type="text/javascript" src="js/jquery.roundabout.js"></script>
        <script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
        <script type="text/javascript" src="js/hover-image.js"></script>
        <script type="text/javascript" src="js/jquery.faded.js"></script>
        <script type="text/javascript">
    $(function(){
    $('ul.sf-menu').superfish();
    $('ul#myRoundabout').roundabout({
    minOpacity:  0,
    maxOpacity:  1,
    minScale: 0.84,
    easing:'easeInOutBack',
    btnNext: '#next',
    btnPrev: '#prev',
    duration:600,
    autoplay:8000
    }).find("> li").append("<span></span>").not('.roundabout-in-focus').find("span").css({opacity:0});
    $('#gallery .inner #prev').hover(
    function(){$(this).stop().animate({width:"55px"}, 300, "easeOutBack")},
    function(){$(this).stop().animate({width:"38px"}, 300, "easeOutBack")});
    $('#gallery .inner #next').hover(
    function(){$(this).stop().animate({width:"55px"}, 300, "easeOutBack")},
    function(){$(this).stop().animate({width:"38px"}, 300, "easeOutBack")});
    $("a[data-gal^='prettyPhoto']").prettyPhoto({theme:'facebook'});
    $("#faded").faded({});
    </script>
    <!--[if lt IE 7]>
                <div style='text-align:center'><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannerc ode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg"border="0"alt=""/></a></div> 
         <![endif]-->
        <!--[if lt IE 9]>
                 <script type="text/javascript" src="js/html5.js"></script>
            <link rel="stylesheet" type="text/css" media="screen" href="css/ie.css">
    <![endif]-->
    </head>
    <body id="page1">
    <!--=====HEADER=====-->
    <header>
        <div class="main">
            <div class="inner">
                 <div class="wrapper">
                </div>
                <h1>
                    <a href="index.html">Cornerstone interiors</a>
              </h1>
                <nav>
                    <ul class="sf-menu">
                        <li><a href="index.html" class="active">Home</a></li>
                        <li><a href="index-1.html">Company</a></li>
                        <li><a href="index-2.html">Services</a>
                        </li>   
                        <li><a href="index-3.html">Gallery</a></li>
                        <li class="last"><a href="index-4.html">Contact</a></li>
                    </ul>
                </nav>
                <div class="clear"></div>
            </div>
        </div>
    </header>
    <!--=====GALLERY=====-->
    <div id="gallery">
    <div class="bottom-bg">
            <div class="inner">
                <div class="controls">
                    <a id="next" href="#"></a>
                    <a id="prev" href="#"></a>
                </div>
                <ul id="myRoundabout">
                   <li><img src="images/page1-img1.jpg" alt=""></li>
                   <li><img src="images/page1-img2.jpg" alt=""></li>
                   <li><img src="images/page1-img3.jpg" alt=""></li>
                   <li><img src="images/page1-img4.jpg" alt=""></li>
                </ul>
            </div>
        </div>
    </div>
    <!--=====CONTENT=====-->
    <section id="content">
    <div class="main">
             <div class="container_24 relative">
                <article class="grid_15 prefix_1 suffix_1 a1">
                    <div class="wrapper">
                        <img src="images/page1-img5.jpg" class="img-indent" alt="">
                        <div class="neg-indent">
                             <h3>Top Quality Renovations!<strong>We use only top quality materials.</strong></h3>
                            <p class="p1">
                                <strong>
                                    For our renovations to be the best requires modern and top quality products.
                                </strong>
                            </p>
                            <p class="p1">
                            We're proud of our reputation and our warranty. That means that we are always using top notch building products. We also pay attention to the latest in building technology on order to provide our customer with the best user experience. For an estimate call Tim at <strong>403-888-9298</strong>, or go to the <a href="index-4.html">contact page</a> to receive a reply at your convenience. </p>
                        </div>
                    </div>
                    </article>
                <article class="grid_7 a2">
                     <div class="inner">
                        <h3 class="hp-1">Services</h3>
                        <div class="hr"></div>
                        <ul class="list-1">
                             <li><a href="index-3.html">Home Renovations</a></li>
                            <li><a href="index-3.html">Kitchens</a></li>
                            <li><a href="index-3.html">Bathrooms</a></li>
                            <li><a href="index-3.html">Living Spaces</a></li>
                            <li><a href="index-3.html">Basement Devlopment</a></li>
                            <li><a href="index-3.html">Offices</a></li>
                            <li><a href="index-3.html">Comercial</a></li>
                            <li><a href="#">Flood & Fire Restoration</a></li>
                        </ul>
                    </div>
                </article>
                <div class="clear"></div>
                <div class="padding-1">
                     <article class="a3">
                         <div class="inner">
                             <div class="wrapper">
                                <div class="fleft">
                                    <h3 class="hp-1">Featured Projects</h3>
                                </div>
                                <a href="images/Gallery/index.html" class="link-1">View All</a>
                            </div>
                            <div class="hr"></div>
                            <div class="padding-2">
                                 <div class="col-1">
                                     <a href="images/page1-kitch1.jpg" data-gal="prettyPhoto[pp_gal]" class="lightbox-image img-indent-bot"><img src="images/page1-img6.jpg" alt=""></a>
                                    <strong class="project-name">Kitchens</strong>
                                    <a href="#" class="link-2"></a>
                              </div>
                                <div class="col-2">
                                     <a href="images/page1-wetbar.jpg" data-gal="prettyPhoto[pp_gal]" class="lightbox-image img-indent-bot"><img src="images/page1-img7.jpg" alt=""></a>
                                    <strong class="project-name">Family Rooms</strong>
                                    <a href="#" class="link-2"></a>
                                </div>
                                <div class="col-3">
                                     <a href="images/page1-bathroom.jpg" data-gal="prettyPhoto[pp_gal]" class="lightbox-image img-indent-bot"><img src="images/page1-img8.jpg" alt=""></a>
                                    <strong class="project-name">Bathrooms</strong>
                                    <a href="#" class="link-2"></a>
                                </div>
                                 <div class="clear"></div>
                            </div>
                        </div>
                     </article>
                </div>
            </div>
        </div>
    </section>
    <!--=====ASIDE=====-->
    <aside>
    <div class="main">
             <div class="container_24">
                 <div class="wrapper padding-1 vr-border-1">
                     <div class="vr-border-2">
                        <article class="prefix_1 grid_9 suffix_1">
                            <h3>Latest News</h3>
                             <div id="faded">
                                <ul class="slider">
                                     <li>
                                        <p>
                                            <strong>01-05-2012</strong> We are pleased to announce the launch of our new website May1, 2012.
                                        </p>
                                        <div class="buttons">
                                            <a href="#" class="button-2"></a>
                                        </div>
                                    </li>
                                    <li>
                                        <p>
                                            <strong></strong>
                                        </p>
                                        <div class="buttons">
                                            <a href="#" class="button-2"></a>
                                        </div>
                                    </li>
                                    <li>
                                        <p>
                                            <strong></strong>
                                        </p>
                                        <a href="#" class="button-2"></a>
                                    </li>
                                </ul>
                                <div class="navigation">
                                    <ul class="pagination">
                                    </ul>
                                </div>
                             </div>
                        </article>
                        <article class="prefix_1 grid_4 suffix_2">
                             <h3>Company</h3>
                            <ul class="list-2">
                                 <li><a href="index-1.html">About us</a></li>
                                <li><a href="index-1.html">Work team</a></li>
                                <li><a href="index-2.html">What we do</a></li>
                                <li><a href="#">Clients</a></li>
                                <li class="last"><a href="index-5.html">Testimonials</a></li>
                            </ul>
                        </article>
                        <article class="prefix_1 grid_5">
                             <h3> </h3>
                            <dl class="adress">
                                 <dt> </dt>
                                <dd> </dd>
                                <dd> </dd>
                                <dd> </dd>
                            </dl>
                        </article>
                    </div>
                </div>
            </div>
        </div>
    </aside>
    <!--=====FOOTER=====-->
    <footer>
        <div class="inner">
            <ul class="bottom-menu">
                <li><a href="index.html" class="active">Home</a></li>
                <li><a href="index-1.html">Company</a></li>
                <li><a href="index-2.html">Services</a></li>   
                <li><a href="index-3.html">Gallery</a></li>
                <li class="last"><a href="index-4.html">Contacts</a></li>
            </ul>
        </div>
    </footer>
    </body>
    </html>

  • Dreamweaver CS6-  jquery and jquery cycle to have 5 images slide (as a fade) in a banner code failure- help?

    Dreamweaver CS6- I am trying to use jquery and jquery cycle to have 5 images slide (as a fade) in a banner. I thought I got the code right but it stacked the images. I suspect I have the incorrect code for the position or I haven't properly added cycle.
    my head code:
    <title>slider</title>
    <script type="text/javascript" src="JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="JS/jquery.cycle2.min.js"></script>
    <script type="text/javascript">
    $('#slider').cycle({
    </script>
    <style type="text/CSS">
    #slider {margin:auto;}
    </style>
    My div code:
    <div id="slider">
      <p> 
        <img src="Leather web page/DSC_0531_4925.JPG"/>
        <img src="Leather web page/DSC_0035_edited-1.JPG"/>
        <img src="Leather web page/DSC_1593_edited-1.jpg"/>
        <img src="Leather web page/DSC_1595_edited-1.jpg"/>
        <img src="Leather web page/DSC_1821.jpg"/>
        </div>
    Any help would be greatly appreciated.

    1. You can use a constructor to change the defaults. The default values can be seen in jquery.cycle2.js starting at line 659 as per the following. As you can see at the bottom, the code automatically runs the slideshow(s)
    // @see: http://jquery.malsup.com/cycle2/api
    $.fn.cycle.defaults = {
        allowWrap:        true,
        autoSelector:     '.cycle-slideshow[data-cycle-auto-init!=false]',
        delay:            0,
        easing:           null,
        fx:              'fade',
        hideNonActive:    true,
        loop:             0,
        manualFx:         undefined,
        manualSpeed:      undefined,
        manualTrump:      true,
        maxZ:             100,
        pauseOnHover:     false,
        reverse:          false,
        slideActiveClass: 'cycle-slide-active',
        slideClass:       'cycle-slide',
        slideCss:         { position: 'absolute', top: 0, left: 0 },
        slides:          '> img',
        speed:            500,
        startingSlide:    0,
        sync:             true,
        timeout:          4000,
        updateView:       0
    // automatically find and run slideshows
    $(document).ready(function() {
        $( $.fn.cycle.defaults.autoSelector ).cycle();
    2. To center the slideshow, merely center the container as in
    div.cycle-slideshow {
        width: 1000px;
        margin: auto;

  • Creative Cloud pops up with trail will expire in 0 days when I run Dreamweaver CS6

    When I click on the icon for Dreamweaver CS6 a panel for Dreamweaver CC pops up with the message “Your trial will expire in 0 days”  “00 days remaining.  It offers “Buy Now” and “Continue Trial”. When I click the red x to close out I am returned to Dreamweaver CS6.
    I reinstalled Dreamweaver CS6 but the problem persists.  I do not want Dreamweaver CDC.
    I tried to follow the instructions In http://helpx.adobe.com/dreative-suite ... "Creative Cloud Help/Creative Cloud applications unexpectedly revert to trial mode | CS6, CC ..."  but I lost the thread.
    I am at a loss at to what to do now.  Please help.

    Here are two additional items that may be helpful:
    1.    I reported that Under Step 3 “Check Your Host Files – Still Have Problems?  Reset Host Files” I did not find entries that reference activate.adobe.com.  On further checking I found the Notepad file.  It contained the following information:
    Additionally, comments (such as these) may be inserted on individual
    lines or following the machine name denoted by a '#' symbol.
    For example:
        102.54.94.97    rhino.acme.com          # source server
          38.25.63.10    x.acme.com              # x client host
    localhost name resolution is handled within DNS itself.
            127.0.0.1      localhost
            ::1            localhost
    2.    On Saturday, 23 August 2014 I received an e-mail from Adobe Creative Cloud [email protected] that said
    Welcome. We’re glad you’ve joined us.
    Thanks for joining Creative Cloud. We thought we’d send along a few ideas to help you get started.
    * Get 30-day trials of all-new versions of creative desktop apps that make everyday tasks easier and faster while delivering new support for cutting-edge hardware and standards.
    * Easily upload and share your files, or post your work to the Behance community of creative professionals to get feedback, find inspiration, and connect with new opportunities.
    * Express your creativity on-the-go using our new and improved range of mobile apps.
    Get started
    Make something great,
    The Creative Cloud Team
    This is odd.  What made them think I joined Creative Cloud? The Creative Cloud program is not installed on the computer and I have not downloaded Creative Cloud trial version or a paid version.
    GOAL: My goal is to eliminate the CC pop up that occurs every time I access Dreamweaver CS6. I am satisfied with Dreamweaver CS6.  I do not want to lose the CS6 capability.  I do not want Creative Cloud trial version or the paid version.
    So far I have been unable to remove the pop up and I can’t find a way to phone or e-mail Adobe Technical Support.  When I received the CC Welcome message, I considered the following approach:
    1.    Accept the invitation to Get Started and install the 30-day trial version
    2.    Use the CC Cleaner Tool to uninstall Creative Cloud.
    This approach might work.  It is equally possible it would further complicate the problem.
    Should I accept the CC invitation to Get Started with CC and then use CC Cleaner to uninstall the Creative Cloud program?  Is there an alternative approach that will work?
    Thank you.
    Earl B. Stroup
    <Removed by Moderator>

Maybe you are looking for

  • How to set default encoding and charsets for jsp and servlets.

    Hi, Is there any possibility to set default encoding or charset for jsps and servlest (for both request and response)? For example in Weblogic such parameters can be set in weblogic specific configuration files (weblogic.xml). Thanks in advance.

  • SAP Query as extraction tool - any benchmarks 4 throughput/volume constrain

    We are looking to use SAP Query as our extraction tool to create a large dataset for downstream systems.  We also will allow the users of those systems to access our SAP system (4.6C) through SAP query for custom extracts.  We plan on controlling thi

  • Change label of table control column - SAPMV45A Screen 4900

    Hello, SAPMV45A / 4900 is the table control in the Sales tab of transaction VA01/02/03 (Sales Order Creation/Change/Display). On this table control there is a field ( RV45A-ETDAT ) with standard label First Date . The date displayed on this column is

  • Error editing rowset query

    I'm getting an error when I try to edit the rowset. If I try to add another table to the rowset, then right click on the table, the "get data from" section hangs on "refreshing data providers.." If I change the rowset back to its default, I am able o

  • Menu Bar in Elements 6 for Mac

    I just upgraded from Elements 4 and noticed that there is no Print icon in the menu for Elements 6 as there is in 4.  Is there a way to add features to the menu bar in Elements 6 for Mac?