Images Not Showing- Menu Bar- Please Help

Hi, I have built a menu bar in fireworks cs4 and I have exported the file in html. I have a template all ready to go in dreamweaver and I am trying to add this menu bar to it. The html doc opens in dreamweaver fine when I right click on the file and open with dreamweaver. The issue is when I insert it into dreamweaver, the images are missing. In dreamweaver I go to insert and then Image Objects and then FIreworks HTML. It inserts the file but the images of the menu are not there. Can anyone please help? Thanks so much in advance!!
Meegan
ps.
here is the html code for the doc:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Menu Bar.gif</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Fireworks CS3 Dreamweaver CS3 target.  Created Wed Mar 17 08:58:22 GMT-0700 (Pacific Daylight Time) 2010-->
<script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
<style type="text/css" media="screen">
@import url("./Menu Bar.css");
</style>
</head>
<body bgcolor="#000000">
<div id="FWTableContainer1314331000">
<table border="0" cellpadding="0" cellspacing="0" width="710">
<!-- fwtable fwsrc="Menu Bar.png" fwpage="Page 1" fwbase="Menu Bar.gif" fwstyle="Dreamweaver" fwdocid = "1314331000" fwnested="0" -->
  <tr>
   <td><img src="../spacer.gif" width="128" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="10" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="128" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="37" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="128" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="17" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="128" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="6" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="128" height="1" border="0" alt="" /></td>
   <td><img src="../spacer.gif" width="1" height="1" border="0" alt="" /></td>
  </tr>
  <tr>
   <td><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0317085449_0', 'MMMenu0317085449_0',0,25,'MenuBar_r1_c1');"><img name="MenuBar_r1_c1" src="../Menu%20Bar_r1_c1.gif" width="128" height="25" border="0" id="MenuBar_r1_c1" alt="" /></a></td>
   <td valign="top"><p style="margin:0px"></p></td>
   <td><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0317085449_1', 'MMMenu0317085449_1',0,25,'MenuBar_r1_c3');"><img name="MenuBar_r1_c3" src="../Menu%20Bar_r1_c3.gif" width="128" height="25" border="0" id="MenuBar_r1_c3" alt="" /></a></td>
   <td valign="top"><p style="margin:0px"></p></td>
   <td><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0317085449_2', 'MMMenu0317085449_2',0,25,'MenuBar_r1_c5');"><img name="MenuBar_r1_c5" src="../Menu%20Bar_r1_c5.gif" width="128" height="25" border="0" id="MenuBar_r1_c5" alt="" /></a></td>
   <td valign="top"><p style="margin:0px"></p></td>
   <td><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0317085448_3', 'MMMenu0317085448_3',0,25,'MenuBar_r1_c7');"><img name="MenuBar_r1_c7" src="../Menu%20Bar_r1_c7.gif" width="128" height="25" border="0" id="MenuBar_r1_c7" alt="" /></a></td>
   <td valign="top"><p style="margin:0px"></p></td>
   <td><a href="javascript:;" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuShowMenu('MMMenuContainer0317085448_4', 'MMMenu0317085448_4',0,25,'MenuBar_r1_c9');"><img name="MenuBar_r1_c9" src="../Menu%20Bar_r1_c9.gif" width="128" height="25" border="0" id="MenuBar_r1_c9" alt="" /></a></td>
   <td><img src="../spacer.gif" width="1" height="25" border="0" alt="" /></td>
  </tr>
</table>
<div id="MMMenuContainer0317085449_0">
<div id="MMMenu0317085449_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
  <a href="shop art.html" id="MMMenu0317085449_0_Item_0" class="MMMIFVStyleMMMenu0317085449_0" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_0');">
   SHOP ART
  </a>
  <a href="originals by paris.html" id="MMMenu0317085449_0_Item_1" class="MMMIVStyleMMMenu0317085449_0" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_0');">
   ORIGINALS BY PARIS
  </a>
  <a href="prints by paris.html" id="MMMenu0317085449_0_Item_2" class="MMMIVStyleMMMenu0317085449_0" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_0');">
   PRINTS BY PARIS
  </a>
  <a href="order custom painting.html" id="MMMenu0317085449_0_Item_3" class="MMMIVStyleMMMenu0317085449_0" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_0');">
   ORDER CUSTOM PAINTING
  </a>
  <a href="greeting cards.html" id="MMMenu0317085449_0_Item_4" class="MMMIVStyleMMMenu0317085449_0" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_0');">
   GREETING CARDS
  </a>
</div>
</div>
<div id="MMMenuContainer0317085449_1">
<div id="MMMenu0317085449_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
  <a href="contact paris.php" id="MMMenu0317085449_1_Item_0" class="MMMIFVStyleMMMenu0317085449_1" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_1');">
   CONTACT PARIS
  </a>
</div>
</div>
<div id="MMMenuContainer0317085449_2">
<div id="MMMenu0317085449_2" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
  <a href="news & events.html" id="MMMenu0317085449_2_Item_0" class="MMMIFVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   NEWS &amp; EVENTS
  </a>
  <a href="newsletter.html" id="MMMenu0317085449_2_Item_1" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   NEWSLETTER
  </a>
  <a href="blog.html" id="MMMenu0317085449_2_Item_2" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   BLOG
  </a>
  <a href="upcoming shows.html" id="MMMenu0317085449_2_Item_3" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   UPCOMING SHOWS
  </a>
  <a href="archived shows.html" id="MMMenu0317085449_2_Item_4" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   ARCHIVED SHOWS
  </a>
  <a href="upcoming openings.html" id="MMMenu0317085449_2_Item_5" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   UPCOMING OPENINGS
  </a>
  <a href="archived openings.html" id="MMMenu0317085449_2_Item_6" class="MMMIVStyleMMMenu0317085449_2" onmouseover="MM_menuOverMenuItem('MMMenu0317085449_2');">
   ARCHIVED OPENINGS
  </a>
</div>
</div>
<div id="MMMenuContainer0317085448_3">
<div id="MMMenu0317085448_3" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
  <a href="policies.html" id="MMMenu0317085448_3_Item_0" class="MMMIFVStyleMMMenu0317085448_3" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_3');">
   POLICIES
  </a>
  <a href="return policy.html" id="MMMenu0317085448_3_Item_1" class="MMMIVStyleMMMenu0317085448_3" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_3');">
   RETURN POLICY
  </a>
  <a href="shipping policy.html" id="MMMenu0317085448_3_Item_2" class="MMMIVStyleMMMenu0317085448_3" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_3');">
   SHIPPING POLICY
  </a>
</div>
</div>
<div id="MMMenuContainer0317085448_4">
<div id="MMMenu0317085448_4" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();">
  <a href="about paris.html" target="q" id="MMMenu0317085448_4_Item_0" class="MMMIFVStyleMMMenu0317085448_4" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_4');">
   ABOUT PARIS
  </a>
  <a href="biography.html" id="MMMenu0317085448_4_Item_1" class="MMMIVStyleMMMenu0317085448_4" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_4');">
   BIOGRAPHY
  </a>
  <a href="galleries.html" id="MMMenu0317085448_4_Item_2" class="MMMIVStyleMMMenu0317085448_4" onmouseover="MM_menuOverMenuItem('MMMenu0317085448_4');">
   GALLERIES
  </a>
</div>
</div>
</div>
</body>
</html>

I figured it out.
I just had to move the foler and exported it again and it works now.

Similar Messages

  • HT201335 Ive bought Apple TV and upgrade my macbook air Os X ver 10.8.2 but i could not see the airplay on the top menu bar . please help! thank you.

    Ive bought Apple TV and upgrade my macbook air Os X ver 10.8.2 but i could not see the airplay on the top menu bar . please help! thank you.

    The ability to use AirPlay is BOTH an OS requirement(Mountain Lion) AND has hardware requirements.  You need to check and see if your 2010 Air will support Airplay.

  • I brought my iphone5c from Kuwait  and only imessage is working facetime is not showing could you please help me how to activate facetime

    I brought my iphone5c from kuwait but using India  and only imessage is working facetime is not showing could you please help me how to activate facetime

    Note- FaceTime may not be available, or may become unavailable, on devices purchased or used in certain countries, including Saudi Arabia and the United Arab Emirates. Check your device's region of purchase for more information. http-//support.apple.com/kb/HT1937

  • Reg Batch in delivery  some items are not showing gross weight please help

    please give me your help
    in Deliveries some items are not showing gross weight
    please give me some help

    Dear Ramsuresh,
              Check are maintaining gross weight in the Master data of those items or not.
    If not maintain in the Material master then create delivery
    I hope it will help you
    Regards,
    Murali.

  • Spry menu bar, please help

    Hi everone,
    I had to migrate from GoLive CS2 to DWCS5 a month ago, and I just put up my two site using the same template.  Sorry, I am lerning but I do not know about Code.
    Main domain is:  http://www.hydeparkgalleryllp.com/
    Sub domain is:  http://www.fumiosawafineart.com/
    Hyde Park Gallery,LLP site is working fine but my site fumiosawafineart.com has problem with spry menu bar which do not show in the web pages.
    So far, I learned without help, but this one I have no idea.
    I deeply appreciate if someone help me this issue.   Forum has been changed so much, even I am not sure I am right place... and sorry about my English.
    Fumio

    Your Spry menu bar is on http://www.fumiosawafineart.com/ but it is unstyled.
    That's because the code for styling the Spry menu in http://www.fumiosawafineart.com/ is pointing to your local hard drive (file:////Mac.... which no-one can see but you)
    <script src="file:///Macintosh HD 3/Dreamwever/HPGLLP/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="file:///Macintosh HD 3/Dreamwever/HPGLLP/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="file:///Macintosh HD 3/Dreamwever/HPGLLP/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    Should read
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    The reason for this weird code is often because you have not defined a sitre correctly in Dreamweaver. Is that the case?

  • I have the new ipad / ipad3 . I upgraded to ios7 but I didn't get pages and numbers apps free, but my colleague who is using ipad4 with ios7 it is free. more over my ipad is not showing airdrop facility. please help me out in how to rectify those

    please help me out somebody. I need pages and numbers apps immediately. I have ipad3 with ios7 running in it. Apple announced iPhoto, iMovie, Keynote, pages, numbers all are free for ios7 users. but for me it's not like that. shall I download or should I wait. in my ipad airdrop also not coming. but my colleague has both apps also comin for free and airdrop also coming who has ipad4  with same version of ios7.0.2

    They are free to iOS 7 users who have activated their NEW device on Sept 1 2013 or after. They are NOT automatically free with iOS 7.
    AirDrop is only compatible with iPad 4th gen and iPad mini. iPad 3rd gen and below do contain the necessary hardware for AirDrop. Also, AirDrop is only compatible between iOS devices. You cannot AirDrop between iOS device and Mac OS.

  • Adaptation Mode HTML5 - deleted fields not show up anymore -Please Help

    Hi SAP,
    Hi was doing screen arrangements though the adaptation mode, and by mistake I dragged the label Purpose to an area out of the Expense Report screen area. the label and the field do not show up any more in the Expense Report from a non-Travel Related expenses and there is no way to add this field again, it doesn't show up either under the fields available to add.
    since it is a required field i can't create the documents any more.

    Hi,
    there is a function "discard screen" also on the same menu.
    Best regards,
    Sigi

  • My iphone 4 not showing in itune please help

    my iphone 4 is not showing in window itune therefor i cant cync or backup my phone any help will be appreciated

    Use the search box at the top of this page.  Your question has been asked and answered countless times.

  • IPod Not Showing On XP, Please Help?

    When I plug my iPod Nano into my Windows XP, iTunes won't come up like usually. I can pull up my iTunes library, but it doesn't show that my iPod's connected. Has this ever happened to anyone else? Please help. My Nano's almost out of battery and I can't charge it.
      Windows XP  

    No help here! I am having the same problem. It worked one week ago but now doesn't show that my ipod's connected to itunes. It does charge, however.
    I have used two different ipod connections to three different USBs with same result.
    IT DOESN'T SHOW THAT MY IPOD IS CONNECTED TO MY MAC ITUNES EITHER.
    Any help out there?
    XP/ os 10.4   Windows XP  

  • Image not showing in browser - need help urgently

    hi , I'm new to Javafx I'm trying to create display an image in a web browser , not thing complex , this is my code :
    package javafxapplication1;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.image.ImageView;
    import javafx.scene.image.Image;
    Stage {
    title: "Application title"
    scene: Scene {
    width: 800
    height: 800
    content: [ImageView { fitHeight:100 , fitWidth:100 image: Image {   url:"http://braddominy.com/media/images/applescript_dragdrop_icon.png"  ,        preserveRatio:false , backgroundLoading:true} ,x:100 , y:100 } ]
    when I run that example in standard Mode it work properly and the image is displayed , however when i run the example in a browser i get a blank page with a header "JavaFXApplication1"
    i tried to google the problem but came out with no results
    need you help , thanks in advance .
    Edited by: user9377818 on Nov 30, 2010 3:59 AM

    Is the image URL pointing to the same domain as the applet is downloaded from? If not, you will need to sign it. There is a security feature that prevents unsigned applets from downloading material from websites other than the one it is downloaded from to prevent a trojan applet from using your computer to launch a denial of service attack while you run it.

  • Phone not showing in Itunes, Please help?

    help?
    my phone connects to the computer but not to itunes.
    ive tried restarting laptop and itunes also my phone but nothing, i re-installed itunes still doesnt show up but appears in my computer
    anyone help?
    thanks
    caroline

    If the problem lies in your computer, im going to guess the problem is the driver for your iPhone.
    All the info you need is here: http://support.apple.com/kb/ts1538

  • I brought my iphone4 from dubai and only imessage is working facetime is not showing could you please help me how to activate facetime

    Hello team,
    I brought geniune unlocked phone(unlocked from apple) from dubai and everything is working fine except Facetime.
    Please tell me how to activate it on INDIA.
    Regards,
    Pradeep

    You cannot get facetime on your iphone.
    Sorry

  • HT201210 My Ipod will not work anymore its just the apple showing could you please help me restart

    My Ipod will not work anymore its just the apple showing could you please help me restart?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • I am using windows 7 and itunes 11.7 my i phone 5s is not getting synced with my laptop it keeps showing backing up  please help i need to put music in my phone?

    i am using windows 7 and itunes 11.7 my i phone 5s is not getting synced with my laptop it keeps showing backing up  please help i need to put music ?

    Hi,
    Have you managed to solve this problem? if yes, please highlight how you solved it...i'm facing same problem with my new Iphone 5S but udner Windows, thanks.

  • CS Bridge when opening file shows " Some Application Components are missing from Application Directory- Reinstall".  Uninstalled with uninstaller, reinstalled from disc.  Message continues only in Bridge not in PS.  Please help.

    CS Bridge when opening file shows " Some Application Components are missing from Application Directory- Reinstall".  Uninstalled with uninstaller, reinstalled from disc.  Message continues only in Bridge not in PS.  Please help.

    What version of Bridge and Photoshop and what platform? Mac or Windows?  I can point you to a downloadable installer.
    If the cdrom was damaged, it may be the problem.
    You would uninstall and use the CC/CS Cleaner to remove any remnants before reinstalling.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    I'll be gone for most of the day, but someone should be able to help you if you get stuck.
    Gene

Maybe you are looking for

  • ICal: only one colour in year view

    Hi, my issue is that my different calendars (Red- college, green-work, blue-holidays), all appear as yellow when viewing iCal as year view. When viewing the calendar as weekly and monthly I can see which calendar is which, but in year view I can't. T

  • How do i connect to a database in ssxa(site studio external application)

    Hi, I'm working with jdev11g 11.1.1.6, and im using oracle UCM 11g R1 server, i installed the ssxa patch to my jdev... im new to it could somebody helps me to connect to he data base from my application... Its very important in my project..

  • Export HD 720p to DVCAM tape (print to tape) 16:9 not letterboxed

    hi - i'm trying to export an HD 720p24.00 project to DVCAM tape for projection at a film festival. i need to make sure the 16:9 aspect ratio is squished, not letterboxed, onto the DVCAM tape. what is the best way to go about doing all this? i am expo

  • Running PS CS4 on Windows7 (64-bit) and constantly getting "program error" messages

    I don't stop getting "program error" messages and I cannot open camera raw files despite having subsequently downloaded and installed the new ACR plug in.  Also, program errors often keep me from saving work.  Any known issues that might speed up sol

  • Goods Shipped But not Invoiced report

    Hi all, I am trying to see a report which is Goods Shipped But not Invoiced , please try to help as I think it is MM guys Report, your  help appreciated. Sandhya,