DW CS3 Tag Collapse Problem

I am working with a trial version of Dreamweaver CS3. In code
view, when highlighting a collapsed tag and using the Properties
Panel to change the class, the entire tag expands. A comment on the
same line as the closing tag is moved to the next line. When the
comment is moved back up to the closing tag line, you have to hit
'Refresh' to view the properties. Also, the names of available
classes are truncated until you click the drop down list. None of
this happens in Dreamweaver 8. This is a real pain and definately a
downgrade from DW 8. If anyone can offer a solution to this it will
be appreciated.

Here is a pared down version of my code which demonstrates
the problem. The CSS code is contained in an external file. Both
the CSS and HTML files can be duplicated easily.
HTML Code:
<!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>DW CS3 Collapse Problbem</title>
<link href="dwcs3.css" rel="stylesheet" type="text/css"
/>
</head>
<body>
<table width="500" border="0" cellpadding="0"
cellspacing="0" class="feature1">
<tr>
<td width="370" height="250" valign="middle"><img
src="" width="370" height="223" alt=""></td>
</tr>
</table> <!-- end table -->
</body>
</html>
CSS Code:
.feature1 {background-color: #F5ECE0;}
.feature2 {background-color: #FFFFFF;}
To duplicate the problem:
1. Create an HTML and CSS file by cutting and pasting the
above code being careful to match the CSS file name to the link
href in the HTML file.
2. Place the cursor in the table tag and collaps the tag.
Make sure the collapsed tag is selected.
3. If not already opened, dpen the Properteries Panel and
click Refresh, if needed.
4. Click the arrow next to the Class list to expand the list.
Select an item to change from 'feature1' to 'feature2' or visea
versa.
When you change the class the table tag expands and the
comment "<--end table-->" is moved to the line below the
closing table tag. Moving the comment back to the correct line
causes you to have to refresh to again view the Properties Panel.
I trust this example is clearer than my initial post. Do not
hesitate to contact ma again should you need further clarification.

Similar Messages

  • Spry Accordion collapsing problem

    I am using an accordion on my site, and also took the  advice to update to the latest spry, which didn't seem to make a lot of  difference to be honest (I am using DW CS3)
    But the problem I am having is when you first come to the page the menu  isn't completely collapsed and I wonder if there is a way of doing  this...
    This is not happening in latest firefox, IE8 or safari on a windows pc
    here is a link to the page http://www.antworks.co.uk/mobymemory/menu.html
    see the code below. Any help would be greatly appreciated. Thanks
    <!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>Untitled Document</title>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
    <div class="AccordionPanelTop" onclick="Accordion1.openPanel(0); return false;">memory cards (make)</div>
    <div class="AccordionPanelContent">
    <img src="images/new/trans.gif" width="7" height="7" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="12" /><br />micro SD / Transflash<br />
    <img src="images/new/trans.gif" width="7" height="3" />
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab" onclick="Accordion1.openPanel(1); return false;">memory cards (brand)</div>
    <div class="AccordionPanelContent2">Content 2</div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab" onclick="Accordion1.openPanel(2); return false;">mobile accessories</div>
    <div class="AccordionPanelContent">Content 2</div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab" onclick="Accordion1.openPanel(3); return false;">gaming</div>
    <div class="AccordionPanelContent">Content 2</div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab" onclick="Accordion1.openPanel(4); return false;">computing</div>
    <div class="AccordionPanelContent">Content 2</div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelBot" onclick="Accordion1.openPanel(5); return false;">customer login</div>
    <div class="AccordionPanelContent">Content 2</div>
    </div>
    </div>
    <script type="text/javascript">
    <!--
    //var Accordion1 = new Spry.Widget.Accordion("Accordion1", {closedClass:"Accordion"});
    //var Accordion1 = new Spry.Widget.Accordion("Accordion1", {closedClass:"AccordionPanel"});
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false });
    //-->
    </script>
    </body>
    </html>
    css
    @charset "UTF-8";
    /* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    /* This is the selector for the main Accordion container. For our default style,
    * we draw borders on the left, right, and bottom. The top border of the Accordion
    * will be rendered by the first AccordionPanelTab which never moves.
    * If you want to constrain the width of the Accordion widget, set a width on
    * the Accordion container. By default, our accordion expands horizontally to fill
    * up available space.
    * The name of the class ("Accordion") used in this selector is not necessary
    * to make the widget function. You can use any class name you want to style the
    * Accordion container.
    .Accordion {
    width: 174px;
    overflow: hidden;
    /* This is the selector for the AccordionPanel container which houses the
    * panel tab and a panel content area. It doesn't render visually, but we
    * make sure that it has zero margin and padding.
    * The name of the class ("AccordionPanel") used in this selector is not necessary
    * to make the widget function. You can use any class name you want to style an
    * accordion panel container.
    .AccordionPanel {
    margin: 0px;
    padding: 0px;
    /* This is the selector for the AccordionPanelTab. This container houses
    * the title for the panel. This is also the container that the user clicks
    * on to open a specific panel.
    * The name of the class ("AccordionPanelTab") used in this selector is not necessary
    * to make the widget function. You can use any class name you want to style an
    * accordion panel tab container.
    .AccordionPanelTab {
    background-color: #CCCCCC;
    letter-spacing: -0.04em;
    background-image: url(../images/new/spry/meun_blue.gif);
    background-repeat: no-repeat;
    padding: 8px 0 0 12px;
    height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    color:#666666;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelTop {
    background-color: #CCCCCC;
    letter-spacing: -0.04em;
    background-image: url(../images/new/spry/meun_top.gif);
    background-repeat: no-repeat;
    padding: 8px 0 0 12px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color:#666666;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    .AccordionPanelBot {
    background-color: #CCCCCC;
    letter-spacing: -0.04em;
    background-image: url(../images/new/spry/meun_bot.gif);
    background-repeat: no-repeat;
    padding: 8px 0 0 12px;
    height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    color:#666666;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    /* This is the selector for a Panel's Content area. It's important to note that
    * you should never put any padding on the panel's content area if you plan to
    * use the Accordions panel animations. Placing a non-zero padding on the content
    * area can cause the accordion to abruptly grow in height while the panels animate.
    * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
    * Content container.
    * The name of the class ("AccordionPanelContent") used in this selector is not necessary
    * to make the widget function. You can use any class name you want to style an
    * accordion panel content container.
    .AccordionPanelContent {
    letter-spacing: -0.05em;
    background-image: url(../images/new/spry/meun_grey.gif);
    background-repeat: repeat-y;
    padding: 0 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:#7f879e;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    margin: 0px;
    .AccordionPanelContent2 {
    letter-spacing: -0.05em;
    background-image: url(../images/new/spry/meun_grey.gif);
    background-repeat: repeat-y;
    padding: 0 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:#7f879e;
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    margin: 0px;
    height: 200px;
    /* This is an example of how to change the appearance of the panel tab that is
    * currently open. The class "AccordionPanelOpen" is programatically added and removed
    * from panels as the user clicks on the tabs within the Accordion.
    .AccordionPanelOpen .AccordionPanelTab {
    background-color: #EEEEEE;
    /* This is an example of how to change the appearance of the panel tab as the
    * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
    * and removed from panel tab containers as the mouse enters and exits the tab container.
    .AccordionPanelTabHover {
    color: #555555;
    .AccordionPanelOpen .AccordionPanelTabHover {
    color: #555555;
    /* This is an example of how to change the appearance of all the panel tabs when the
    * Accordion has focus. The "AccordionFocused" class is programatically added and removed
    * whenever the Accordion gains or loses keyboard focus.
    .AccordionFocused .AccordionPanelTab {
    background-color: #3399FF;
    /* This is an example of how to change the appearance of the panel tab that is
    * currently open when the Accordion has focus.
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
    background-color: #33CCFF;

    Teisho wrote:
    Thanks for your answer, the problem that I still have is that I am trying to close all the Accordions when clicking
    on the last panel.
    I have looked at the   Accordion.closePanel() , but that throws an error
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/accordi on.html
    thanks Ant
    I am not sure what you want to do here. When you click on an open panel, the panel closes; when you click on a closed panel, it opens and closes any panel that is open.
    Please explain.
    Sorry, did not see your new post which does explain what you want.
    Message was edited by: vw2ureg

  • DW CS3 site cache problem

    I upgraded to CS3 with no problems except I now find that if
    I attempt to delete a word of pdf file that I know is linked to an
    htm page, DW no longer gives me a warning message. This means that
    If I do a sync. any updated word or pdf files do not get uploaded
    to the server. If I do re-create the site cache the files still do
    not get "re-linked". Anybody got an idea what is going on? I have
    an awful lot of pdfs and docs linked from my site.
    Thanx in advance

    I figured out if I drag the file window to the left it will
    stay on the left. I thought
    before in previous version when you select files to be on the
    left the preferences menu they would go to the left. Problem
    solved.
    RazorTrak

  • CS3 Illustrator crashing problem

    Hello all,
    Lately my illustrator cs3 has been crashing every time I try to save a new file. It is so frustrating after doing all the work and can't save. I work on Windows XP 2002 system. Can anyone help?
    Thanks so much!

    Hi Jacob, Just so you know, I was in a hurry and no way was able to buy an expensive product to do my artwork project. I couldn't find older TRIAL versions to download without 3rd party attached  programs & BS that could be bad to do.
    But, I need to go back on the forum to say that I rebooted to try one more time and it worked. Don't know why it didn't work the first time around because it was a fresh open of Illustrator, hadn't been working on it for a month then the first time didn't work.
    I don't have time to go back on the forum right now got to leave for work. You can mention you heard this from me if you want so that people aren't misinformed.
    thanks for replying
    Jacob Bugge <[email protected]> wrote:
    Jacob Bugge http://forums.adobe.com/people/Jacob+Bugge created the discussion
    "Re: CS3 Illustrator crashing problem"
    To view the discussion, visit: http://forums.adobe.com/message/5926730#5926730

  • CS3-- Optional Tag Attribute problem

    The pages to my site have already been created from a template. I need to add a frame redirect to the body tag on one page. So I added an editable attribute to the body tag in the template [attribute: ONLOAD, Label: onload, Type: text, Default: Frameredirect();]  For some reason, when I try to edit the tag on the pages [Modify --> Template Properties] the dialog box says "No template properties available". I can see the frameredirect in the code. How come I can't edit it? Thanks

    After I designed the site, my client changed all of the pages accept the home page. Those other 8 child pages look the same. I am new at this, however, so I refer to the Dreamweaver CS3 Missing Manual a lot. It made sense to me to go with a nested template.
    Here's the code from the nested template...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/adobe.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Adobe Color | Printing</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
    -->
    </style>
    <link href="../adobe1.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
        background-color: #000000;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable -->
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <link href="../images/favicon.ico" rel="icon" />
    <!-- InstanceParam name="onload" type="text" value="null" -->
    </head>
    <body onload="null">
    <div id="container">
      <div id="top-banner"><img src="../images/top-banner-alt.gif" alt="top-banner" width="780" height="120" /></div>
    <div id="top-nav1">
          <ul>
            <li><a href="../index.html">HOME</a> </li>
            <li>| </li>
            <li><a href="../printing.html">PRINTING</a> </li>
            <li>| </li>
            <li><a href="../banners.html">BANNERS &amp; SIGNS</a> </li>
            <li>| </li>
            <li><a href="../apparel.html">APPAREL</a> </li>
            <li>| </li
            ><li><a href="../mailing.html">MAILING SERVICES</a> </li>
            <li>| </li>
            <li><a href="../graphics.html">GRAPHIC DESIGN</a></li>
            <li> | </li>
            <li><a href="../estimates.html">ESTIMATES</a> </li>
            <li> | </li>
            <li><a href="mailto:[email protected]">EMAIL US</a> </li>
        </ul>
      </div>
      <!-- InstanceBeginEditable name="EditRegion3" -->
      <div id="center-content">
        <div id="leftcolumn">
          <table width="220" border="0" cellpadding="15" cellspacing="0" id="table1">
      <tr>
        <td>
        <form id="search" name="search" method="get" action="http://www.adi-host.com/adobe/promotions.html#search">
        <label for="search">Promotions Keyword Search</label>
        <input type="text" size="16" name="ws" maxlength="500" value="pen, keychain, etc." onfocus="this.value='';return false;"  />
            <button type="submit" value="Search">Go</button>
            <input type="hidden" name="ID" value="932CBEB3-46CD-488A-A5F3-C8BFF81E4006" /></form></td>
      </tr>
    </table>
          <h1>FULL COLOR PRINTING</h1>
          <ul>
            <li> Brochures         </li>
            <li> Business Cards        </li>
            <li> Letterhead </li>
            <li> Envelopes</li>
            <li> Postcards</li>
            <li>Catalogs</li>
            <li>Newsletters</li>
            <li>Flyers         </li>
            <li> Stickers         </li>
            <li> Folders         </li>
            <li> Rack Cards        </li>
          </ul>
        </div>
        <div id="rightcolumn"><img src="../images/printing-graphic.jpg" alt="" name="images" width="560" height="450" border="0" usemap="#imagesMap" id="images" style="background-color: #FFFFFF" />
    <map name="imagesMap" id="imagesMap"><area shape="rect" coords="105,384,450,426" href="../estimates.html" alt="estimate button" />
    </map></div>
      </div>
      <!-- InstanceEndEditable -->
      <div id="bottom-contact">ADOBE COLOR PRINTING &amp; PROMOTIONS     ASI-107323         <br />
      7335 E. Acoma Dr., Ste. 105, Scottsdale, Arizona 85260              phone: 480-905-1788         fax: 480-905-1787</div>
      <div id="bottom">
        <div id="bottom-nav"><ul>
            <li><a href="../index.html">HOME</a> </li>
            <li>| </li>
            <li><a href="../printing.html">PRINTING</a> </li>
            <li>| </li>
            <li><a href="../banners.html">BANNERS &amp; SIGNS</a> </li>
            <li>| </li>
            <li><a href="../apparel.html">APPAREL</a> </li>
            <li>| </li>
            <li><a href="../mailing.html">MAILING SERVICES</a> </li>
            <li>| </li>
            <li><a href="../graphics.html">GRAPHIC DESIGN</a></li>
            <li> | </li>
            <li><a href="../estimates.html">ESTIMATES</a> </li>
            <li>| </li>
            <li><a href="mailto:[email protected]">EMAIL US</a></li>
        </ul>
          <p class="gray">&copy; 2010 ADOBE COLOR PRINTING        Website by<a href="http://www.alicodesign.com" target="_blank">Alico Design</a>
            </p>
        </div>
      </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>

  • Indesign CS3 tagging problem??

    Hi, need help
    i need to tag all objects on a page without modifying any of their positions & content.
    so, i have used Ctr A (select all) and Ctr L to lock all postion.
    But found that in INDESIGN CS3, images that are position locked were not allowed to tag.
    Adobe will gives below error:
    "Cannot modify elements that contain locked content, or are contained by locked content. Please unlock or check out the content and try again."
    This does not happen in CS2, is there a way to remove this restriction in INDESIGN CS3 etc?
    pls advise.
    Thank you so much.

    hi eboda,
         Try any function like unlock and what function you handled in cs2.
    Thanks

  • Dreamweaver CS3 Paste HTML Problem

    Hi, I'm a fairly basic user of Dreamweaver CS3. I used to be
    able to paste HTML into webpages with no problem. I have recently
    upgraded to CS3 and that menu command (Paste HTML) seems to have
    gone. Can anybody help?
    Thanks, your help would be appreciated!

    dsbrett wrote:
    > Hi, I'm a fairly basic user of Dreamweaver CS3. I used
    to be able to paste HTML
    > into webpages with no problem. I have recently upgraded
    to CS3 and that menu
    > command (Paste HTML) seems to have gone.
    If you want to paste the actual HTML code into a page, just
    switch to
    Code view, and paste.
    Copy, cut, and paste in Dreamweaver are context-specific. If
    you copy a
    section of a page in Design view, and paste it in Design
    view,
    Dreamweaver automatically copies and pastes the underlying
    HTML. If you
    copy in Code view, and paste into Design view, Dreamweaver
    assumes that
    you want to display the code (as you might want to do in an
    online
    tutorial), so it converts all the angle tags into HTML
    entities and
    displays the tags and attributes in the page.
    The simple rule is copy and paste from Code view to Code
    view, or from
    Design view to Design view.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dreamweaver CS3 Flash Slideshow problems

    Hello,
    First off, my name is Mike and I would really appreciate anything that you can do to help me.
    I'm attempting to use Dreamweaver CS3's Flash Slideshow on a site that I'm building for a friend and I'm having troubles.  I have two major issues:
    1. I've uploaded my page to a test folder located on my own site.
    http://www.mikebailey1979.com/NoahTest/Main.html
    As you can see when you go to that page the Flash Slideshow is not appearing.  I've attempted to figure this issue out as much as I can, but I'm not getting anywhere.
    Using Dreamweaver to test I've deleted the AC script and it appears exactly like how it does now that it's live, so I believe that the problem lies in the Slideshow being able to find the script.  What I don't understand is that the AC_RunActiveContent.js is in a folder titled '..Scripts' (which is located in the same 'NoahTest' folder as the 'Main.html')and there should be no problem with it sourcing the Script.
    I'm perplexed as to why it's not reading the .js file.
    2. When I preview the site in my Dreamweaver Preview it works fine, except for the fact that it looks like it's padding the size of the pictures.
    I have all of the dimensions specific to the size of the slice in my site.  The slideshow should be 924x668 to match the slice exactly, so that's what I told it to be in width and height.  I've turned all borders to 0, frame thickness to 0, and I've even tried to add a command to change cell padding to 0, all with no effect.  I've made a still screen capture for you to see my problem.
    http://www.mikebailey1979.com/NoahTest/WhiteBorderProblem.jpg
    I've left the Background White so you can see how it's not sizing the Slideshow correctly.  So the White Border isn't really a border, but a sizing/spacing issue.  I don't know what could be causing this.
    If you could help me with one or both of these issues I would be so grateful.  Thanks for your time.
    Respectfully,
    Mike

    So, bemdesign, you're not seeing the white padding-like effect that I snapped a screen shot of?  See here:
    http://www.mikebailey1979.com/NoahTest/WhiteBorderProblem.jpg
    I've tested the page 'Main.html' that I have live right now using Firefox, IE8, and Safari, and it's still doing this padding issue for me (if that's even what it's supposed to be called).
    After a little research I found a post on another site where tons of people are having the same problem as me:
    http://brianchau.wordpress.com/2007/07/17/where-is-the-flash-element-in-dreamweaver/
    The very last post someone mentions that they fixed the issue that I'm experiencing by adding div tags specifying width and height.  I've tried implementing this, but since I'm somewhat novice with coding still I'm not sure if I'm doing it correctly.  Adding the div tags in various places seems to have either no effect or it changes the w & h values of the entire page, both of which not being my intention.
    Can anyone here who is more advanced at coding than me who can tell me the proper way to implement the div tags in my situation?
    This is the code for my page:
    <code>
    <html>
    <head>
    <title>Main</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    body {
         background-color: #353535;
    -->
    </style>
    <script src="../NoahTest/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (Main.psd) -->
    <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
         <tr>
              <td colspan="4">
                   <img src="images/Main_01.gif" alt="" width="1024" height="50" border="0"></td>
      </tr>
         <tr>
              <td rowspan="2">
                   <img src="images/Main_02.gif" alt="" width="50" height="718" border="0"></td>
      <td colspan="2"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','924','height','668','src','Assets/Main_Flash','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',captionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:\'Fade\',titleColor:#333333,slideAutoPlay:true,imageURLs:[\'Assets/Main_Flash_01.jpg\',\'Assets/Main_Flash_02.jpg\',\'Assets/Main_Flash_03.jpg\',\'Assets/Main_Flash_04.jpg\',\'Assets/Main_Flash_05.jpg\',\'Assets/Main_Flash_06.jpg\',\'Assets/Main_Flash_07.jpg\',\'Assets/Main_Flash_08.jpg\',\'Assets/Main_Flash_09.jpg\',\'Assets/Main_Flash_10.jpg\',\'Assets/Main_Flash_11.jpg\',\'Assets/Main_Flash_12.jpg\',\'Assets/Main_Flash_13.jpg\'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash_component','ImageViewer.swc','movie','Assets/Main_Flash' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="924" height="668">
        <param name="flash_component" value="ImageViewer.swc">
        <param name="movie" value="Assets/Main_Flash.swf">
        <param name="quality" value="high">
        <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['Assets/Main_Flash_01.jpg','Assets/Main_Flash_02.jpg','Assets/Main_Flash_03.jpg','Assets/Main_Flash_04.jpg','Assets/Main_Flash_05.jpg','Assets/Main_Flash_06.jpg','Assets/Main_Flash_07.jpg','Assets/Main_Flash_08.jpg','Assets/Main_Flash_09.jpg','Assets/Main_Flash_10.jpg','Assets/Main_Flash_11.jpg','Assets/Main_Flash_12.jpg','Assets/Main_Flash_13.jpg'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
        <embed src="Assets/Main_Flash.swf" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:false,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Fade',titleColor:#333333,slideAutoPlay:true,imageURLs:['Assets/Main_Flash_01.jpg','Assets/Main_Flash_02.jpg','Assets/Main_Flash_03.jpg','Assets/Main_Flash_04.jpg','Assets/Main_Flash_05.jpg','Assets/Main_Flash_06.jpg','Assets/Main_Flash_07.jpg','Assets/Main_Flash_08.jpg','Assets/Main_Flash_09.jpg','Assets/Main_Flash_10.jpg','Assets/Main_Flash_11.jpg','Assets/Main_Flash_12.jpg','Assets/Main_Flash_13.jpg'],slideLoop:true,frameThickness:2,frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="924" height="668"> </embed>
      </object>
    </noscript></td>
      <td rowspan="2">
                   <img src="images/Main_04.gif" alt="" width="50" height="718" border="0"></td>
      </tr>
         <tr>
              <td>
                   <img src="images/Main_05.gif" alt="" width="689" height="50" border="0"></td>
      <td>
                   <img src="images/Main_06.gif" alt="" width="235" height="50" border="0"></td>
      </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>
    </code>
    I've tried adding <div style="width:924;height:668"> both before and after the
    <td colspan="2"> tag of the AC_FL_RunContent section, but to no avail.
    Thanks again to all of you!
    -Mike

  • CS3 flash insertion problems

    I just upgraded to CS3. When I insert my swf file dreamweaver
    is only placing this in the code:
    <!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>Untitled Document</title>
    </head>
    <body>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="670" height="308" title="bob">
    <param name="movie" value="/homeMovie4.swf" />
    <param name="quality" value="high" />
    <embed src="/homeMovie4.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="670"
    height="308"></embed>
    </object>
    </body>
    </html>
    That's it! Thus when I upload to the server I don't get to
    see a flash movie. It worked fine in version 8 but 8 inserted
    additional code. PLEASE HELP....is there some option I don't have
    turned on?????
    Thanks
    Andy
    Text

    Are you sure you just aren't looking at all the code? When I
    follow your
    steps, I get this -
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','132','height','82','src','Flash/rollingsquare','quality','high','pluginspage','http:/ /www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','Fl ash/rollingsquare'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="132" height="82">
    <param name="movie" value="Flash/rollingsquare.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/rollingsquare.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="132"
    height="82"></embed>
    </object></noscript>
    Note that *your* code IS there, but it's properly placed
    within <noscript>
    tags. Are you certain you do not have that?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "wwwlord" <[email protected]> wrote in
    message
    news:[email protected]...
    > Open DWCS3
    > My site is defined
    > File - New - blank page HTML
    > File save as whatever.htm
    > Click in the design window....cursor is in top left
    corner of the view
    > Insert - Media - Flash (first selection in the list)
    > Browse in my site to the swf file
    > The accessibility pop up shows up title in this case was
    bob
    > Flash object appears in the design view and code is
    written as it appears
    > in
    > my first post.
    >
    > I have 4 installs in my office none of which as this
    problem.
    > I have a client that installed DWCS3 earlier this week
    and is having the
    > identical problem.
    >
    > I have reinstalled and I have also tried to insert the
    media using the
    > Common
    > toolbar....same problem.
    >
    > Ideas????? I kinda need to be able to insert flash. I
    have not found any
    > forums or KB's that address this specific problem of not
    writing all the
    > code
    > needed.
    >
    > Any help is appreciated.
    >
    >

  • Custom Tag Capitalization Problem..

    All,
              OS: Windows 2000
              App Server: Weblogic 6.0 sp 2
              JDK: 1.3 (and tried 1.3.1)
              I have a set of custom tags that run fine when I use them on an app server (such as Enhydra) with JDK 1.2.2, but when I switch to JDK 1.3.x, which weblogic 6.x requires, they suddenly start generating errors with attributes which have capitalized letters in them. For example, in my taglib I have:
              <attribute>
              <name>closeConnection</name>
              <required>false</required>
              <rtexprvalue>true</rtexprvalue>
              </attribute>
              and in the support class I have:
              * Get the value of closeConnection.
              * @return value of closeConnection.
              public boolean getCloseConnection() {
              return closeConnection;
              * Set the value of closeConnection.
              * @param v Value to assign to closeConnection.
              public void setCloseConnection(String v) {
              if(v.toUpperCase().equals("TRUE")){
              this.closeConnection = true;
              } else {
              this.closeConnection = false;
              When I go to the page that this tag is on, I get the following output:
              Parsing of JSP File '/index.jsp' failed:
              /index.jsp(1): Error in using tag library uri='/cwerks' prefix='cwerks': There is no setter method for property 'closeconnection', for Tag class 'net.cwerks.taglib.MyTag'
              probably occurred due to an error in /index.jsp line 1:
              <%@ taglib uri="/cwerks" prefix="cwerks" %>
              Thu Aug 02 19:06:52 PDT 2001
              Note that the 'closeconnection' is all lowercase despite the fact that it is upper case in the tld and in the class itself.
              I came across a similar problem in weblogic 5.1 when I upgraded from JDK 1.2.2 to JDK 1.3. I tried changing the JDK for weblogic 6.0 sp 2 to 1.2.2, but a dll was missing. I also tried switching it to 1.3.1, but that did not help. It seems like introspection may have changed slightly between the two version. I'm shocked, and a bit suspicious, that I haven't seen this problem all over the newsgroups. Anyone else seen this?
              Thank you,
              Carson Gross
              [email protected]
              [att1.html]
              

    A solution presents itself:
              The problem was NOT with capitalization. Instead, the problem was as
              follows:
              My method was for setting a boolean, but I took a string so that people
              wouldn't have to type:
              <mytags:tag foo="<%=true%>" />
              instead, they could type:
              <mytags:tag foo="true" />
              which would call the setter method with a string "true", which would be then
              converted to a boolean within my class.
              So my setter has this signature:
              public void setFoo(String s)
              and my getter has this signature:
              public boolean getFoo() /* I know this isn't standard, but isFoo doesn't
              sound good to me*/
              I can't tell if it's because JavaBeans changed slightly between jdk 1.2.2
              and 1.3.x, or if Weblogic changed the way that they do things (I suspect the
              latter, since I had things working fine in WL 5.2 w/ jdk 1.2.2 and then
              things broke with WL 5.2 w/ jdk 1.3), but this no longer returns foo as a
              valid property to be set, and since weblogic 6.x relies on JavaBeans,
              instead of straight up introspection, it barfs. (I found this out by using
              jad/emacs, a wicked combination for those who want to poke around in jars).
              Anyway, I hope I can save someone else who has this same, albeit
              specialized, problem a lot of pain by my discovery. Your getters and
              setters better be of the same type with custom tags, or weblogic w/ jdk1.3.x
              is gonna barf when parsing the tld.
              Cheers, and thank God that's behind me,
              Carson Gross
              [email protected]
              ====================================================
              "Carson Gross" <[email protected]> wrote in message
              news:[email protected]...
              The plot grows thicker...
              The tags work fine on Tomcat 3.2.2
              I deploy the example tags that came with wl60 that have more than one
              capital letter in thier attributes, and they work fine. But my tag library
              stubbornly insists on not working so long as I keep the attributes with more
              than one capital letter in. If I remove the offending attributes, or change
              them to have only one capital letter, they work, but this is not an
              acceptable solution. (I guess.)
              I even created an simple introspection class to make sure that the acutal
              methods were there. They were.
              I am at a complete loss here... I guess it's tomcat for now.
              Cheers,
              Carson Gross
              [email protected]
              "Carson Gross" <[email protected]> wrote in message
              news:[email protected]...
              All,
              OS: Windows 2000
              App Server: Weblogic 6.0 sp 2
              JDK: 1.3 (and tried 1.3.1)
              I have a set of custom tags that run fine when I use them on an app server
              (such as Enhydra) with JDK 1.2.2, but when I switch to JDK 1.3.x, which
              weblogic 6.x requires, they suddenly start generating errors with attributes
              which have capitalized letters in them. For example, in my taglib I have:
              <attribute>
              <name>closeConnection</name>
              <required>false</required>
              <rtexprvalue>true</rtexprvalue>
              </attribute>
              and in the support class I have:
              * Get the value of closeConnection.
              * @return value of closeConnection.
              public boolean getCloseConnection() {
              return closeConnection;
              * Set the value of closeConnection.
              * @param v Value to assign to closeConnection.
              public void setCloseConnection(String v) {
              if(v.toUpperCase().equals("TRUE")){
              this.closeConnection = true;
              } else {
              this.closeConnection = false;
              When I go to the page that this tag is on, I get the following output:
              Parsing of JSP File '/index.jsp' failed:
              /index.jsp(1): Error in using tag library uri='/cwerks' prefix='cwerks':
              There is no setter method for property 'closeconnection', for Tag class
              'net.cwerks.taglib.MyTag'
              probably occurred due to an error in /index.jsp line 1:
              <%@ taglib uri="/cwerks" prefix="cwerks" %>
              Thu Aug 02 19:06:52 PDT 2001
              Note that the 'closeconnection' is all lowercase despite the fact that it is
              upper case in the tld and in the class itself.
              I came across a similar problem in weblogic 5.1 when I upgraded from JDK
              1.2.2 to JDK 1.3. I tried changing the JDK for weblogic 6.0 sp 2 to 1.2.2,
              but a dll was missing. I also tried switching it to 1.3.1, but that did not
              help. It seems like introspection may have changed slightly between the two
              version. I'm shocked, and a bit suspicious, that I haven't seen this
              problem all over the newsgroups. Anyone else seen this?
              Thank you,
              Carson Gross
              [email protected]
              

  • Adobe Creative CS3 Design Premium - Problem with Photoshop CS3

    Hi,
    I have been trying to install Adobe Creative CS3 Design Premium for 2 days. The problem is when I try to install the software the Photoshop CS3 is gray out. I can install the all except the Photoshop. I have no idea what  is wrong but has failed to install photoshop cs3. Do I need to unistall the Photoshop CS2 in order to make it work. Any help will be appreciated.
    Thank you in advance.

    I have been looking at my error logs to try to see what my problem is and it only says the word error once at the bottom and I can't really tell what the error is for. It says successful on one line and then error on the next line. Is tehre anyone here that knows these logs well and can tell me what my problem is by reading my error logs?
    [       1] Tue Sep  8 11:23:16 2009  INFO
    Completing installation for payload at /Volumes/Adobe CS3 Design Premium/Adobe CS3 Design Premium/Bootstrapper.dmg
    [       1] Tue Sep  8 11:23:16 2009 DEBUG
    InstallPayload succeeded.
    [       0] Tue Sep  8 11:23:16 2009 ERROR
    Log of: object
    isRunning {string}: 0
    Log of: string
        0 {LOOP}: Reference to object up 0
    percentComplete {string}: 100
    Log of: string
        0 {string}: 1
    Log of: string
            0 {LOOP}: Reference to object up 0
        1 {string}: 0
    Log of: string
            0 {LOOP}: Reference to object up 0
        2 {string}: 0
    Log of: string
            0 {LOOP}: Reference to object up 0
    message {object}: [object Object]
    Log of: object
        code {string}: 0
    Log of: string
            0 {LOOP}: Reference to object up 0
        args {object}: [object Object]
    ---end of log

  • Dreamweaver CS3 First Run problems

    Installing Dreamweaver CS3 Saga.
    I've had some trouble and despite looking for answers and
    trying a few things I'm getting nowhere. I've included a timeline
    of events below to help explain.
    0) System: New Dell Opliplex 745 running XP Pro Sp2 and
    networked to a domain. Educational License ordered for MOPS school.
    Disk delivered.
    1) Tried installing in regular user's account. When it
    prompted for admin details, I entered them, but it didn't work.
    Insufficient rights to install, fair enough.
    2) Logged on as domain admin. Tried installing. Failed!
    Insufficient rights. Hmmm.
    3) Logged on to local computer as administrator. Installed.
    Success! However, could not find the serial number so selected
    "trial" option. All worked ok. Emailed supplier to find out why
    serial was not included with disk.
    4) Gave regular user full admin rights on computer to avoid
    future hassles.
    5) Obtained serial from supplier (it was on the invoice).
    Entered serial number while logged on as user. Dreamweaver accepted
    serial but then a blank dialog box (titled Adobe Dreamweaver CS3)
    opened over the top of the rest of Dreamweaver and froze up access
    to Dreamweaver. Can't close box, can't interact with box apart from
    moving it around over the top of DW. It doesn't count as a separate
    window in the task bar.
    6) Ended Dreamweaver process, loaded it again. Blank dialog
    box appeared yet again however Dreamweaver began some adobe
    updating. ~140mb download. Around 20mb in, some files began
    installing - so far so good. Then, adobe updater vanished and we're
    back to frozen dialog box.
    7) Restarted computer. Logged on as user again, ran
    Dreamweaver again. Frozen blank dialog box again HOWEVER I did find
    that if I was quick I could interact normally with Dreamweaver,
    open files, etc for a few seconds until dialog box kicks in. Also
    when ending the task instead of ending the process, the windows
    message says "The system cannot end this program because it is
    waiting for a response from you. To return to windows and check the
    status of the program, click cancel. If you choose to end the
    program immediately, you will lose any unsaved data. To end the
    program, click End Now." Obviously this refers to the blank dialog
    box but I can't interact with the box so I can't respond to DW.
    8) Remembering previous troubles, logged off and logged on to
    local machine as administrator. Ran Dreamweaver again. This time an
    initial dialog box asking about file associations popped up. Then,
    Adobe update began running, this time 120mb download. Once again,
    around 20mb in, some files installed and then Dreamweaver frozen
    dialog box once more is revealed. The rest of the updates are
    nowhere to be seen, adobe updater does not seem to be running any
    more.
    9) Found an issue in forums with corrupt Bonjour installation
    causing DNS trouble. Figured this might be affecting the updates,
    uninstalled the service as outlined elsewhere on this forum. Did
    not help.
    10) Decided to attempt a repair install from the disk. It
    seemed to work but then only the shared components seemed to
    install. But underneath that in the installation window, it said
    both Dreamweaver and the Shared Components failed to install. So
    did it fail or did it not fail? Your guess is as good as mine.
    11) Ran Dreamweaver again. This time, a green "scrolling
    credits" style window appeared, with "Click here to continue". Upon
    clicking, the credits window disappeared and all looked well. I
    alt-tabbed to something else but when I went back into Dreamweaver
    the blank dialog window was back again.
    I've searched the net, and scanned these forums but I am
    unable to find a similar issue or any clue as to how to proceed
    next.
    I am going to try to uninstall Dreamweaver and reinstall it
    fully, while logged on as local admin, probably I will use the CS3
    clean script that I found on the forums to make sure its all gone;
    and then I will enter the serial at the same time as installation
    to avoid ever triggering the trial installation conditions. In the
    meantime if anyone has any suggestions feel free to chip in with
    ideas.
    PS Further information which I just remembered: Internet
    access is restricted by a proxy. Adobe updater worked fine after
    giving it username and password to log on to the proxy. Perhaps
    this frozen screen is trying to access the internet?

    Further information - when I tried to uninstall I was advised
    by the uninstaller that I should deactivate CS3. But I couldn't
    find how to do that in the few seconds before everything freezes.
    I had an inspiration to pull the network plug out and sure
    enough, the frozen window became a window which reads:
    Dreamweaver is unable to connect to the internet to register
    your product. I selected "Register Never" so hopefully this will
    fix my problem!

  • Adobe Flash CS3 detected a problem and has to be closed.

    Hello,
    I'm using Flash CS3 for a month, but the problem is that
    since a week ago, flash CS3 stops working after 5 minutes of use.
    So today I've downloaded the test version (30 days) in
    another PC, but even with this other computer the software doesn't
    works and has to be closed.
    So that's not because of my computer. It's a more general
    problem.
    Did it happened to one of you? DO you know if flash CS3
    doesn't work for everyone right now?
    Do you know how to repair this kind of problem? I'm very
    desperate and I really need to use flash. I don't know what to do.
    Thank you very much

    There could be any number of items causing this. First off is do you have an active internet connection? If so have you tried rebooting you computer?

  • InDesign CS3 Swatch Palette Problem

    Hi,
    I have an issue in InDesign where the "Pantone Solid Coated" library is covering any other colour book I am trying to work with, including CMYK etc. Also I have to change a colour from Process to Spot and then back to Process again to be able to name it. I havd to re-install the Creative Suite on a different computer to the one I used before, and that's when this started. I am using CS3 Design Standard on an Intel Mac 10.4.11
    If anyone has a solution, please do let me know as i have to use the programs more than 8 hours a day!
    See attached screenshot below.
    Thanks!!

    Hi Peter,
    I did, but when I put them back I had the same swatch problem again, so will
    have to re-save the settings I'm afraid.
    Thanks!
    Make copies of the files listed inthe link and store them in a safe place.
    Next time you can just copy the backups into the real locations and you won't
    need to rebuild anything.
    >

  • DW CS3 Page Properties problem - I don't have font, repeat  options

    I have been following some online tutorials and they are also in CS3, DW but my page properties layout and options are different within the program.
    Is there something that needs updating/ downloading turning on in an advanced option? I have looked over the web and can find others with the same problem but not a solution.
    Hope you can help.
    The link below at the bottom of the page on the left has a thumb nail of the properties page which matches mine, note no repeat, font and other options are missing compared to others and I imagine yours.
    http://forums.macrumors.com/showthread.php?t=361918
    thanks

    I had the same problem although it was a previous update rather than this one that caused the problem. Just hadn't got round to doing something about it - was using Bing images instead.
    I searched for some answers this morning and seemed like most suggestions were a nuisance to try. Couldn't find 'Preferences button of HTTPS-Everywhere' as suggested above. Decided to check if No Script was blocking it. Sure enough. So problem is solved.
    Thought I'd put it out there in case it helps someone else. Appreciate that people are so helpful on here.

Maybe you are looking for

  • How to unfreeze my Ipod Touch

    I downloaded a game and now my screen is on but nothing this displayed.  So bright white.  I tried holding down the off button for up to 30 seconds and it did now power down. I am not sure how I can UnFreeze my IPOD Touch. Any suggestions welcomed. L

  • Start screen tiles go dark

    Hello Nokia/ Microsoft THIS IS A HUGE PROBLEM THAT NEEDS TO BE FIXED NOW!! I am seriously done with windows phones and I am just about done with AT&T!! I am on my 3rd Lumia 1520 in 2 months and all 3 had start screen tiles that inexplicably went blac

  • Convert MTS files for use in Final Cut Express

    Having just bought a Canon Legria HF R16 (which in America would be the Vixia) I was struggling the past hours to get my video files from the camera to my mac. Canon doesn't provide much help in this. But I finally got the files in iMovie. Is there a

  • Photoshop CC lagging - moving layers, video

    Here is my problem: https://www.youtube.com/watch?v=bCMbASsil7Y Any solutions? I need help with lagging. Moving layers with move tool (time: 1:26). Any solutions? PSD only 40MB. Not helped: - Task manager process to High - Switch off integrated video

  • One logical network per VLAN?

    I am not using network virtualization and currently using traditional VLANs. Now what I did currently is I have one logical network, one network site, and in that network site contains all my VLAN's (23 right now). What I noticed is when I create a c