Table Height in Dreamweaver CS3

Why is it that I'm unable to make my table height stretch to
fit the browser? I never had this problem when I used FrontPage. Is
there some code I need to add by hand to make it work? I've
double-checked the table height and cell height and they are both
at 100%.
Thanks in advance!

> Why is it that I'm unable to make my table height
stretch to fit the
> browser? I
Table height is invalid HTML. DW likes to work with valid
HTML. To make
sure that your page validates, DW adds a valid and complete
doctype to each
new page you create. When a browser sees a page with a valid
and complete
doctype, it renders the page in Standards mode, ignoring any
invalid HTML it
encounters. Thus DW pages will result in your table heights
being ignored
in the browser. FP had no sense of this detail, and threw
invalid code out
like a Pez dispenser, hence your invalid construction seemed
to work.
If you really need to do stuff like this, read here -
http://www.apptools.com/examples/tableheight.php
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
==================
"Mr. Angier" <[email protected]> wrote in
message
news:fnogrp$cv0$[email protected]..
> Why is it that I'm unable to make my table height
stretch to fit the
> browser? I
> never had this problem when I used FrontPage. Is there
some code I need
> to add
> by hand to make it work? I've double-checked the table
height and cell
> height
> and they are both at 100%.
>
> Thanks in advance!
>

Similar Messages

  • Table Disappears in Dreamweaver CS3

    I am trying to update some pages that I did not create and
    that were not created in Dreamweaver. When I open the page in DW,
    the table with the text does not show up. Everything works fine
    when viewing in IE.
    This is the page:
    http://vzoners.com/secondkingdom/sktravelersfaire/friday.html
    This is what I get when I open it in Dreamweaver CS3:
    DW PIC
    I really would rather be able to update in Design view, so if
    anyone can help I'd really appreciate it.
    Thanks!
    Debbie

    > When I open the page in DW, the table with the text
    > does not show up.
    look in code view in dw.
    see all the yellow highlighted tags?
    start here around line 113
    <tr>
    <th align="center">Time</td>
    <th align="center">Game</td>
    <th align="center">Host</td>
    <th align="center">Locale</td></tr>
    change to:
    <tr>
    <th align="center">Time</th>
    <th align="center">Game</th>
    <th align="center">Host</th>
    <th align="center">Locale</th></tr>
    around line 135, same issue. wrong closing tag.
    keep going- after fixing the wrong closing tags, click back
    in design view,
    then look back in code view to find the next set of
    improperly closed tags.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Seeking Table alignment advice, Dreamweaver CS3

    Hello,
    Being extremely new to Dreamweaver, I am having trouble resolving an alignment dilemma and hope someone can help.
    I am working on a page wherein I have placed a table with one row and two columns. In the lefthand column I have the title graphic for the page, and in the righthand column have added a "table within a table" where I plan to place a number of images to be viewed by scrolling down the page.
    Would like the title graphic in left-hand column to stay aligned to the top of the page, but each time I add more images to the right-hand column, my title graphic in left-hand column automatically moves down. I would like to keep it static at the top of the page. (hopefully I am being clear enough explaining this).
    Code is as follows:
    <p> </p>
    <table width="936" border="0" align="center" cellpadding="25" cellspacing="25">
      <tr>
        <td width="209"><img src="Images/Portfolio Page/Brochures/brochures.jpg" alt="brochures" width="230" height="388" align="top" /></td>
        <td width="552" valign="top"><table width="450" border="0" cellspacing="5" cellpadding="5">
          <tr>
            <td><img src="Images/Portfolio Page/Brochures/wawauditionapp.gif" alt="sf ethnic dance festival audition application" width="700" height="446" /></td>
          </tr>
          <tr>
            <td><img src="Images/Portfolio Page/Brochures/restaurantinvite.gif" alt="restaurant invite" width="558" height="391" /></td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
          </tr>
        </table>     
    Any insight would be very much appreciated.
    Thanks in advance,
    Tania

    There are two ways to close (some types of) tags.
    Meta tags in your head for example <meta name="description" content="whatever" />  is a self closing tag.
    Images: <img src="picture.gif" alt="picture" width="360px" height="240px" />  is a self closing tag
    <tr>
        <td>content goes here</td>
    </tr>
    is an example of a manually closed tag set <tr> </tr> and <td> </td>
    If your tag has "/>" at the end of it it doesn't need "</tag>" afterward.
    Headings, paragraphs, and table cells usually aren't self closing.
    When you get your page online, run ti through XHTML validation at http://validator.w3.org/ and you'll see if it is valid.
    Meantime, you can run Commands>Clean up XHTML from your toolbar and it will remove redundant tags, then give you a report of what if cleaned up.

  • Table Height Missing in DW CS3?

    I just upgraded from DW8 to CS3. The Properties panel is
    missing the table height fields. I see width, but where height is
    supposed to be is blank...
    I tried searching for "table" in help and couldn't find an
    answer. Any help would be greatly appreciated!
    Thanks
    Jose

    In response to the web community at large, each new version
    of DW is moving
    more and more in the direction of producing so-called valid
    code and
    formatting pages exclusively via CSS.
    "height" has never been a valid attribute of the HTML
    <table> tag, even
    though some browsers have honoured it, so it has finally been
    removed from
    the DW interface.
    http://www.w3.org/TR/html401/struct/tables.html#h-11.2.1
    See
    http://www.apptools.com/examples/tableheight.php
    Also, FYI, here's an example of formatting a table-based
    layout with CSS:
    http://www.projectseven.com/tutorials/css/css_td/index.htm
    In any case, it's good practice on the web to allow your
    tables to collapse
    to suit their content.
    Regards
    John Waller

  • Invisible Tables In Dreamweaver CS3

    Hello – I’m having a problem accessing the proper table in Dreamweaver CS3. In the past I never had a problem with this now all of a sudden I cannot figure out what I did to change this setting. I want my tables without borders, which I have achieved by setting it to zero border… however it now completely disappears from the page while I’m working on it and I have nothing to define my table. In the past when working with zero borders it would still define the structure of the table but wouldn’t appear when published on the web. I went into view / visual aids / and checked table borders and still nothing. How can I view my table boundaries while working with no border? For years I had no problem with this and now I’m really puzzled as to what I have done to change the setting. Please, if anyone can help I’d appreciate it.

    Even with a black background, you should be able to see the dotted lines surrounding a table.
    I just tested with a black background with  Visual Aids> table borders turned on and could see the outline, and then turned the borders off, and then I certainly couldn't  a thing  :-) 
    Sounds like something's broken in DW...if DW starts to act a bit weird-  this frequently means you may have a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.   
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ
    Hopefully this will fix the problem for you.

  • Help inserting js into dreamweaver cs3

    I have been using MS Publisher (yeah I know) to design my web pages but now I am slowly learning Dreamweaver CS3. I am redoing a site within which I have used some forms created with Coffeecup Webform Bilder. It took me a bit to figure out how to insert the js code in DW but I got it working.  However, the next day when I went to create another page with another CCWFB form I followed the same steps and the form would not work. THEN I went and checked the form from the day before and it was no longer working. I keep seeing "FORM OBJECT" rather than the form. Please help!
    This is a Linux server.
    Here is what I have done.
    Uploaded all supporting files with CCWFB to the same folder that the web page is located. Also used DW to upload the files just on a lark and no joy.
    Double and triple and quadruple checked that the files were in the correct directory. Even loaded them in to other directories just reaching for a solution. No joy.  Also tried testing locally with all supporting files in the same local directory with the same "FORM OBJECT" result.
    Inserted the code below that was created with CCWFB into DW via the insert script option.
    <script type="text/javascript" src="swfobject.js"></script><div id="CC6725558">Form Object</div><script type="text/javascript">var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6725558");</script>
    Created a CSS that positions the object at the bottom of the page. I have eliminated this step in previous attempts with the same results. Not sure why it would matter really but I have been grasping at straws for two days now.
    As mentioned the results are that I get "FORM OBJECT" on the web page rather than the form. It acts like the files are not where they should be. I must be doing something stupid and just don't remember really how I had it working.
    The page is www.mdperfusion.com/joinmsps.html
    The script is in the code and the form should be at the bottom of the page.
    On another odd note, when I insert PayPal code using noscript it works locally but not when on the server????  Could there be a common factor...other than then noob user ... in these two problems.  Everything elese works perfectly.
    Thank you for your help in advance!
    Jim

    So here is my code for the page.  Maybe this would help determine why the form is not showing.  The script code is at the bottom of the page.
    Thanks again for looking.
    Jim
    <HEAD><TITLE>MSPS - Join The MSPS</TITLE>
    <META content="text/html; charset=utf-8" http-equiv=Content-Type>
    <STYLE type=text/css>
    <!--
    #apDiv2 {
    position:absolute;
    left:0px;
    top:150px;
    width:175px;
    height:1000px;
    z-index:-2;
    background-color: #FDD501;
    text-align: right;
    vertical-align: baseline;
    #apDiv3 {
    position:absolute;
    left:175px;
    top:100px;
    width:100px;
    height:100px;
    z-index:-2;
    #apDiv9 {
    position:absolute;
    left:275px;
    top:32px;
    width:550px;
    height:32px;
    z-index:0;
    font-family: "Courier New", Courier, monospace;
    font-size: 24px;
    text-align: left;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    #apDiv10 {
    position:absolute;
    left:190px;
    top:0px;
    width:760px;
    height:100px;
    z-index:-2;
    #CC6213867 {
    position: absolute;
    left: 200px;
    top: 650px;
    #apDiv11 {
    position:absolute;
    left:250px;
    top:30px;
    width:600px;
    height:35px;
    z-index:-1;
    #apDiv12 {
    position:absolute;
    left:220px;
    top:128px;
    width:615px;
    height:55px;
    z-index:1;
    font-family: "Courier New", Courier, monospace;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    padding-left: 10px;
    #Table1tdrightcellpad5px {
    padding-right: 5px;
    body,td,th {
    font-family: Trebuchet MS;
    color: #000000;
    a:link {
    color: #EB1E25;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #EB1E25;
    #Menu {
    border-top-width: medium;
    border-top-style: none;
    top: 200px;
    position: absolute;
    left: 16px;
    width: 159px;
    #Menutd {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    a:hover {
    text-decoration: none;
    color: #000000;
    a:active {
    text-decoration: none;
    body {
    margin-left: 0px;
    margin-top: 0px;
    #Table1td {
    border-left-width: medium;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 5px;
    #Table1 {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    position: absolute;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    left: 200px;
    top: 200px;
    width: 625px;
    height: 400px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #000000;
    text-align: justify;
    -->
    </STYLE>
    </HEAD>
    <BODY>
    <DIV id=apDiv2></DIV>
    <DIV id=apDiv3><IMG src="leftcornercircle.jpg" width=100 height=100></DIV>
    <DIV id=apDiv4><IMG src="mspslogoyellowcoloredit.jpg" width=192 height=150></DIV>
    <DIV id=apDiv10><IMG src="headergradient.jpg" width=760 height=100></DIV>
    <DIV id=apDiv11><IMG src="redheader.png" width=600 height=35></DIV>
    <DIV id=apDiv9>Maryland State Perfusion Society</DIV>
    <DIV id=apDiv12>Join The MSPS</DIV>
    <TABLE id=Table1 border=0 cellSpacing=2 cellPadding=0 width=100>
    <TBODY>
    <TR>
    <TD height=20 width=439> </TD>
    <TD vAlign=top width=180> </TD></TR>
    <TR>
    <TD id=Table1tdrightcellpad5px height=353 vAlign=top>
    <P><SPAN lang=en-US xml:lang="en-US">If you are interested in joining the Maryland State Perfusion Society please complete the form at the bottom of the page or click </SPAN><A href="/files/MSPSMembershipApplication.pdf"><SPAN lang=en-US xml:lang="en-US">here</SPAN></A><SPAN lang=en-US xml:lang="en-US"> for a printable version of the application. After submitting the electronic form you have the option of paying your membership dues via PayPal or sending a check or money order to our address.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Active Membership:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists working in the state of Maryland.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full member with voting privileges.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Sustaining Member: </SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists not working in Maryland or any other person with interest in the MSPS.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full membership privileges with the exception of voting.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">First Year Lock:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- If you join the MSPS during the calendar year of 2009 or before, you will receive a discount for the life of your membership.</SPAN></P>
    <P><BR><SPAN lang=en-US xml:lang="en-US">Any dues paid in the calendar year 2008 will be applied to 2009.</SPAN></P></TD>
    <TD id=Table1td vAlign=top>
    <P><A href="/files/Bylaws.pdf"><SPAN lang=en-US xml:lang="en-US">Bylaws</SPAN></A><BR><A href="/files/ArticleofIncorporation.pdf"><SPAN lang=en-US xml:lang="en-US">Articles of Incorporation</SPAN></A></P></TD></TR>
    <TR>
    <TD vAlign=top> </TD>
    <TD vAlign=top> </TD></TR></TBODY></TABLE>
    <TABLE id=Menu border=0 cellSpacing=0 cellPadding=0 width=169 height=170 name="links">
    <TBODY>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/index.html">Home</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/memberssection.html">Members Section</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/eventscalendar.html">Events Calendar</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/joinmsps.html">Join MSPS</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/licensure.html">Licensure</A></TD></TR></TBODY></TABLE>
    <SCRIPT type=text/javascript>
    <script type="text/javascript" src="swfobject.js"></SCRIPT>
    <DIV id=CC6213867>Form Object</DIV>
    <SCRIPT type=text/javascript>var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6213867");</SCRIPT>
    </BODY>

  • 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

  • Cannot see web photo gallery in design in dreamweaver cs3

    have made web photo gallery in PS- opens in browser- opens in
    dreamweaver cs3- I can see the code all OK can view again in
    browser--But I cannot see the thumbnails or tables-yet I know its
    there hidden?--How can I make it all visible

    Cindy:
    If you dig really deeply (10 levels down!) in your Library folder you will find the templates for the new Bridge Galleries. You can also use the Lightroom templates in Bridge CS4.
    Library/Applications Support/Adobe/Bridge CS4 Extensions/Adobe output Module/mediagallery/resources/templates/07lightroomgallery/styles
    I duplicated one of the enclosed Styles and dragged it to the Desktop;
    opened it in GoLive (because I like the way that GL displays html code although any text editor will do);
    edited the code to give me the background colors, text and image frames that I wanted; and Saved the file with a new but similar name (starting with next two digits in the series and with the .xml suffix) in the same location as the original.
    And it works!
    You may be able to put your existing templates in the appropriate areas.
    Or, you could install the Optional Plug-ins which let you use the Photoshop/File/Automate
    web galleries and put your old templates wherever you kept them for CS3.
    WARNING:
    You should be perfectly safe doing this but if you screw-up CS4 and have to re-install it I accept no responsibility!!!!!!!

  • Errors when trying to INSERT Dreamweaver CS3 ASP scripts into MySql

    Greetings everyone,
    I am hoping that someone can shed some light on an issue I have not been able to solve in the last few days. I have a website that I had built using Ultradev, then MX then CS3, using the default ASP scripts in dreamweaver and an odbc connection to an Access Database. Everything had been working fine for the last couple of years until recently where more people were visiting my site which resulted in the slowness because i was using access. I decided to move to a MySql database and that is when I ran into issues. I was able to solve most everything accept for one issue I am having. I was hoping it would be an easy transition by changing the ODBC connections but it has not been that easy. Any page I have with an INSERT command using the default Dreamweaver CS3 ASP script results in an error. Now I can query and delete and search with no problem...it is just the INSERT that is giving me issues. Here is just a general insertion script that CS3 does by default....
    <%
    If (CStr(Request("MM_insert")) = "form1")Then
    If (Not MM_abortEdit) Then
    ' execute the insert
    Dim MM_editCmd
    Set MM_editCmd = Server.CreateObject ("ADODB.Command")
    MM_editCmd.ActiveConnection = MM_adsdata_STRING
    MM_editCmd.CommandText = "INSERT INTO commenthot (yeshot, userhot) VALUES (?, ?)"
    MM_editCmd.Prepared = true
    MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param1", 202, 2, 3, Request.Form("yeshotf")) ' adVarWChar
    MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param2", 202, 3, 30, Request.Form("useridf")) ' adVarWChar
    MM_editCmd.Execute
    MM_editCmd.ActiveConnection.Close
    End If
    End If
    %>
    When I click to submit...the error i run into is...
    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
    [MySQL][ODBC 3.51 Driver][mysqld-5.0.67-community-nt-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' mel)' at line 1
    /fr/members/sexyoupasvote.asp, line 28
    ....Line 28 is the MM_editCmd.Execute. I notice if I put a single quotes around the ? next the the VALUE like this ('?', '?')...it does go through and the ? shows up in both fields as the data.
    ....If i put a single back quote around the column names like this (`yeshot`, `userhot`) VALUES (?, ?) I get this error and nothing gets inserted into the MySql.
    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
    [MySQL][ODBC 3.51 Driver][mysqld-5.0.67-community-nt-log]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' mel)' at line 1
    /fr/members/sexyoupasvote.asp, line 28
    ...by seeing 'mel)' show up, I know it is at least passing the data to that field.
    ....when I do (`yeshot`, `userhot`) VALUES ('?', '?')...
    it goes through and inserts ? ...instead of the real data I want to use...in this case ...the number 1 and Mel.
    ...if I do (yeshot, userhot) VALUES (?, '?')...
    I get this error...
    Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
    Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
    /fr/members/sexyoupasvote.asp, line 28
    ....any idea what to modify to make it insert the corect data? Has anyone experienced this? If I can get this fixed with just this page I can probablly fix the other pages that have teh same issue.  Is there a special setting on the MySql that I should know about to allow data to be inserted? Any help would GREATLY appreciated!
    Thank you!

    Thanks for your reply!
    When it was in Access...the datatype was Text. I used a 3rd party software to convert Assess directly to my hosting MySql server. When I logged in to see the table in MySql, it is set to Varchar(3) for yeshot and Varchar(30) for userhot. There is also an extra field I used for the KEY called commentID which is set to int(11) and it is autonumbered. Under the Collation i have utf8_general_ci set on the yeshot and userhot field. Null is No on both and the Default is set to None and all 3 fields.
    I have a form I am collecting that data from which is:
    <% If (langname.Fields.Item("langname").Value)="FR" Then
             response.write("OUI!")
             else
             response.write("YES!")
             End if %>
    <input name="yeshotf" type="radio" id="yeshotf" value="1" checked>                           
                                <span class="style10">
                                <input name="submit" type="submit" id="submit" value="VOTE!">
                                </span> -
    <input name="yeshotf" type="radio" id="yeshotf" value="2">
                                <% If (langname.Fields.Item("langname").Value)="FR" Then
             response.write("NON!")
             else
             response.write("NO!")
             End if %>
                                <input name="useridf" type="hidden" id="useridf" value="<%=(hotornot.Fields.Item("membername").Value)%>">
                                <input type="hidden" name="MM_insert" value="form1">
                              <input type="hidden" name="hdwfail" id="hdwfail" value="sexyoupasvote.asp?langname=<%=(langname.Fields.Item("langname").Value)%>&membernam e=<%=(hotornot.Fields.Item("membername").Value)%>&hdwmsg=invalid">
    </form>
    ....the form has 2 radio button and 1 hidden field where I collect the username. The radio value should either be a 1 or a 2 depending on the selection by the user. I also have a captha on the form but that does not seem the cause any problem since I am not collecting any data from it. Does this help? I left the yeshot field as Text but I can change that to Numeric data... again thanks for your assistance in helping me try to figure this out.
    ...The message I am getting now is:
    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
    [MySQL][ODBC 3.51 Driver][mysqld-5.0.67-community-nt-log]Unknown column 'Babe1' in 'field list'
    /fr/members/sexyoupasvote.asp, line 28
    ....with this setting:
    <%
    If (CStr(Request("MM_insert")) = "form1") Then
      If (Not MM_abortEdit) Then
        ' execute the insert
        Dim MM_editCmd
        Set MM_editCmd = Server.CreateObject ("ADODB.Command")
        MM_editCmd.ActiveConnection = MM_adsdata_STRING
        MM_editCmd.CommandText = "INSERT INTO dsnrenms.commenthot (yeshot, userhot) VALUES (?, ?)"
        MM_editCmd.Prepared = true
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param1", 202, 1, 3, Request.Form("yeshotf")) ' adVarWChar
        MM_editCmd.Parameters.Append MM_editCmd.CreateParameter("param2", 202, 1, 30, Request.Form("useridf")) ' adVarWChar
        MM_editCmd.Execute
        MM_editCmd.ActiveConnection.Close
      End If
    End If
    %>

  • Remote Rollover in Dreamweaver CS3

    I want to do something like the effect achieved with the "who" and "why" buttons on this site - http://voicubojan.com/. I'm not sure what to call this to know how to search for how to do it. I have Dreamweaver CS3 and WindowsXP. Thanks for any help.
    Sharon

    It's often called a Disjointed Rollover.
    You can see from View Source in a browser that the example in the link is actually toggling the CSS class in the sidebar from display:block (visible) to display:none (hidden)
    <script>
      $(document).ready(function() {
       $('#content').css('min-height', $(window).height() - 207);
       $('#whoLink').click(function () {
        $('#who').css('display', 'block');
        $('#why').css('display', 'none');
       $('#whyLink').click(function () {
        $('#why').css('display', 'block');
        $('#who').css('display', 'none');
    </script>
    In the Dreamweaver Behaviors panel, (Window > Behaviors), you could also explore "Set Text of Container"

  • Links Problem in Dreamweaver CS3 !

    I recently reinstalled my Dreamweaver CS3. Now everytime i save a file, it saves the whole directory path with the file name. So when i opened my index page and saved it with some changes, all my css tables have been lost. and all the links in the file are relative to my system directory.
    BEFORE, it was index.html
    AFTER SAVE, it is "C:\Documents and Settings\Idiot User\index.html"
    this has happened to EACH link that i used in my page, so even the css stylesheet is not working.
    the entire website appears perfectly in Dreamweaver, but when i upload the files to my webspace, the links link to "file:///C|/Documents%20and%20Settings/Delvin/My%20Documents/CBPC%20Website/sermons.html" , for example.
    also when i change the links, image locations to the File-only, and remove the directory bit, the images disappear in dreamweaver.
    Everything was working perfectly, until i re-installed the program. Can anyone suggest a way in which every file and every link is synced; so it is what it says it is WYSIWYG !

    i do NOT think that it is a helpful answer .
    You may not think so, but it sounds like a very plausible explanation and a mighty good place to start looking.
    In your site definition settings, are your links relative to Document or Site Root?
    Which operating system are you using?
    Did you get all the latest updates for CS3 since re-installing?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Spry Accordian in Dreamweaver CS3

    I am using Spry Widgets in Dreamweaver CS3. However,
    everytime I insert the spry accordion - it doesn't work right if
    too much text is in one of the tabs. For Example: I have 3 tabs in
    the Accordion. Everything works well as it should if there is just
    a little text without a scroll bar. However, when there is a scroll
    bar in the Accordion - it doesn't work right. The panels do not
    minimize, all the panels are open. When I click on one panel, it
    doesn't do what is is suppose to.
    Did I do something wrong here? I don't think I did.

    Without seeing your page (code) I am guesing what your
    peoblem is, but try this.
    Check you have the SpryAssets folder and js content correctly
    referenced between page and external folder. Check that your js
    script, which should be the last script tag set before the closing
    body tag is in place on the page containing the accordion.
    Also, you can change the accordion panel behavior to a
    flexible height, which contains all content, and removes the
    vertical scroll bar. You need to edit the CSS and add a new
    property to the accordion object when it is initialized. Find the
    .AccordionPanelContent CSS class and delete the height property;
    change the overflow property to hidden.
    Next tell the Accordion object to use flexible height by
    going to the bottom of the page and finding the code that has
    (something like: var Accordion1 =
    Spry.Widget.Accordion("Accordion1"); in the code. Add
    useFixedPanelHeights:False to the constructor function so it looks
    like this:
    var Accordion1 = Spry.Widget.Accordion("Accordion1",
    {useFixedPanelHeights:False} );
    That should remove the scroll bars.

  • CMD+ shortcuts not working in Dreamweaver CS3

    I'm have a very strange issue with CMD+ keyboard shortcuts
    not working in Dreamweaver CS3 on OSX 10.5. These actions are
    working from the menus (i.e., copy, cut, paste, etc.). CMD+
    shortcuts work in other CS3 apps. I've searched this forum and
    googled up and down and found some references to issues like this
    with Dreamweaver 8, but nothing for CS3.
    Has anyone experienced this problem? I'm completely stumped.
    Lawrence

    My concern wasn't with the navbar, but thanks for the headsup.
    The problem is that the link in the upper left hand corner, Suzie's Story, is a rollover image but it does not reveal the other image when the cursor goes over it.
                            <div id="topTabs1">
       <div align="center"><a href="http://www.google.com" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('suzie','','Images/Suzie's Story Tab_light.jpg',1)"><img src="Images/Suzie's Story Tab_black.jpg" alt="suzie" name="suzie" width="75" height="45" border="0" id="suzie" /></a></div>
             </div>
    #topTabs1 {
    width: 75px;
    height: 45px;
    float: left;
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px

  • Resizing FLV files in Dreamweaver CS3

    Hello,
    I am adding videos to my websites' "videos main page", and these extra videos are going to be added to the videos currently in the flash player. I have already copied the jpg preview picture files and the flv video files into my website directory. To contain the extra data, I have already added the appropriate number of <li>'s to the index.html file of the videos folder. For each new video I have also added an <img src="...."> line to the images.xml file. The images.xml file has information regarding the id, location etc..of every video in general. It is shown below.
    images.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <gallery>
         <album id="videos" title="CBET Videos" description="CBET Video Gallery"
         lgPath="video_gallery/album1/videos/">
              <img src="2g_robotics.flv" id="2g_robotics" vidpreview="video_gallery/album1/videos/2g_robotics_preview.jpg" caption="2G Robotics"/>
              <img src="clearpath.flv" id="clearpath" vidpreview="video_gallery/album1/videos/clearpath_preview.jpg" caption="Clearpath"/>
              <img src="medshare.flv" id="medshare" vidpreview="video_gallery/album1/videos/medshare_preview.jpg" caption="Medshare"/>
              <img src="nalion.flv" id="nalion" vidpreview="video_gallery/album1/videos/nalion_preview.jpg" caption="Nalion"/>
              <img src="mbetcommercial.flv" id="mbetcommercial" vidpreview="video_gallery/album1/videos/mbet_commercial.jpg" caption="MBET Commercial"/>
              <img src="ocecbetcommercial.flv" id="ocecbetcommercial" vidpreview="video_gallery/album1/videos/oce_cbet_commercial.jpg" caption="OCE CBET Commercial"/>
              <img src="bostontrip08.flv" id="bostontrip08" vidpreview="video_gallery/album1/videos/boston_trip_08.jpg" caption="Boston Trip 2008"/>
         </album>
    </gallery>
    The only issue that I have, is that the videos themselves display in the player at a much smaller size, than the container size. I bet you could fit a three by three array of videos in my flash player. The first four img src lines are the videos that play at the correct size, and fill the flash player container, whereas the last three img src lines (the ones I added) are the videos that do not display at a correct size.
    Is there any way that I can resize the flv files so that they fill the container within the flash player in Dreamweaver CS3? I primarily assumed that one can simply change the pixel dimensions (width and height) properties of the flv file itself, but apparently this is an issue regarding formatting in Dreamweaver. Online I found that one can specify pixel dimensions in the images.xml file. Does anybody have any ideas? Its probably an easy thing.
    Thanks to everyone for coping with these details, and any help would be appreciated greatly.
    kind regards,
    Mr.V

    Hi
    There are a number of ways you may do this, the first would be to use the scale parameter for the flash player content, but the problem you will find is maintaining the aspect ratio and if your flv's are smaller the degradation in the quality when 'enlarging', see - http://kb2.adobe.com/cps/141/tn_14149.html.
    The second way would be to use a combination of actionscript and javascript to proportionally 'enlarge' the flv, again the above problems apply.
    Finally you could change the size of the flash player to fit your 'new' flv using javascript, but this method would in all probability present layout problems for your user, a small change would be o/k, but the size of change you are talking about would not. The design would have to incorporate a fixed size div for the flash player, and resizing the player would leave a large amount of white space.
    It is possible to do this using a liquid layout, but again this would cause problems with page rendering.
    PZ

  • Dreamweaver CS3 Not Displaying Some Images

    Hi,
    About a week ago, certain images that have always displayed
    correctly within Dreamweaver started appearing as the "broken page"
    icon. A table background image I just created today decided it was
    going to act up as well. These images display fine in all the
    browsers, and the web pages I'm designing look right. But not being
    able to see these images within Dreamweaver makes designing very
    difficult. Any ideas?
    I am using Dreamweaver CS3 on a Mac Pro at work.
    Josh

    Looks like my message got lost. Would really appreciate some
    help on this as I have to use this software every day. Thank
    you.

Maybe you are looking for