Insert Fireworks HTML code in a Dreamweaver document

When trying to insert a FW's made html into my DW web page, I
get the following error:
While executing onClick in FireworksHTML.htm, the following
JavaScript error occured:
At Line 654 of file "C:\Program Files\Adobe\Adobe
DreamweaverCS3\Configuration\Shared\MM\Scripts\insert
FireworksHTML.js"; The object is not currently contained in a
document.
Please explain why I am getting this message. Thank
you

In the Export Wizard dialog boxes, choose Options, then check
the Use CSS For Popup Menus and check the Write CSS to an external
file. I no longer get the error message and the navigation works
properly.
Because I like to understand the specifics of what is going
on, if anyone knows the explaination, it would be greatly
appreciated.

Similar Messages

  • Javascript code missing when inserting Fireworks html into DW document

    I tried to insert fireworks html in a Dreamweaver file. After importing the fireworks html in the Dreamweaver document, the associated Javascript code was missing.
    Of course, the Fireworks html file includes the Javascript code and works properly. It is just that when I insert the Fireworks html into the Dreamweaver file, the associated Javascript code gets lost although the manual clearly says that fireworks html is inserted "along with its associated images, slices, and JavaScript".
    I use Fireworks CS5 and Dreamweaver CS5, but I also tried it using FW CS4 and DW CS4 which did not solve the problem.
    I tried two ways to insert the html code (both with the same negative result):
    1.) using the DW menu: Insert > Image Objects > Fireworks HTML
    2.) Copying the HTML to the clipboard in Fireworks, and then pasting it into the Dreamweaver document
    The Fireworks and the Dreaweaver files are both HTML4 docs.
    Of course, I could insert the Javascript code manually, but then I would have to detach the associated template from the DW doc, and I would rather not do that because then later updates to the site will become more complicated.
    BTW, I also tried to insert the fireworks html in another Dreamweaver document not using any template, but the JavaScript code got lost though.
    I would be very grateful if somebody had an idea how to solve this  problem.
    Many thanks for your help!
    Siria
    Message was edited by: SiriaW

    Dear Murray,
    I believe you can solve your problem by changing this -
    </head>
    to this -
    <!-- #BeginEditable "head" --><!-- #EndEditable -->
    </head>
    by editing this template directly.
    I tried this, but it did not change anything. As I wrote before, the JavaScript code is not even inserted when I use a "blank", not-template-controlled DW page.
    But nevertheless, your hint is very helpful. By making the complete head editable, I can at least insert the Javascript code manually.
    But is the javascript that is currently shown there part of the FW HTML insertion?  Do you want to preserve that on the child pages?
    It belongs to the template. And yes, I want to preserve it on the child pages. I just want to insert this into the head of the child page:
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    Maybe we should see the FW code you are trying to insert?
    Sure. Here is the code I tried to insert (of course, most of the Java Script does not need to be inserted as it is already in the template):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <title>example.jpg</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Wed Jul 21 00:26:08 GMT+0800 (Malay Peninsula Standard Time) 2010-->
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="MM_preloadImages('example_bilder/example_r2_c2_s2.jpg','example_bilder/example_r2 _c2_s3.jpg','example_bilder/example_r1_c4_s1.jpg','example_bilder/example_r4_c2_s2.jpg','e xample_bilder/example_r4_c2_s3.jpg','example_bilder/example_r1_c4_s2.jpg','example_bilder/ example_r6_c2_s2.jpg','example_bilder/example_r6_c2_s3.jpg','example_bilder/example_r1_c4_ s3.jpg','example_bilder/example_r8_c2_s2.jpg','example_bilder/example_r8_c2_s3.jpg','examp le_bilder/example_r1_c4_s4.jpg','example_bilder/example_r10_c2_s2.jpg','example_bilder/exa mple_r10_c2_s3.jpg','example_bilder/example_r1_c4_s5.jpg');">
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="915">
    <!-- fwtable fwsrc="lebenslauf_inhalt_slices_optimiert.png" fwpage="Page 1" fwbase="example.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="1" -->
      <tr>
       <td><img name="example_r1_c1_s1" src="example_bilder/example_r1_c1_s1.jpg" width="58" height="274" border="0" alt=""></td>
       <td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="195">
          <tr>
           <td><img name="example_r1_c2_s1" src="example_bilder/example_r1_c2_s1.jpg" width="195" height="68" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r2_c2_s1','example_bilder/example_r2_c2_s2.jpg',' example_bilder/example_r2_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r2_c2_s1','example_bilder/example_r2_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s1.jpg',1);"><img name="example_r2_c2_s1" src="example_bilder/example_r2_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r3_c2_s1" src="example_bilder/example_r3_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r4_c2_s1','example_bilder/example_r4_c2_s2.jpg',' example_bilder/example_r4_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r4_c2_s1','example_bilder/example_r4_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s2.jpg',1);"><img name="example_r4_c2_s1" src="example_bilder/example_r4_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r5_c2_s1" src="example_bilder/example_r5_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r6_c2_s1','example_bilder/example_r6_c2_s2.jpg',' example_bilder/example_r6_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r6_c2_s1','example_bilder/example_r6_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s3.jpg',1);"><img name="example_r6_c2_s1" src="example_bilder/example_r6_c2_s1.jpg" width="195" height="17" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r7_c2_s1" src="example_bilder/example_r7_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r8_c2_s1','example_bilder/example_r8_c2_s2.jpg',' example_bilder/example_r8_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r8_c2_s1','example_bilder/example_r8_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s4.jpg',1);"><img name="example_r8_c2_s1" src="example_bilder/example_r8_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r9_c2_s1" src="example_bilder/example_r9_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r10_c2_s1','example_bilder/example_r10_c2_s2.jpg' ,'example_bilder/example_r10_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r10_c2_s1','example_bilder/example_r10_c2_s 3.jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s5.jpg',1);"><i mg name="example_r10_c2_s1" src="example_bilder/example_r10_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r11_c2_s1" src="example_bilder/example_r11_c2_s1.jpg" width="195" height="67" border="0" alt=""></td>
          </tr>
        </table></td>
       <td><img name="example_r1_c3_s1" src="example_bilder/example_r1_c3_s1.jpg" width="69" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c4_s1" src="example_bilder/example_r1_c4_s1.jpg" width="539" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c5_s1" src="example_bilder/example_r1_c5_s1.jpg" width="54" height="274" border="0" alt=""></td>
      </tr>
    </table>
    </body>
    </html>

  • Javascript missing when insert Fireworks html to Dreamweaver

    I tried to insert fireworks html in a Dreamweaver file. After importing the fireworks html in the Dreamweaver document, the associated Javascript code was missing.
    Of course, the Fireworks html file includes the Javascript code and works properly. It is just that when I insert the Fireworks html into the Dreamweaver file, the associated Javascript code gets lost although the manual clearly says that fireworks html is inserted "along with its associated images, slices, and JavaScript".
    I use Fireworks CS5 and Dreamweaver CS5, but I also tried it using FW CS4 and DW CS4 which did not solve the problem.
    I tried two ways to insert the html code (both with the same negative result):
    1.) using the DW menu: Insert > Image Objects > Fireworks HTML
    2.) Copying the HTML to the clipboard in Fireworks, and then pasting it into the Dreamweaver document
    Of course, I could insert the Javascript code manually, but then I would have to detach the associated template from the DW doc, and I would rather not do that because then later updates to the site will become more complicated.
    BTW, I also tried to insert the fireworks html in another Dreamweaver document not using any template, but the JavaScript code got lost though.
    I would be very grateful if somebody had an idea how to solve this  problem.
    Thanks

    Thank you for your answer.
    "Is the javascript inline with the HTML or does it point to an external resource (like and external JavaScript file)? "
    inline.
    "Does using code view differ from design view as you insert the Fireworks material?"
    No
    "are you trying to paste this Fireworks code into a non-editable region of a Dreamweaver template?"
    No

  • Inserting fireworks html into dreamweaver css

    I have been using Fireworks CS4 to design layouts and export CSS into Dreamweaver CS4, which works just fine.
    I want to import a Fireworks HTML pop-up menu in my CSS based Dreamweaver page.  I have used Fireworks Export HTML and Dreamweaver's insert Fireworks HTML in the past but the pop-up behaviours are lost when I import it into a template that is CSS based.   I figure I'm missing something simple, as usual.
    Can the two be mixed?  Do I need to edit the code view and insert a DIV manually or something?  Can I just link to it with css somehow?
    Getting rather frustrated now!  

    I had a lengthy reply written for this but lost it when I was logged out - seems the forum has a bit of a problem at the moment  (at least for me !).
    I'm not up to re-writing it all again, but in essence, I agree totally with Nancy, do not use html generated by Fireworks or any graphics program for that matter.  If you were to ask the same question over at the FWs forum, you would be told the same thing, exporting HTML and CSS is ok for protypes, but not for live production sites.
    TAKING FIREWORKS COMP TO DREAMWEAVER:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    The rule of thumb is to design the layout in FWs but build the site in Dreamweaver.  The Spry menus are much better than the old popup menus, but the customisation of them does depend on your knowledge of CSS.
    Customizing a Spry Menu:
    http://foundationphp.com/tutorials/sprymenu/customize1.php
    There are many websites that show how to use CSS to create nicely styled menus, including Dropdowns and I'm sure with a lot less code bloat  :-)
    Basic css menus: horizontal / vertical:
    http://css.maxdesign.com.au/listamatic/index.htm
    CSS Dropdown menus by Suckerfish:
    http://www.htmldog.com/articles/suckerfish/dropdowns/

  • Help me please haveing trouble inserting fireworks HTML to dreamweaver

    when trying to insert a fireworks html that i exported from
    fireworks mx using the export wizard as soon as i choose the file
    to insert into dreamweaver i get an error message that says
    A script in file C:\Program Files\Macromedia\Dreamweaver
    MX\Configuration\Shared\MM\Scripts\insertFireworksHTML. js has been
    running for a long time. Do you want to continue?
    When i click yes it just comes up with the same message
    multiple times and than after a couple times and than goes back to
    the begging and does not do anything
    I do not know why it is doing this it does this on multiple
    computers that i have tried it on

    You can try this simple fix -
    Quit DW.
    Find this file-
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "homeydog2323" <[email protected]> wrote in
    message
    news:e0sbe3$70c$[email protected]..
    > when trying to insert a fireworks html that i exported
    from fireworks mx
    > using
    > the export wizard as soon as i choose the file to insert
    into dreamweaver
    > i get
    > an error message that says
    >
    > A script in file C:\Program Files\Macromedia\Dreamweaver
    > MX\Configuration\Shared\MM\Scripts\insertFireworksHTML.
    js has been
    > running for
    > a long time. Do you want to continue?
    >
    > When i click yes it just comes up with the same message
    multiple times and
    > than after a couple times and than goes back to the
    begging and does not
    > do
    > anything
    >
    > I do not know why it is doing this it does this on
    multiple computers that
    > i
    > have tried it on
    >

  • Javascript missing when inserting Fireworks html to Dreamweaver

    When importing a javascript rollover menu from Fireworks to Dreamweaver, the buttons are recognized as buttons, but the different states don't appear. Anyone? Beuhler?

    OK I did a test with your file and the quick one I created. I can reproduce your issue when I use the Navbar behavior. WIth simple rollovers things work fine, but for some reason, DW is ignoring the JavaScript when I try to insert the FW HTML into a new or existing file, when the navbar JS is used.
    FW is exporting the script; if you open the HTML file generated by FW, you will see the JS in the head of the document. But something is happening in DW when it tries to insert this html content into a page. Very weird. I honestly don't know if this is a DW issue or an FW issue. I admit I'm leaning toward DW, if only because the exported file from FW does work correctly.
    If you like I will pass this onto the FW engineers, with your sample file.
    Keep in mind my original comment still stands (espeically with navigation like your smaple, which is all text-based); strongly coonsider doing this kind of thing using and unordered list and styling the navigation using CSS. Far more flexible and accessible in this manner.

  • Inserting Fireworks HTML into a Dreamweaver template

    I've created a dreamweaver cs3 template for my website. I've
    also created a menu in fireworks which has popup menu's. If I
    create a new page (not from a template) and insert the fireworks
    html, everything works fine when I try to preview it.
    However, if I insert the fireworks html into a page created
    from a template, or even the original template file, the image of
    the menu is inserted and can be viewed, but the popup menu's do not
    appear. Any thoughts or suggestions?

    Which version of FW? If FWMX 2004 or earlier, you would need
    to read this
    carefully -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    ==================
    "hraklis_1" <[email protected]> wrote in
    message
    news:g4p0l0$lak$[email protected]..
    > I've created a dreamweaver cs3 template for my website.
    I've also created
    > a
    > menu in fireworks which has popup menu's. If I create a
    new page (not from
    > a
    > template) and insert the fireworks html, everything
    works fine when I try
    > to
    > preview it.
    >
    > However, if I insert the fireworks html into a page
    created from a
    > template,
    > or even the original template file, the image of the
    menu is inserted and
    > can
    > be viewed, but the popup menu's do not appear. Any
    thoughts or
    > suggestions?
    >

  • Help inserting Fireworks pop-up menu into Dreamweaver

    I wonder if anyone can help me with pop-up menu insertion
    process. I create the menu in Fireworks and export it to
    Dreamweaver. I place the menu in a fresh test document and it works
    perfectly every time, but when I go through the exact same series
    of steps in my real page, I get a broken image icon. I just can't
    understand why the path is fine one way, yet gets lost in the
    shuffle the other way. The only two differences I can think of are
    where in the site folder the test page is saved, as opposed to
    where the real (archive) page is stored, and the fact that the
    archive page already has rows and columns and cells, where the
    fresh test page has just one basic table and nothing else at all. I
    even tried manipulating the code directly to make the sections in
    question identical, and even that doesn't do it. As far as I could
    see, my actual working site page (which won't accept the insertion)
    had one extra bit of code, namely
    <td colspan="4"
    Everything else seems to be the same.
    I am losing my sanity over this!

    Would it be too late to direct you to another menu approach
    altogether? The
    FW pop-up menus are not the sharpest knife in the drawer -
    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/navbars/)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "birdpics" <[email protected]> wrote in
    message
    news:ed2pnn$5cl$[email protected]..
    > I wonder if anyone can help me with pop-up menu
    insertion process. I
    > create
    > the menu in Fireworks and export it to Dreamweaver. I
    place the menu in a
    > fresh
    > test document and it works perfectly every time, but
    when I go through the
    > exact same series of steps in my real page, I get a
    broken image icon. I
    > just
    > can't understand why the path is fine one way, yet gets
    lost in the
    > shuffle the
    > other way. The only two differences I can think of are
    where in the site
    > folder the test page is saved, as opposed to where the
    real (archive) page
    > is
    > stored, and the fact that the archive page already has
    rows and columns
    > and
    > cells, where the fresh test page has just one basic
    table and nothing else
    > at
    > all. I even tried manipulating the code directly to make
    the sections in
    > question identical, and even that doesn't do it. As far
    as I could see, my
    > actual working site page (which won't accept the
    insertion) had one extra
    > bit
    > of code, namely
    >
    > <td colspan="4"
    >
    > Everything else seems to be the same.
    >
    > I am losing my sanity over this!
    >
    >
    >
    >
    >

  • How do I insert Fireworks Slideshow (non flash) into Dreamweaver?

    I have been trying to import a slideshow from flash that I created from the built in template. I used the player that does not require a flash plug in and I cannot figure out how to insert it into my webpage in Dreamweaver. When I post the code directly it says that I have to enable java script?  I am new to dreamweaver/fireworks and coding. I know that it should be simple, but I have not been able to figure it out.  Thank you for any help you can offer!

    I don't use that function, but here's a list of articles that may prove useful:
    http://community.adobe.com/help/search.html?q=creating+a+slideshow+in+dreamweaver&lbl=drea mweaver_product_adobelr&self=1&hl=en_US&lr=en_US&area=0
    You could also look at using jquery, very simple to use and help docs come with most of the apps.
    Lots of goodies here:
    http://www.1stwebdesigner.com/resources/57-free-image-gallery-slideshow-and-ligh tbox-solutions/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Inserting Fireworks HTML

    I have inserted an HTML image from Fireworks into
    Dreamweaver. It has converted to an AP element within Dreamweaver.
    It is a drop down menu which is functional, the only problem is
    when I preview it in Internet Explorer the image shifts to the
    right. I have set the page margins and the L and T values but it
    still seems to shift.
    Does anyone know how to fix this problem?

    Have you previewed it in another browser, like Firefox? If
    so, what happens? IE 6 has some bugs regarding CSS, so it's always
    a good check to test in another browser in addition to IE 6 to
    determine if it's a browser-specific problem.

  • It is possible to insert a html code in iWeb?? help please!!

    Hi there, and thanks for helping me!
    I have a question. I am new to iWeb, and  I am making my first website with Adobe Dreamweaver CS5. I have the HTML, CSS code ready to be uploaded to the web. So I wonder if it is possible to insert my HTML and CSS code in iWeb so I can publish it? I mean, my code in Dreamweaver is ready to be publish, so I want to put the code in iWeb and then publish it with all HTML, CSS and Javascript code. Thanks!

    You might be able to reuse some of your html in iWeb with the HTML-snippet:
    Whenever I need to do something tricky in iWeb I insert a HTML-snippet from the drop down insert menu -> widgets  (or the Media Browser Widgets palette), adjust its size and paste the HTML code into the snippet.
    You will not be able to recreate a complete page this way, but you might be able to save some  preformatted parts of your page, like elaborate tables and groups of pictures.

  • Dreamweaver cs6 insert fireworks html

    Hi,
    I made this facebook button on fireworks cs6 as you can see the image on the link:
    http://prntscr.com/1w8rm4
    so i choose on fireworks to:
    1-wen we hover whith the mouse it turns blue.
    2-and wen we click it it turns darker grey.
    but wen i export it as html to dreamweaver cs6  it doesnt work,
    it appears normal but wen we hover over it it doesnt turn blue, wen we click it it also stays the 1 st color,
    the only thing it still does is redirect to htto://www.facebook.com
    can you tellmehow to do this.
    this is how i exported it as you can see on the link of the prtscreen image:
    http://prntscr.com/1w8t6u

    Here it is the full firefox html document from fireworks export:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <title>footer_social_icons.png</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS6 Dreamweaver CS6 target.  Created Fri Oct 11 11:21:27 GMT+0100 2013-->
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="MM_preloadImages('images/footer_social_icons_r1_c1_s2.png','images/footer_social_ icons_r1_c1_s3.png','images/footer_social_icons_r1_c3_s2.png','images/footer_social_icons_ r1_c3_s3.png','images/footer_social_icons_r1_c5_s2.png','images/footer_social_icons_r1_c5_ s3.png','images/footer_social_icons_r1_c7_s2.png','images/footer_social_icons_r1_c7_s3.png ');">
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="280">
    <!-- fwtable fwsrc="footer_social_icons.png" fwpage="Page 1" fwbase="footer_social_icons.png" fwstyle="Dreamweaver" fwdocid = "1106691969" fwnested="0" -->
      <tr>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="8" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="8" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="7" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="64" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="1" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="1" alt=""></td>
      </tr>
      <tr>
       <td><a href="http://www.facebook.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c1','images/footer_social_icons_r1 _c1_s2.png','images/footer_social_icons_r1_c1_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c1','images/footer_social_ic ons_r1_c1_s3.png',1);"><img name="footer_social_icons_r1_c1" src="images/footer_social_icons_r1_c1.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c2" src="images/footer_social_icons_r1_c2.png" width="8" height="64" alt=""></td>
       <td><a href="http://www.twitter.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c3','images/footer_social_icons_r1 _c3_s2.png','images/footer_social_icons_r1_c3_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c3','images/footer_social_ic ons_r1_c3_s3.png',1);"><img name="footer_social_icons_r1_c3" src="images/footer_social_icons_r1_c3.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c4" src="images/footer_social_icons_r1_c4.png" width="8" height="64" alt=""></td>
       <td><a href="http://www.linkedin.com" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c5','images/footer_social_icons_r1 _c5_s2.png','images/footer_social_icons_r1_c5_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c5','images/footer_social_ic ons_r1_c5_s3.png',1);"><img name="footer_social_icons_r1_c5" src="images/footer_social_icons_r1_c5.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c6" src="images/footer_social_icons_r1_c6.png" width="7" height="64" alt=""></td>
       <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','footer_social_icons_r1_c7','images/footer_social_icons_r1 _c7_s2.png','images/footer_social_icons_r1_c7_s3.png',1);" onClick="MM_nbGroup('down','navbar1','footer_social_icons_r1_c7','images/footer_social_ic ons_r1_c7_s3.png',1);"><img name="footer_social_icons_r1_c7" src="images/footer_social_icons_r1_c7.png" width="64" height="64" alt=""></a></td>
       <td><img name="footer_social_icons_r1_c8" src="images/footer_social_icons_r1_c8.png" width="1" height="64" alt=""></td>
       <td><img src="images/spacer.gif" width="1" height="64" alt=""></td>
      </tr>
    </table>
    </body>
    </html>
    So do i have to copy the script at the <head> to to my web site to make it work?

  • Word 2013 - Error inserting an HTML file in a word document

    Hello,
    Here is an issue i'm having:
    Open a blank doc in Word 2013
    Click Insert - Object - Create from file. Then select an html file, click insert and ok.
    i'm always getting the below error message:
    I can reproduce this issue on multiple machines.
    Office 2013 preview and Office 2013 RTM are getting same error.
    Anyone else ?
    Thanks

    Hi Christophe_P,
    I’m able to repro the behavior in my test environment as per your repro steps.
    An Office repair does NOT impact the issue for me.
    I’ll report the issue to the Office product group.
    A possible workaround:
    In a Word 2013 document>Insert tab > Text group > Click Object
    In the Object dialog, click the Create New tab
    Select Microsoft Word Object; then click OK
    In the newly embedded/activated Word doc object, click Insert tab > Text group > Click the Object dropdown arrow; then choose “Text from File…”
    In the Insert File dialog, navigate to; then select the html file; then click Insert.
    Bill Go - MSFT

  • Firework HTML not working on DREAMWEAVER CS5

    When i import to dreamweaver cs5 a firwork html , it will show but when i preview it or upload it the button states will not show. Down state, over state.
    when i do the same but with dreamweaver cs4 it will work. Any Ideas.

    IMHO, FW HTML was always wonky.  Bring your images only into DW, and let DW write your code.

  • Inserting Flash into Dreamweaver document question

    When I insert a Flash swf into my Dreamweaver document, the flash file will be displayed in the same dimensions as it is on the flash file on every computer correct? So for example, if I insert a swf file that is 550 x 400 into my Dreamweaver, whether it is displayed on a computer with a 2000x1220 screen, or a 1270x800 screen, the swf file will aways be 550 x 400 (so on the 2000x1200, the swf will be much smaller). Basically I'm asking how do I make it so the flash swf is stretched to fit the entire page no matter what the resolution is?

    The short answer is you can't.  It's because of how images are handled.  FLA native files are vector images.  However, the animation/interaction itself when saved as a SWF file becomes rasterized, thus the image gets blurry the larger you make it.  So if you make it bigger no matter how you save it, the image will become blurry.  What you should do if you need to fill the background is create a repeating background image to put on your page behind the flash that will expand regardless of the resolution.  With the repeating background the image is not stretched but rather printed on the screen over and over again making the effect that the image is stretched across the screen.

Maybe you are looking for

  • How do you display TV programs in Box sets?

    Is it possible to display TV programs and films as Box Sets? For example, in the library below, Friends and Futurama were purchased as a box set but Friends takes up 10 icons when it should only need 1 icon that expands out when double clicked.    Ca

  • I tunes 10 takes 5mins to open. anyone know why?

    When trying to open itunes on my pc it takes about 5 mins to load. anyone know why?

  • How to use a sketch in DW to design a site?

    Hi, I remember on the really early versions of Dreamweaver one could use an image in the background (that would be locked); this would act as a design stencil/guide to help one design/build a site directly over it in Dreamweaver. I've googled for hou

  • Dynamic Graph

    Hi All, I'm running a site which gives Economic Data if anybody want. Now I have to show Graphs of selected data. can anybody help me that what should I use to create Dynamic Graphs, B'coz range of data is set by the user. Site is running on Oracle 8

  • WSUS on a RD license server?

    Is it safe to co-locate WSUS on a Remote Desk License Server / Connection Broker? This is from the release notes on WSUS 3.0: WSUS 3.0 is not supported on servers running Terminal Services Although WSUS 3.0 may still run on servers running Terminal S