Cs4 dreamweaver

cs4 dreamweaver can't get all my special past functions I only get the top two

Can I just reset to factory setting or sometime like that?
You could delete the entire site folder and start over, too.  But that would be foolish, wouldn't it?
How about posting a link to your problem page so we can take a look at it?  So much simpler....
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • CS4 Dreamweaver: Old tags (font, size, etc) -- HOW?

    CS4 Dreamweaver Mac: Old tags (font, size, etc) --> HOW do I do these? Is there a plug-in?
    Note: I do NOT want to create a style sheet everytime I want to add a line to one of 2,000 existing pages. Please don't reply with "those tags are deprecated", because there are a billion pages that still use them, thanks.

    pziecina wrote: It is on the left side of the properties panel at the top, ensure that the html is selected and not the css for the properties panel. The wording 'Targeted Rule' is above the button the says 'Edit Rule'.
    Not on my screen; no "Edit Rule" or "Targetted Rule"

  • How to Make Flash CS4/Dreamweaver CS4 Website Function on all Latest Mobile Devices

    Hello!
    I am trying to add code into my Dreamweaver CS4 file and/or Flash CS4 file in order to have the website I have created work across all of the latest mobile devices as well as traditional online systems. My flash file has a transparent stage, and my dreamweaver file has a full-screen background image. I have reviewed various tutorials and articles available online, and some advocate simply adding code, which does not seem to be working for me, while others suggest having a similar separate site created solely for mobile devices. If this is the best option, I don't know how that should be set up. What is the best path to take with this?
    This is the collection of various pieces of code I have tried adding to my files:
      <meta name="viewport" content="width=device-width" user-scalable="yes" initial-scale="1.0" /> <!-- iphone,android -->
       <meta name="HandheldFriendly" content="true" /> <!-- blackberry -->
    </style>
       <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
            <param name="allowFullScreen" value="true" />
            <param name="var params = {          id: "flashID", name: "flashcontent", menu: "false", allowFullScreen: "true", fullScreenOnSelection: "true", scale:"noscale", salign:"middle"};"
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    //or//
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    next_btn.width = 133 * .5;
    next_btn.height = 133 * .5;
    //flash//
    next_btn.width = Capabilities.screenDPI * .5;
    next_btn.height = Capabilities.screenDPI * .5;
    //flash//
    this.stage.addEventListener(Event.RESIZE, doLayout);
    //flash://
    <initialWindow>
       <width>320</width>
       <height>480</height>
       <!-- several other properties... -->
    </initialWindow>
    * Convert inches to pixels.
    private function inchesToPixels(inches:Number):uint
       return Math.round(Capabilities.screenDPI * inches);
    var button:Sprite = new Sprite();
    button.x = 20;
    button.y = 20;
    button.graphics.beginFill(0x 003037);
    button.graphics.drawRect(0, 0, this.inchesToPixels(.75),
       this.inchesToPixels(.25));
    button.graphics.endFill();
       this.addChild(button);
    //hard-code title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    //stage width determines width of title://
    var titleBar:Sprite = new Sprite();
    titleBar.x = 0;
    titleBar.y = 0;
    titleBar.graphics.beginFill(0x003037);
    titleBar.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    titleBar.graphics.endFill();
    this.addChild(titleBar);
    //footer://
    var footer:Sprite = new Sprite();
    footer.graphics.beginFill(0x003037);
    footer.graphics.drawRect(0, 0, this.stage.stageWidth,
       this.inchesToPixels(.3));
    footer.graphics.endFill();
    footer.x = 0;
    footer.y = this.stage.stageHeight - footer.height;
    this.addChild(footer);
    * Center one DisplayObject relative to another.
    private function center(foreground:DisplayObject,
       background:DisplayObject):void
          foreground.x = (background.width / 2) -
             (foreground.width / 2);
          foreground.y = (background.height / 2) +
             (foreground.height / 2);
    //cont.//
    var title:SimpleLabel = new SimpleLabel("My Application",
       "bold", 0xffffff, "_sans", this.inchesToPixels(.15));
    this.center(title, titleBar);
    this.addChild(title);
    //override width and height getters
    public override function get width():Number
       return this.textLine.textWidth;
    public override function get height():Number
       return (this.textLine.ascent - 1);
    if (Capabilities.manufacturer == "Android Linux" && Capabilities.screenResolutionY == 1024)
    next_btn.width = 85;
    next_btn.height = 85;
    This is the code for my Dreamweaver CS4 file (without the additional erogenous code attempts!):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>My Website Title and Slogan.</title>
    <style type="text/css">
    <!--
    body {
              background-image: url(bground%20_img3.jpg);
              background-repeat: no-repeat;
    -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <img src ="image.gif"  width=90% height=auto>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Keywords" content="keywords…" />
    <div align="center"></div>
    <div align="center">
      <p> </p>
      <p>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="630">
          <param name="movie" value="FlashFile.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.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="FlashFile.swf" width="900" height="630">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.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" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </p>
    </div>
    <div align="center"> </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    I have tried various combinations of the code listed above, but nothing seems to be working. I am not sure as to the correct positioning of the code, and maybe that is the problem, or maybe it is because this code in not for CS4, or not appropriate for my project. I also do not know what code should be inside the Flash file, nor what should should be inside the Dreamweaver file.
    Thank you in advance for any assistance!

    There is no simple code to add that will display the same on all mobile devices....
    you do know that the iProducts (iPhone, iPad, etc) don't display Flash at all, right?
    So as a start for "functioning on all latest mobile devices" you should drop any Flash content you have and move on.
    Adninjastrator

  • Help with Spry and CS4 Dreamweaver installation

    In my quest to add a pop-up verticle navigation to my website, I found that I should have this tool available to me in Dreamweaver. Imagine my surprise when I found it was included in old versions but not in CS4. I've downloaded and installed Spry Updater 1.6.1 and tried to install the Spry framework but it gives me this error:
    This extension cannot be installed, it requires Dreamweaver from CS3 to 9.1.0.......
    What should I do? What do I need to install and where can I find it? Or, is there a better, easier way to make some vertical pop-up navigation.
    Any help would be appreciated.
    Thanks!

    If you are in Classic view, click the Spry tab on the insert panel and you will see the SpryMenuBar

  • Cs4 dreamweaver suddenly crashes when selecting code/split view

    i have looked around and found this issue in older posts from 2008 but have not found a resolution. i've had dw cs4 for mac for a several months and all of a sudden it started crashing when i select code/split view.
    i have:
    deleted prefs
    deleted config folder and .dat file
    started up in safe mode and new user mode
    no other issues with any other adobe apps or crashing in general
    have plenty of memory
    got rid of extensions
    i feel like it is a corrupted file that is doing it unfortunately i dont have my original disk on hand to reinstall right now (purchased cd instead of download). UGH!
    i'm running: snow leopard / 10.6.4 / 2x2.66 ghz dual core intel xeon / 7gb memory
    here are the first few lines of the same error code:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  19
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x940d2099 szone_free_definite_size + 654
    1   libSystem.B.dylib             0x940d1ba8 free + 244
    2   com.apple.carbonbundletemplate 0x1e85431d js_FinalizeStringRT + 31
    3   com.apple.carbonbundletemplate 0x1e835694 js_GC + 2156
    4   com.apple.carbonbundletemplate 0x1e8359bc js_ForceGC + 67
    5   com.apple.carbonbundletemplate 0x1e8592b1 js_DestroyContext + 150
    6   com.apple.carbonbundletemplate 0x1e80bdc8 JS_DestroyContext + 25
    7   com.apple.carbonbundletemplate 0x1e801237 JS_LangParser::DestroyJSEngine() + 43

    Have you done a complete uninstall, clean up, and then reinstall? - Sounds like that's the only thing you haven't tried, so I'd try that next.  Yeah, I know... a real pain. The sort of thing we on the PC side have to deal with far more often unfortunetly  ;-/
    Lawrence Carmer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in PHP and ColdFusion
    Stay updated - http://blog.cartweaver.com

  • CS4 Dreamweaver not replacing paths for images/links

    New Windows 7 machine with CS4 Web Premium.  When using Dreamweaver, and, for example, replacing an image or a link in the design window using the properties...  I click on the image, click the browse button, select the new file (I've tried hitting OK and double clicking -both of which should, or at least used to work in CS3).  However, when returning to the main screen, the path to the image or link has not been replaced.
    What is interesting is that IF I click on more than one image - i.e. say I am replacing one.jpg. So, I open the browse button, and select two.jpg, but then click on three.jpg (which is the file I want) and then hit OK (if I double click three.jpg after selecting another image first), it works fine.
    Any ideas how to fix this irritating bug?? Thanks...

    Hallelujah!!  I'm not alone!!  I wonder if Adobe does actually browse these forums.  I can't believe something like this isn't a really easy fix for them.  I can't tell you the amount of times I thought I'd updated a picture and then looked completely incompetant to a client because it didn't take.  Very sloppy on both mine AND Adobe's part.

  • CS4 Dreamweaver says  "License expired" even after installing Web Premium CS4

    I just purchased Web Premium CS4. I had CS3 and Dreamweaver CS4 Beta installed. Learned that I needed to uninstall CS4 Beta, used
    the CS4 Uninstall script. Reinstalled CS4, it showed Dreamweaver would be installed (was no longer a greyed point). Went through entire installation. Everything works except Dreamweaver which continues to say "license has expired" as if it still has the beta license in there even though I've used the script to uninstall! Help, how can I get it to use the new licensed version?
    The rest of the Web Premium CS4 applications are working properly, only Dreamweaver is giving me problems!
    Operating System: Windows XP Professional SP3
    Both my laptops have the exact same problem.

    Hi,
    I downloaded the trial version of Photoshop CS4 and ran it OK for about a week. Then all of a sudden it just crashed and wouldnt open anymore. No warnings etc. Just wouldnt open.
    I'd seen enough of the program so decided I'd buy it and got CS4 extended (student version). Great stuff I thought. Uninstalled the trial version and went ahead with loading up the new program. All went well with the install, accepted my product key no problems. Then the dreaded "License has expired" has come up and I'm basically left with a brand new program that does nothing at all sitting on my computer. Bridge and drive etc work OK - or seem to.
    I've had a case opened with Adobe for 3 days now and have had no response at all. - not that I'm expecting too much after reading comments on here and around the net. Seems they have my cash and thats it as far as they're concerned.
    Luckily I dont have too much important stuff on my laptop and have it all backed up. So I'm tempted to be a bit extreme as long as I get some confidence it would work.
    I'm presuming that if I format the Hard drive (its not partitioned) and reinstall my OEM Vista (from a Dell Disk) then there should be no problems with installing CS4 again and getting it to run without all the trouble of it seemingly looking at the wrong key for activation. I'm not sure if the OEM disk allows me to reformat the complete hard disk prior to loading Vista again. Or whether it will just keep the old stuff on and mess things up again.
    I know the retail versions give you an option of a complete fresh install, but I dont really want to go and buy a copy of Vista just to get CS4 to work, and with Windows 7 on the horizon.
    It might be cheaper to just to a larger hard drive (which I want anyway) and install on that.
    Any opinions? I just really want to get this up and running.
    Cheers for any help.

  • CS4 Dreamweaver Question: "Find all" has stopped working.

    Dreamweaver will no longer perform a search using the "Find All" option. Nor will it place results in the Search panel.
    Can you help in answering the question of how to make it work again?
    Dreamweaver will . . .
    Find Next within the current document.
    Find Next within a specified folder.  And, with repeated mouse clicks will find each instance within the defined set of pages.
    It will NOT . . .
    Find All within the current document.
    Find All within the defined set of pages (e.g. folder, site, etc.)
    The Search Panel at the bottom of the page will appear when the Find All search starts, but nothing populates in it.
    Your help in answering this question is most appreciated.

    It worked a couple of times, but no longer. Any other thoughts?
    If you have experienced it several times and using latest updates for CS4 this means there must be more going on.
    Do you check and repair your disk permissions for OSX on a regular base and do you have also latest updates for OSX (software update) running regularly?
    There are two other options, purge cache for folder (or delete the entire cache file to the trash and start again caching). In the Bridge prefs is a setting to also purge global cache. (Per CS4 it seems save to use this setting, earlier version could bring you in trouble as Tai Lao often has stated)
    You will find the cache file in the user library caches folder and it can grow to huge proportions.
    In the same library in the preferences is also a  Bridge plist file that can be deleted.
    Both Cache and plist file will refresh itself with a default empty file as after first install once you restarted Bridge.

  • CS4 Dreamweaver/PS/Illustrator won't launch

    I successfully installed CS4 version 4 onto Windows 7 OS. When I go to run Dreamweaver or PS or Illustrator they don't work. The Dreamweaver error message I receive is "Could not locate the resources file in the configuration folder."
    Sound booth works fine and Flash runs too.
    Any help much appreciated.

    Sounds like a permission issue and/or your firewall/ virus scanner blocking something... Check, whether they run as admin or from a new user account, then check the existing permissions on the user home directories and program folders and fix any conflicts that may exist there...
    Mylenium

  • Fireworks CS4, Dreamweaver CS3

    Does anyone know if Fireworks CS4 would work with Dreamweaver
    CS3? I already have Dreamweaver CS3, and don't want to spend extra
    money to upgrade if I don't have to, but I can't seem to find
    Fireworks CS3 available anywhere.
    Thank you!

    "whatalotofrubbish" <[email protected]>
    wrote in message
    news:gq8rb2$pqi$[email protected]..
    >
    > Question: Is Dreamweaver CS4 backwards compatible with
    Fireworks CS3,
    I use DWCS4 and FWsCS3 and haven't had any problems.
    I do have the latest version of FWs, however, find it a real
    resource hog and found that I had to
    restart this version more times during the day than I ever
    did with FWs CS3. So now I use the older
    version rather than the latest.
    I can run FWs CS3 for 2+ days straight without having any
    "low memory" errors, but the latest
    version will stop responding after a few hours. Apparently
    Adobe is looking into this, but when a
    fix will be found is unknown.
    I don't believe you'll have any problems combining versions.
    >and is it worth spending $220 (in the UK - as opposed to
    $199 in the USA) on the
    > Dreamweaver upgrade.
    The lastest DW is better than the last, as most new releases
    are, but it's really up to you whether
    you see the value in updating. Have a look at the Adobe site
    and check out the new features and
    then decide whether the upgrade is worth it for you :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://twitter.com/nadiap
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    CSS Tutorials for Dreamweaver |
    http://www.adobe.com/devnet/dreamweaver/css.html
    Book: Ultimate CSS Reference (aff link) |
    http://www.sitepoint.com/launch/005dfd4/3/133

  • Design Premium CS4 Dreamweaver fails to install

    Purchased and downloaded installer for Design Premium CS4 upgrade. All programs installed except Dreamweaver. Launched the installer again and Dreamweaver is listed under "Additional Products" and I am unable to click check box next to this for installation. Since all other programs installed (Flash, Fireworks, Illus, InDesign, Photoshop) I feel this must be the right installer. Help. Thanks

    Alan,
    Installation issues are handled by Adobe customer service at no charge.
    Neil

  • Inserting Nav panel into CS4 dreamweaver

    Hi,
    I have just updated to CS4 from CS3, my problem is when I tried inserting a nav panel I made in fireworks (CS3) into a new site, the drop down part wont work, the rest link to the right pages. If I put it into an old site that came over from CS3 it does, can anyone tell me why and how to fix this?
    Thanks

    Hi Beth
    I have only just started putting this site together so I dont know if I can, is there a way? I'm not that computer savvy, is there any way I can send something - the nav panel is a fireworks file, I'm really frustrated that I cant figure it out!
    Thanks
    Maria

  • Can anyone recommend a book for cs4 dreamweaver thatys more advanced

    i have the essential guide to dreamweaver, brilliant dreamweaver and classroom in a book is the anythin more advanced? bookwise

    David has some good books and I'm sure he would recommend them as well.
    http://foundationphp.com/
    The more advanced are geared towards programming and databases.  Is it safe to assume that's the direction you are looking to go in?

  • Cs4 Dreamweaver background image

    Does anyone know how to place a illustrator back ground image in dreamweaver thats not locked in the top corner.
    That moves with the images and text I place on top of the illustrator background image.

    Well i have this great page that is basically the complete background for the web site that stays the same on all the pages.
    It fills the hole page.
    That's a terrible approach you know?
    Now when I put my text and images and navbar on top of this page i want the background image to
    move with the stuff on top and not move out of place if someone resizes the window on thier brouser.
    You make the image the background of the page container not of the body tag.
    But to REALLY answer your question, I'll direct your attention to the announcement at the top of this forum page.

  • Adobe acrobat 8 won't install with Indesign and Dreamweaver CS4

    I have a client who I had to build a new computer for which is Windows XP Pro. On her original machine I had AA8, InDesign CS4, DreamWeaver CS4, Contribute CS5, Adobe Reader 9.3 and Adobe Photoshop 6. I have tried puting AA8 on the new machine that has all of the above on it and I get a response that I have a newer version of AA and it won't install. I don't have any AA on this machine so I'm not sure what to do. She says she can't edit PDFs or combine them and that she can't create a PDF ind Word and Xcel and edit them. Should I tell her to upgrade to AA9 so that it is compatible to the CS4/5 products?
    Thanks,
    Lgarn

    Thank you Bill for replying.
    I have been able to install the disc but it tells me that I have to activate it with a time limit of 30 days and counting.  Activation fails each time I've tried.  As I'm nearing the end of the time limit I decided to contact Adobe for advice.  They gave me a download package and new serial number but it's only suitable for OS XP and Windows 2000 so I'm unable to download it.  I was told by the advisor if I still had problems to use the forum as a means of support so that's why I'm talking to people here.
    I have uninstalled Adobe Acrobate Pro 7, so I might try reinstalling the disc to see if it gives me another 30 days grace, that, at least, would be a way around it.
    I'll now follow the link you've given me.   Though I do suspect I'm in a bit of a cul de sac.

Maybe you are looking for

  • I get an error message when trying to purchase (-9808) in iTunes store

    I receive the following message when trying to download previously purchased items OR purchase a new item from iTunes: We could not complete your iTunes Store reuest. An unkonwn error occurrred (-9808). There was an error in the iTunes Store. Please

  • How can I save a PSD image 'full size' in a PDF doc for printing

    I have a Photoshop image we've created that will be taken to the printer for a 3x6 banner. I need to save it as a PDF document, but when I do, it doesn't save as the original size of the image. I'm a total novice, so can someone help me with instruct

  • One node is failing

    One node is periodically are failing . When users are connecting , they are getting the error : ERROR: ORACLE connection error: ORA-01034: ORACLE not availableORA-27101: shared memory realm does not existLinux-x86_64 Error: 2: No such file or directo

  • Finder not reporting correct disk usage

    Just installed Leopard on a MP 15'' and finder report my 120g disk has only 50g free. When I use WhatSize app it report only 32G as being used. I checked the drive for damage, and disk utils reported none. Before the install Tiger Finder was reportin

  • Importing edited photos from iPhoto

    What settings do I need to change in order to import only my edited versions of photos from iPhoto into aperture 3?