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/

Similar Messages

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

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

  • Disappearing palettes in Dreamweaver CS3

    After launching Dreamweaver CS3 on my MacBook Pro in Mac OSX
    10.4.9, I discovered that my insert bar, properties palette and
    many of the other palettes had become transparent with only their
    title bars visible. Clicking inside the invisibale areas simply
    brought the desktop or whatever was visible underneath to the
    front. I searched for every forum and Google search with no luck.
    If anyone else is experiencing this, I found the solution and offer
    it here.
    There is a conflict with Unsanity's ShapeShifter interface
    customization program. When ShapeShifter is enabled, it will cause
    palettes in Dreamweaver CS3 on an Intel Mac to become transparent.
    To resolve this, go the System Preferences window and click on
    ShapeShifter. Click on the Exclude List tab, click the Add button
    and select the Adobe Dreamweaver CS3 application icon and click
    Add.
    Relaunch Dreamweaver and everything should be back to normal,
    except that the Dreamweaver interface will return to the original
    Aqua scheme.
    Apparently, this happens only in Dreamweaver CS3 and no other
    Creative Suite apps seem to be affected.

    There's another fix that saves the cosmetics at the cost of a
    little speed. Make sure Dreamweaver is closed. Select the
    Dreamweaver CS3 application, then Get Info. Check the box to run
    the program under Rosetta. Close Get Info. When you relaunch
    Dreamweaver (assuming you haven't added it to Shapeshifter's
    exclude list), it will open with the palettes showing properly and
    with the Shapeshifter theme applied.

  • 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

  • Design View Problems in Dreamweaver CS3

    Hello folks,
    I've been having design view issues in Dreamweaver CS3 on my
    Windows XP 2002 SP2 computer. When placing library items in tables,
    the library item will disappear from design view, and sometimes
    columns or rows in disappear as well. The code remains unaffected
    and the pages appear okay in all browsers, but not having preview
    working correctly is definitely a disadvantage. Has anyone else
    experienced this problem and, if so, do you know of any fixes?
    Many thanks!
    Brooke

    This is nearly diagnostic for an improperly made Library
    item.
    Do your Library items contain <html>, <head>, or
    <body> tags? Do they
    contain CSS rules?
    If not, can you show us a page that is doing this for you?
    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
    ==================
    "brookest" <[email protected]> wrote in
    message
    news:fm5h9k$4k1$[email protected]..
    > Hello folks,
    > I've been having design view issues in Dreamweaver CS3
    on my Windows XP
    > 2002
    > SP2 computer. When placing library items in tables, the
    library item will
    > disappear from design view, and sometimes columns or
    rows in disappear as
    > well. The code remains unaffected and the pages appear
    okay in all
    > browsers,
    > but not having preview working correctly is definitely a
    disadvantage. Has
    > anyone else experienced this problem and, if so, do you
    know of any fixes?
    > Many thanks!
    > Brooke
    >

  • Dreamweaver CS3 Design View Problem

    I am trying to edit a Dreamweaver site using Dreamweaver CS3 on a Windows XP workstation at work. The site structure was developed by an outside vendor and has been designed using CSS for positioning -- no tables. It is my responsibility to finish the site using template pages provided. When viewing the site in several browsers -- both Mac and PC, everything is fine. When I open the site in Dreamweaver CS3 Windows, all of the positioning is off -- the menus that should be flush left of the text colum, instead, appear at the top of the text column. This issue is repeated throughout the site. Since I am using existing pages as templates for new ones, I'm forced to make edits in code view, upload and then view in my browser. My outside vendor, so far, does not have an answer to this.
    This weekend at home, I've installed an old Dreamweaver 8 trial version on my Macintosh. I downloaded the site and everything looks fine in Design View. Any ideas? Is this a settings issue on my Windows version of Dreamweaver?  I do have the Style Rendering setting set to Screen Media type.

    Hi,
    I found this thread after searching and searching for an answer as to why my Design View in DW CS3 started disappearing (even in split view).  It will show a partial view, but never the entire view all at once, even after restarting my PC.  I have been using CS3 for a few years now and it just started having this issue.  When this issue started, nothing had changed on my computer.  There has to be a fix for this.  Why did it work fine all these years and now, no design view????

  • Drawing AP Divs..In Dreamweaver CS3..

    Hi,
    Dreamweaver CS3 Question
    Ive been trying to draw ap divs on my website and i've been having trouble.
    My main issue is when i draw the ap div it disappears after i take my finger off the mouse.
    there is no box nor selection handle left in my window.
    I've tried going through the preferences and viewing options, but nothing works.
    Is there a way to set my preferences back to default?
    any suggestions would be greatly appreciated

    on a blank page in layout mode,
    Thank you.  You cannot draw a/p divs in Layout mode.  You shouldn't even be in Layout mode anyhow.
    In my opinion, there are three serious problems with Layout Mode -
    1.  Perhaps most importantly, it sits between you and *real* HTML tables,
    and fools you into believing that concepts like "layout cell" and
    "autostretch" really mean something.  They do not.  As long as you use
    Layout Mode, you'll never learn one of the most important things for new web
    developers - how to build solid and reliable tables.
    2.  Actually, #1 wouldn't be *so* bad, except that the code that is written
    by Layout Mode is really poor code.  For example, a layout table contains
    MANY empty rows of cells.  This can contribute to a table's instability.
    In addition, if your initial positioning of the table's cells is a bit complex,
    Layout Mode will throw in col- and rowspans aplenty as it merges and splits
    cells willy-nillly to achieve the pixel-perfect layout you have specified.  Again,
    this is an extremely poor method for building stable tables, because it allows
    changes in one tiny cell's shape (i.e, dimensions) to ripple through the rest
    of the table, usually with unexpected and sometimes disastrous consequences.
    This is one of the primary reasons for the final result's fragility - read this -
    http://apptools.com/rants/spans.php
    3.  The UI for Layout Mode is beyond confusing - many options that you might
    want to use are inaccessible, e.g., inserting another table, or layer onto the page.
    I can understand the new user's desire to use this tool to make their life easier,
    but the cost is just too heavy in my opinion.  Adobe agrees.  Layout mode is gone forever beginning with CS4.
    To make good tables, keep it simple.  Put a table on the page, and begin to
    load your content.  If you would want a different table layout, instead of
    merging or splitting cells, consider stacking tables or nesting simple
    tables instead, respectively.
    And above all, do not try to build the whole page with a single table!

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

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

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

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

  • Centering a flash movie within Dreamweaver cs3 on Y axis

    I have published a movie in Flash cs3 which has generated an html document however the Flash movie is not automatically centered I have attempted to centrally align the movie within Dreamweaver cs3 by adding:
    <center> after the opening body tag and </center> befor the closing body tag
    This method has centered on the X axis but not the Y axis
    I would have put in a table or a div tag, but when I open the html doc in Dreamweaver I have no visible repressentation of the Flash movie in the design view as I would have if I had created an html document from scratch and draged the movie onto the page, all I can see is the "get flash" hypertext and some other text. I did actually experiment by creating a div tag and dragged my movie into it but ended up with two movies one sitting on top of the other when I ran it in a browser lol.  I'm quite intimdated by code and much prefer to work in the design view (wysiwyg and all that) which is quite restricting.
    Any advice for centering on the Y axis would be much apreciated, Thanks in advance, Dave

    I don't believe there is code to prevent this from happening
    on a client computer. The default is enabled my Microsoft, what
    should happen is a yellow bar should appear at the top of the
    browser which will allow you view the content.
    What might work is to use a program called Zinc by a company
    call Multidmedia Limited www.multidmedia.com. Search the site for
    samples, one of the samples is a Flash Browser this will run Flash
    a browser that you can use. You will need to change the URL a bit
    in the Flash code but it's very clear on how to do this.
    What this will do is run your web site in a Flash browser I
    did a quick test and I did not get any errors. The program will
    create an EXE file. I also believe they have a MAC version if you
    need one. With a simple "Autorun" call on the CD-ROM you could have
    this up and running in not time.
    Just be careful of how you call the pages. Since the web site
    is not running from a Web server you need to make sure that your
    links are local and not Site Root. The best way to test is to
    disconnect your computer from your internet and see how it runs.
    You want the CD to be self-contained and not have to get content
    from the web (your end user may be on a laptop and not connected).
    Good Luck

  • Problems occuring in dreamweaver cs3 when inputing text/images

    Hi All
    I am having troubles with my version of Adobe dreamweaver cs3. I am creating a newsletter and have my stemplate all layed out, but everytime i go to paste text from a word doc my table goes wrong. My pixle width is 650 it then increases when adding the information. I have also been having trouble with inserting pictures, i want some aligned left and some right. Everything is ok on screen in dreamweaver but when i go to view it on the web the pictures do not align the way i want them to. The colums also have a mind of there own and seem to constantly need me to retype their width value.
    My newsletter is not too straight forward but i would have thought that dreamweaver would be able to cope with the way i have set it up. Because i studied the graphic side of design instead of the web side I have never been tought how to use dreamweaver in depth and have just picked it up myself.
    Is there a setting somewhere that i have missed that might be causing it to do these things?
    I hope someone can help me i have been struggling with this for months

    ogre11 wrote:
    > on some scripts dreamweaver crashes when I select any
    amount of text in the code window. Any ideas on a cause?
    Try this:
    http://www.adobe.com/go/kb402776
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

Maybe you are looking for