Problems controlling divs with dreamweaver cs4

Hi all, so I have been hard coding my website and have had great success with the layout and everything.  I am having trouble with dreamweaver cs4, does anyone know if cs4 is compatible with html5?  My silicone cupcake liners website looks great but a nice transition to dreamweaver would save a lot of work.

DWCS4 won't be able to correctly read the html5 semantic tags like <nav><aside> or <header> while in Live View. The built in version of the quasi-webkit browser is just too old.
Design View will work for the most part, but does get confused by certain things within HTML5 specific tags, so that will look even more broken than normal.
It also will not automatically generate any HTML5 specific code, there are no HTML5 menu options and there is no update to make it do that.
The program itself is no longer supported by Adobe, being the 5th version removed from "current"...
DWCC
DWCS6 Cloud
DWCS6 Disk
DWCS5.5
DWCS5
DWCS4

Similar Messages

  • Synchronize problem with Dreamweaver CS4

    Hi all,
    I was wondering whether any of you can offer any advice or help with a problem I have with Dreamweaver CS4. 
    The problem is regarding the Synchronize feature within Dreamweaver, for example after I have made a change to a web page and want to upload this to the internet, the software detects what files have changed which is fine but against the file it has the word and symbol called "Resolve" and this is where I am stuck because I cannot click on the Resolve button to change it to "Put" because the icon is grey so therfore I am unable to upload any changes to any websites. 
    If anybody can help me then it would be very much appreciated. 
    Cheers 
    Daniel

    Hi Hans- G    
    Many Thanks for this. I will go and have a look. It is strange as I have never experienced this problem before.
    Cheers
    Daniel

  • What's up with DreamWeaver CS4?

    D/W tells me it can't find the root folder so I go to "mangae sites", then edit, and show it where the site is located on my desktop, and I get this error message.
    Then when I try to upload a file to my website I get this error message.
    And yes I'd buy CS6 if I could afford it, who wouldn't. But $50 bucks a month is not something I can afford right now.
    And it happens over and over again. I won't allow me to fix it. Even after many attempts. Has anybody an answer to this problem. Oh, and I'm using CS4 with Mac OS X version 10.9. I've been using this for years and have never had a problem till I bought a new MacBook Pro.
    Thanks for your help, before the fact.

    Thanks but I¹ve done that and it just keeps asking me to click on ³manage
    site² and do it over and over again. I¹m wondering if perhaps when I bought
    this new computer, and the had me change my user name on the computer by
    putting a ³1² after it, if somehow that screwed the whole thing up and it
    can no longer recognize any of it as a result?
    11/21/13, 10:48 PM   Ben Pleysier
    Re: What's up with DreamWeaver CS4?
    created by Ben Pleysier <http://forums.adobe.com/people/Ben+Pleysier>  in
    Dreamweaver support forum - View the full discussion
    <http://forums.adobe.com/message/5864704#5864704>
    I think that the error message is quite clear, there is a problem with the
    mentioned page. Try renaming the document and see what happens.
    Please note that the Adobe Forums do not accept email attachments. If you want
    to embed a screen image in your message please visit the thread in the forum
    to embed the image at http://forums.adobe.com/message/5864704#5864704 Replies
    to this message go to everyone subscribed to this thread, not directly to the
    person who posted the message. To post a reply, either reply to this email or
    visit the message page: http://forums.adobe.com/message/5864704#5864704 To
    unsubscribe from this thread, please visit the message page at
    http://forums.adobe.com/message/5864704#5864704. In the Actions box on the
    right, click the Stop Email Notifications link.  Start a new discussion in
    Dreamweaver support forum at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerTy
    pe=14&container=2240>  For more information about maintaining your forum email
    notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Shift+i issue with Dreamweaver CS4

    Hi,
    i have an issue with Dreamweaver CS4 when I press shift+i the behavior is similar as cmd+v (a paste action). I checked the keyboard shortcut, but no action set for shift+i .. i don't understand.
    Please may you help me!?
    thanks
    bye
    Max

    Another place you can ask is in the forums for dreamweaver:
    http://www.adobe.com/support/forums/

  • Can you create HTML5 with Dreamweaver CS4?

    Hello.
    Can you create HTML5 with Dreamweaver CS4? Are there workarounds if not?
    I am using a PC on Windows 7.
    Thank you.

    Try copying and pasting this HTML5 code into a new, blank document.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <!--helps older IE browsers with HTML5 tags-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <body>
    <header>
    Header
    <h1>Site Name</h1></header>
    <nav>Navigation</nav>
    <section>
    <article>
    <h3>Article</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </article>
    <aside>
    <h3>Aside</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.  Mauris vitae libero lacus, vel hendrerit nisi!  Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus.  Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus.  Aenean tristique enim ut ante dignissim. </p>
    </aside>
    </section>
    <footer>Footer</footer>
    </body>
    </html>
    Nancy O.

  • Exploring Web Services with Dreamweaver CS4

    How can you explore web services with Dreamweaver CS4? You
    used to be able to go under Components and add Web Services and
    enter the url for the WSDL (ex.
    http://www.communitymx.com/content/article.cfm?cid=70AAB).
    How do you do that now in CS4?

    Yeah, I knew there were several workspaces. I tried them all
    but none showed the Components/Webservices tab.
    That was an important tab for me since I do a lot of work
    with cfcs in connection with Flex Builder 3.
    I just hate having to go on Easter Egg hunts to find the
    functions that have been there for years.
    Like now I cannot copy and paste some code from one file to
    another and the command tab bar is gone for the CFML commands.
    It's just a real pain in rear end to have waste a bunch of
    time locating where someone decided to bury stuff.

  • Problem with Dreamweaver CS4 after upgrade to Lion

    I am having a problem after upgrading to Lion,  with my  Dreamweaver CS4 . When I try to use the bold button the text completely dissapears from the screen in design view The text is still there as it shows up in preview and also shows up in  code view. Has anyone else had similar problems since the upgrade? and is there going to be a fix for it.

    http://www.adobe.com/products/creativesuite/faq.html#lion-os
    There are a number of known compatibility issues with Creative Suites and Lion
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    Can't see your specific issue mentioned though.
    Perhaps report it to Adobe via the Bug Report form giving full details
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Problem with Dreamweaver CS4 workspace

    Hi
    I have just installed the Adobe CS4 Design Premium software on my Macbook Pro (OS X) and I have a problem or two with the Dreamweaver CS4 workspac:
    1) When I have no file open, no matter which workspace I choose from the drop down list, I have a "see-through" area where files are generally displayed (see attached screen shot). This means I can see my desktop picture, or any other open files, in the background. This is very desturbing! If I click in that open space it also takes me out of Dreamweaver.
    How can I get just a basic grey background in my workspace, instead of the silly see-though??
    2) I have no close, minimize or maximize icons at the top left as I have in Photoshop or Lightroom!?!!  Why is this and how can I get it there?
    Thank you very much in advance for anyone who can help!
    Villiers Steyn

    I have the same problem - just installed Dreamweaver yesterday on mac. Will be interested to see if anyone has a solution for this!

  • Mozzilla problems with Dreamweaver CS4

    I write a weekly blog/column using Dreamweaver CS4 and some of my readers who use Mozzila are saying that my column is not formatting correctly.
    They can see it in IE and Safari no problem. Mozzilla is just not working.
    Here's my url www.ralphspic.com
    Any help would be greatly appreciated.
    Thank you
    Ralph

    Ralph's Pic wrote:
    The problem is I'm a writer not a designer. I don't really get "codes"
    Have you checked my actual site?
    www.ralphspic.com
    Checking that setting does not really give me any option. It's default is the CSS which is where it's at now.
    But you're suggesting I set it to HTML?
    Thanks again.
    If you go to the Modify->Page Properties, click on Title/Encoding.  That is where the doctype is set.  The DTD should be set to anything, right now browsers have to render in quirks mode because there is nothing.
    Are you updating this whole thing manually strictly in DW?  I'm not sure of your hosting situation, but have you considered the pre-built solutions like a Wordpress?  Through out all the issues of designing/writing HTML and use an online based tool and editor like is built into that?

  • Slow synchronization with Dreamweaver CS4 on Mac

    I've been using Dreamweaver for 13 years on a PC and just recently cross-graded to Dreamweaver CS4 for Mac. During the time I used a PC, the process of synchronizing with a remote folder (I use the Local/Network option) would take just a few seconds. However, now that I have switched to the Mac (running Snow Leopard), synchronizing takes several minutes. I have done Internet searches on this topic and haven't found anything relevant, so I am assuming that this is not a common problem. So I am wondering if there is some simple configuration setting that I could change to make this problem go away.

    The usual way on a Mac to increase the size or zoom of a page (pretty much any page) is to press [command]-+.
    So I did this. And the only thing that will expand (I'm using CS3) is the Design view. Additionally, there is a command from within Dreamweaver itself that allows you to zoom (or reduce) the size of the page you are working on -- but this capability goes away as soon as you look at any code.
    It would appear that Adobe is ignoring Apple's Application Programming Guidelines, because [command]-+ works for every other application that runs on a Macintosh (though I'm not using BBEdit which I would imagine would be a similar code editor).
    So, there is a workaround that will work, though it's kind of nasty.
    Open up your System Preferences. Click on Universal Access. With the "Seeing" tab selected, turn on the Zoom.
    Hold down [option]-[command]-+
    The area you are working on will zoom in.
    You can turn on and off Zoom assistance using [option]-[command]-8 if you don't want to have to go into your System Preferences>Universal Access controls to get this turned on quickly while you are writing code.
    I do note that in Leopard (I am not using Snow Leopard) the Universal Access control tells me that zoom in is [option]-[command]-= and that is true on the regular keyboard, but I have an extended keyboard and I am used to pressing the "+" key on the number keypad (which works).
    I realize that using this control is a workaround and that it would probably be a good thing for Adobe to try to get their applications to better fit Apple's guidelines.

  • Error while trying to compile in Adobe AIR with Dreamweaver CS4

    hello guys,
    I am running under a imac i7, with snow leopard, i have installed the extension for dreamweaver cs4 to compile a project in adoebe air.
    but when a try to compile the prject i receive a java error reporting i have to installa Java 1.4 or higher.
    here it is what i have installed:
    total 64
    drwxr-xr-x  13 root  wheel  442 29 Dic 15:40 .
    drwxr-xr-x  12 root  wheel  408 29 Dic 15:40 ..
    lrwxr-xr-x   1 root  wheel    5 29 Dic 15:39 1.3 -> 1.3.1
    drwxr-xr-x   3 root  wheel  102 29 Mag  2009 1.3.1
    lrwxr-xr-x   1 root  wheel   10 29 Dic 15:39 1.4 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel   10 29 Dic 15:39 1.4.2 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel   10 29 Dic 15:39 1.5 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel   10 29 Dic 15:39 1.5.0 -> CurrentJDK
    lrwxr-xr-x   1 root  wheel    5 29 Dic 15:39 1.6 -> 1.6.0
    drwxr-xr-x   7 root  wheel  238 20 Nov 05:48 1.6.0
    drwxr-xr-x   8 root  wheel  272 29 Dic 15:40 A
    lrwxr-xr-x   1 root  wheel    1 29 Dic 15:39 Current -> A
    lrwxr-xr-x   1 root  wheel    3 29 Dic 15:39 CurrentJDK -> 1.6
    what should i do?
    thank you.

    Hello hypericon_0090001,
    Have you found any fix for this, as I am having the same problem.

  • Forms with Dreamweaver CS4?

    Hi All,
    Does anyone have a link or tutoral on how to create a form in Dreamweaver CS4. I need to make a "Request a Catalog" Form.
    I especially might need the most help on figuring out on how to receive the info thru my email.
    many thanks,
    Alex

    HTML forms don't do anything without an Action.  You can use Mailto: but this is just asking for Spam and limits the usefulness of your form.  Your best solution is to use a form processing script with spam controls built in.
    Ask your host if they offer any form-to-email processing scripts you can use... or which flavor script you can use on your server (PHP, ASP, ASP.net, ColdFusion, etc...)
    Form Services and Script generators
    http://wufoo.com/
    http://www.bebosoft.com/products/formstogo/overview/
    FormMailer.PHP script
    http://dbmasters.net/index.php?id=4
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • HELP! Embedding Flash with Dreamweaver CS4

    Hello i'm have issues with CS4 embedding Flash FLV's.
    It won't show up when it's on the server but it's working
    locally.
    i've uploaded all the files in the scripts folder and the swf
    skin files.
    But it still won't work server-side.
    I did not have this issue with dreamweaver CS3 as i've found
    that Dreameaver CS4 seems to
    change how the code of how the .FLV is embedded
    any ideas??
    or is anyone else having this issue?
    thanks
    Jordan
    here's is my current test page link with a sample flv video:
    http://www.lambethdesktop.com/flashtest/index.html
    i've also attached the code of the html page it has been
    embedded in.

    This script appears to be missing (or uploaded to the wrong
    folder)
    http://www.lambethdesktop.com/Scripts/swfobject_modified.js
    "chilversj" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello i'm have issues with CS4 embedding Flash FLV's.
    > It won't show up when it's on the server but it's
    working locally.
    > i've uploaded all the files in the scripts folder and
    the swf skin files.
    > But it still won't work server-side.
    > I did not have this issue with dreamweaver CS3 as i've
    found that
    > Dreameaver
    > CS4 seems to
    > change how the code of how the .FLV is embedded
    >
    > any ideas??
    > or is anyone else having this issue?
    > thanks
    > Jordan
    >
    > here's is my current test page link with a sample flv
    video:
    >
    http://www.lambethdesktop.com/flashtest/index.html
    >
    > i've also attached the code of the html page it has been
    embedded in.
    >
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8">
    > <title>Untitled Document</title>
    > <script src="Scripts/swfobject_modified.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body>
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320"
    > height="240" id="FLVPlayer">
    > <param name="movie" value="FLVPlayer_Progressive.swf"
    />
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <!-- This param tag prompts users with Flash Player
    6.0 r65 and higher
    > to
    > download the latest version of Flash Player. Delete it
    if you don?t want
    > users
    > to see the prompt. -->
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- Next object tag is for non-IE browsers. So hide
    it from IE using
    > IECC.
    > -->
    > <!--[if !IE]>-->
    > <object type="application/x-shockwave-flash"
    > data="FLVPlayer_Progressive.swf" width="320"
    height="240">
    > <!--<![endif]-->
    > <param name="quality" value="high">
    > <param name="wmode" value="opaque">
    > <param name="scale" value="noscale">
    > <param name="salign" value="lt">
    > <param name="FlashVars"
    >
    value="&amp;MM_ComponentVersion=1&amp;skinName=Clear_Skin_1&amp;streamName=http:
    >
    //theharnessedge.com/fcys/FCYS08.28.08&amp;autoPlay=true&amp;autoRewind=false"
    > />
    > <param name="swfversion" value="8,0,0,0">
    > <param name="expressinstall"
    value="Scripts/expressInstall.swf">
    > <!-- The browser displays the following alternative
    content for users
    > with
    > Flash Player 6.0 and older. -->
    > <div>
    > <h4>Content on this page requires a newer version
    of Adobe Flash
    > Player.</h4>
    > <p><a href="
    http://www.adobe.com/go/getflashplayer"><img
    > src="
    http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
    > alt="Get Adobe Flash player" /></a></p>
    > </div>
    > <!--[if !IE]>-->
    > </object>
    > <!--<![endif]-->
    > </object>
    > <script type="text/javascript">
    > <!--
    > swfobject.registerObject("FLVPlayer");
    > //-->
    > </script>
    > </body>
    > </html>
    >

  • Flash button doesn't work when used with Dreamweaver CS4

    I am a student trying to learn how to take multimedia elements from one class and put them on a webpage using Dreamweaver CS4. From an online tutorial, I created start/stop buttons with ActionScript3 URLRequest to reference a sound file. The swf works fine when played; it plays from the html generated by flash but when I use Dreamweaver CS4 > insert > media > swf  and then preview page in browser (firefox), the button doesn't do anything. When I compare the html page generated by flash to the html created by Dreamweaver, they look completely different. I don't have a clue what to do next.
    I have also posted this in the Dreamweaver forum. Please, does anyone have a solution?

    Thanks for the response! What bothers me is that I was able to use Dreamweaver > insert.... swf on a different file with actionscrip2 controls (thanks to help from Ross Ritchey) but this time the swf has actionscript3 code in it and I was wondering if that makes a difference. I don't get any errors, the button shows as clickable, just nothing happens. Thank you for the suggestion, however the flash html but it is so MASSIVE! It makes looking at the rest of the page difficult and I have several sound files I wanted to add to one webpage.

  • Using a MsAccess database with Dreamweaver CS4?

    Hi Everyone,
    I have a question concerning using a Microsoft Access Database with Dreamweaver.
    First, I was wondering if this was possible. Second, if it is, could someone give me instructions or a link on how to do this. I am pretty new to Dreamweaver, code, etc..., so simpler instructions on how to acheive this would be great.
    Here is some information...
    1) I am running Windows XP SP2
    2) I am using Microsoft Office 2003 (Acces included)
    3) I am using Dreamweaver CS4
    4) I have installed XAMMP (Apache,MySQL, FileZilla, and PHPmyAdmin, as far as I know)
    If anyone needs more information, I'll be hapy to share it as soon as possible.
    Any help is greatly appreciated,
    Musicman1994

    The choice of database really depends on which server-side technology you plan to use, and what you're actually planning to use it for.
    Access was designed to create databases for small office systems. Although I personally found it very confusing, a lot of people like it and say it's easy to use. However, its major drawback is that it creates very large files; and as soon as the website gets a reasonable amount of traffic, Access has a tendency to freeze or lock up. You can create your database in Access and then export it to another database system, such as Microsoft SQL Server or MySQL. But it's better to start with the database that you ultimately plan using.
    I certainly wouldn't recommend developing anything in ASP and then attempting to convert the website to PHP. Although all server-side programs share common features and structures, the code is completely different. So, take some time over choosing your technology first. If you have never developed in ASP, you should be aware that Microsoft stopped developing it about ten years ago. It's still popular and widely available, but ASP is likely to dwindle in usefulness as the years go by. Use PHP or ColdFusion, both of which are supported by Dreamweaver. The other main alternative is ASP.NET, but that's no longer supported by Dreamweaver.

Maybe you are looking for

  • Portege R835-P56X web cam application stuck on screen

    So hi peeps, Ive had my Portege for almost 3 years, and this problem just started in the last month or so. The application menu that is hidden off screen and slides out when you put your mouse there is stuck on screen, will not go away, and remains o

  • Closing Web Browser from an Applet

    Does anyone knows how to close the Web Browser from an Applet ? Also Is there a way to close a browser which is intantiated from using ApplteContext ().showDocument ("....","_Blank"). Thanks Sohan

  • JAX RPC extension: Problem with document/literal and MyType[]

    Hi, I have installed the JAX RPC extension and want to generate a stub from my WSDL file. The WSDL describes a document/literal binding. Problem: A webservice server method like: public wineshop.model.common.SimpleProducer[] getSimpleProducerList() t

  • PDF format PO send to Vendor

    Hi, Once we created ME21N or released the PO from ME29N, system should sent a mail with attachment of PO in PDF format to Vendor, 1) If vendor did not get the mail or attachment, then Buyer should get the mail, 2) if Buyer get the mail. he will proce

  • Approval at purchase requisition level only

    Hi Experts, We want approval only at purchase requisition level and once PR is approved, PO should be created without any approval. I know we can make it happen by having release streategy at PR level and remove any release streatgy at PO level. Plea