Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2004
    Location
    Upstate New York
    Posts
    5

    Default

    Hello Everyone!

    This is my first post, and I am using Menu Maker. It does not seem to be cooperative with my Dreamweaver MX installation, as it goes to the Webstyle program instead.

    Well, I am running into a situation in which I can get the toolbar to appear in a HTML file, but not in a template. This is very maddening, because I wanted to simply do updates on my pages on the fly, but this is not working as of yet.

    Needless to say, I am having issues with installing the Dreamweaver extensions. I had no trouble with Front Page 2002, though Front Page is not my favourite program of choice. Any advice here, aside of commitment to the looney bin?

  2. #2
    Join Date
    Dec 2004
    Location
    Upstate New York
    Posts
    5

    Default

    Hello Everyone!

    This is my first post, and I am using Menu Maker. It does not seem to be cooperative with my Dreamweaver MX installation, as it goes to the Webstyle program instead.

    Well, I am running into a situation in which I can get the toolbar to appear in a HTML file, but not in a template. This is very maddening, because I wanted to simply do updates on my pages on the fly, but this is not working as of yet.

    Needless to say, I am having issues with installing the Dreamweaver extensions. I had no trouble with Front Page 2002, though Front Page is not my favourite program of choice. Any advice here, aside of commitment to the looney bin?

  3. #3
    Join Date
    Dec 2000
    Location
    Out behind the henweigh...
    Posts
    5,115

    Default

    Hello Laredo

    Welcome to the Looney bin... No... No... Welcome to Talkgraphics. I would love to help but I do not use either FP or Dreamweaver. I must be nuts... I sling the code.

    I'm Late...

    I'm Late....


    Move down...

    Move Down....

  4. #4
    Join Date
    Dec 2004
    Location
    Upstate New York
    Posts
    5

    Default

    Greetings from Looney Bin Central!!

    I uninstalled Dreamweaver MX, and then reinstalled it. I got Menu Maker to work. HOWEVER! I can get the menu to appear in the template, but not in the uploaded pages that have the template. This is weird. What should be done here?!?

  5. #5

    Default

    Hi Laredo,
    You have gone one better than me as I cannot get the Menu to appear in the template. It does appear when I test with the browser however.

    Your problem is probably that the script is looking for the images on your hard drive and not on the website. I had this problem and had to change the path of the images manually.

    I assume that you have the same directory structure on your website as you do on your computer.

    There certainly must be an easier way. Perhaps someone will tell us

    Richie

  6. #6
    Join Date
    Dec 2004
    Location
    Upstate New York
    Posts
    5

    Default

    Here is the coding:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <LINK rel="shortcut icon" href="http://home.earthlink.net/~frontenac_media/unicorn.ico">
    <meta name="author" content="Timothy J. Forbes">
    <meta name="description" content="Frontenac Media: For all your media needs">
    <meta name="Distribution" content="local, webcom, global">
    <meta name="keywords" content="web design, web pages, Upstate New York, Ontario, Frontenac Media, Timothy Forbes, The Official Frank Gorshin Site, Haji's World">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Welcome to Frontenac Media!</title>
    <!-- TemplateEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="frontenac.css" rel="stylesheet" type="text/css">
    <script language="JavaScript" type="text/JavaScript">
    <!--



    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>
    <style type="text/css">
    <!--
    body {
    background-image: url();
    background-color: #0000FF;
    }
    -->
    </style>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <link href="../frontenac.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    .style1 {color: #FFFFFF}
    -->
    </style>
    </head>

    <body>
    <table width="790" border="0" align="center" cellpadding="1" cellspacing="0" class="text">
    <tr>
    <td width="776"><div align="center"></div>
    <div align="center"><img src="../assets/images/frontenac.png" width="790" height="100"><script menumaker>document.write('<scr'+'ipt src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt src="frontenac.js">'+'</scr'+'ipt>');/*img src="frontenac.png" moduleid="frontenac (project)\frontenac_off.xws"*/</script></div></td>
    </tr>
    <tr>
    <td valign="top" bgcolor="#0000FF"><!-- TemplateBeginEditable name="EditRegion4" -->
    <div align="center"> </div>
    <!-- TemplateEndEditable -->
    <div align="center"></div></td></tr>
    <tr>
    <td valign="top" bgcolor="#0000FF"><div align="center"><!-- TemplateBeginEditable name="EditRegion" -->EditRegion<!-- TemplateEndEditable -->
    <h5 align="center" class="style1">&copy; 2004, Frontenac Media.</h5>
    </div></td>
    </tr>
    </table>
    </body>
    </html>

  7. #7
    Join Date
    Dec 2000
    Location
    Out behind the henweigh...
    Posts
    5,115

    Default

    Hello Timothy,

    It appears you do not have http://home.earthlink.net/~frontenac...frontenac.png, http://home.earthlink.net/~frontenac_media/xaramenu.js, and http://home.earthlink.net/~frontenac.../frontenac.js, on the server. That might be a contributing factor...

    I am late...

    I am Late for a very important date...

  8. #8
    Join Date
    Dec 2004
    Location
    Upstate New York
    Posts
    5

    Default

    Actually, I do. The toolbar files are in the template folder of the Web site.

  9. #9
    Join Date
    Dec 2000
    Location
    Out behind the henweigh...
    Posts
    5,115

    Default

    Hello Timothy,

    That is most likely why it is not working... The script is looking in a different place. Either move the files or change the script...

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •