Dreamweaver cc not showing in extension mgr

dreamweaver cc is not showing in extension mgr ?

All sorted.  I needed to install the extension manager for CC first, before installing the JSP support extension.

Similar Messages

  • Problem with Adobe Extension Manager CC. Does not show installed extensions.

    Adobe Extension Manager CC does not show installed extensions for Photoshop CC 2014 or Photoshop CC so that I am unable to uninstall extensions.  This means that I cannot install updates to extensions.

    Hi JJ - thank you for getting back to me.  I got onto an Adobe tech and we tried various things including re-installation of Extension Manager, which didn't fix the problem.  We then updated Photoshop (I was one point release back) then re-installed EM and this has fixed the problem.
    I did check online and quite a number of people seem to have had this problem, so I guess Adobe has fixed whatever bug was in there.
    Thanks!
    Robert

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • Dreamweaver CS5 not showing all recordsets in databases/bindings/server behaviors windows

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

    Dreamweaver CS5 is not showing all recordsets created on a page in the databases/bindings/server behaviors windows.
    I'm on XP, DW version 11.5 build 5344.
    Any idea of how I fix that?
    Thanks,
    Betty

  • Import images grid does not show file extension

    I use Aperture in a "referenced" mode. At times, I have jpeg files in the same folder as my nef files (which had already been imported into Aperture). The import images list does not have (or I cannot find out how to display) the file name that shows the file extension too. Of the data available, i can scroll to the right and see a lot of different metadata in the list, but not the file extension.
    Does anyone know how to have the file extension displayed in the list that is shown when trying to import?
    thanks

    Aperture can display just about anything you would like to display. The key is putting the correct field into the metadata set for that is being used for the browser or viewer that is active (you can have two ready to go and switch between them or none with a shortcut key)
    This should tell you everything you ever didn't want to know
    [Aperture Metadata Display|http://photo.rwboyer.com/2008/08/aperture-and-metadata-display>
    RB

  • Hyperion Workforce Planning - Rules migrated in LCM not showing in Calc Mgr

    1-Having trouble with workforce rules (as well as capex and rulesets) that are not showing up in calc manager (in system view) in our QA environment after I migrate them from Dev. New rules were created by a consultant we had in dev and on migrating them forward (along with the new forms), they are not appearing in Calc Manager (in system view). However, I am able to select them when editing forms as part of the loading/save configuration in execution of forms. Anyone have any input on why this might be happening and how we can go about getting these to show up in Calc manager?
    I have checked to ensure that they were deployed in Dev in case that rolls forward. Another odd item I'm noticing is while Calc Manager will reflect the most recent revised date in Dev of rules I've updated, it is reflecting an older date to that of when it was last edited/created by the consultant we had. I am beginning to think this is the root cause of the problems as Shared Services not getting updated properly to perform the migration.
    2-Also, I've come across a problem where I had an old version of a rule in QA that did not want to accept the new version I was copying forward from Dev. The system has indicated to other admins that I have it locked (presumably after the LCM) while I am not accessing it (and it gives me no such indication). When looking in calc manager, QA had the old version revision and last modified info, while Dev had revised info (and the LCM file as well). Have tried restarting Planning services to unlock it, but to no avail. Any input on how to unlock a rule that you are not currently in (my first assumption is something similar to unlocking locked objects out of EAS, but nothing there to work with).
    In attempt to bypass this problem, I tried deleting the old rule out of QA and copying back in the revised version from Dev. This removed it from calc manager, but the form appears to still be using the old rule (I've tried removing the reference and then reapplying it with no positive results). To solve my short term problem, I've created a copy of the rule under a different name and copied it forward, but any tips would be great in case I come across this problem in the future (and so I might be able to remove this locked rule that serves no purpose).
    Any help would be greatly appreciated. Otherwise, I may need to go with a ticket to Oracle, but hoping these are common issues that someone else has come across.
    FYI - Currently on 11.1.2.1.
    Thanks,
    Jonathan

    Thanks for the tip.
    I have tried a direct import/export in Calc Manager and have been able to move rules successfully. However, we have built a lot of our rules using the Rule Designer and on direct import, I seem to lose the layout and the script merges into one. As a short terms means to fix this, I've done the good old fashion copy and paste to create the new rules in QA.
    In Shared Services, we are using the Define Migration function to extract what I need from Dev and then manually copying the files over to our QA server to import via the same in Shared Services (\\servername\c$\Oracle\Middleware\user_projects\epmsystem_qa\import_export\username@MSAD). I know that's a bit vague, but am I missing anything there?
    I apologize if my queries are not clear. This is all new for us as we are in the process of transitioning from a internally developed relational/essbase planning application to Hyperion Planning while we also recently transitioned from using essbase 7.1.6 to 11.1.2.1 (clean install so no migration issues).
    Thanks again for the information.
    Edited by: gaarafield on Apr 17, 2012 10:29 AM

  • Pixel Bender does not show in filters after installation but shows in extension mgr as plugin

    I installed pixel bender (64bit) into my CS5 extended group through the extension manager as administrator as per directions for win 7. All went well and I restarted both PS5 and the computer. I do not have any pixel bender option under filters or anywhere else I can find. Did I do something wrong? I will uninstall it and try again, but right now, it's not looking good.

    Ok... here's the deal. I installed the CS5 Master Collection on my computer. It installed a 32 and a 64 bit version of PS5 on my Win 7 64bit system. I thought that may have been because I downloaded a trial version (possibly 32 bit?) from the web before I got my full version in the mail. I uninstalled it and did a clean install with the disc a second time thinking that the earlier trial version had created some kind of protocol. When I reinstalled the PS5 64 bit from the disc it AGAIN installed both versions but the only one that will open is the 32 bit. So, I downloaded the 32 bit version of Pixel Bender and reinstalled (as administrator) the plug in (or extension) from the Extension Manager. It is there now although I have not tried it. At least it shows. I still don't know why I am working in the 32 bit version??? Anyone know?

  • HELP DREAMWEAVER CS4 NOT SHOWING SWF FILES

    I have a presentation in 2 days in Tokyo. And I'm panicking.
    I'm on am Intel Mac OS X 10.4.11.
    I have the latest version of Flash Player 10 installed. (Not the brand new beta version).
    I created a great website in Dreamweaver MX a few years ago.
    I never had ANY issues with .swf files displaying until using Dreamweaver CS4.
    I updated my photography portfolios in Adobe Bridge, and used Dreamweaver CS4 to link the updates.
    NOTHING MORE THAN THAT!
    Then, NONE of the .swf files that were always viewable are showing.
    There is absolutely NO Flash content showing on any page of the site now.
    Not even in browser view in Safari, or Firefox.
    I uploaded the files along with the newly created SCRIPTS folder to my server, and still no .swf files are viewable.
    These are NOT FLV files they are .swf files that were imbedded properly, and were always viewable. Until now.
    I have to go to Tokyo in two days and give a presentation of this site.
    What is the problem?
    The attached files show the view in Dreamweaver CS4. The view in Safari, and the view in Firefox.
    I'm screwed for a desperately needed job in Tokyo if I can't get this fixed ASAP.
    Please help.

    i think you are on to something here. but i am not sure how to go about fixing this.
    are you saying the "../s
    should be replaced with "S
    where is this code located? in the source code of each page that has the swf files? i should replace it with the correct version you copy and pasted? and that should resolve the problem?
    big thanks if this is the issue.
    <script src="../scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    The correct link to that file would be this -
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    Note the "S" in place of the "s".  *nix servers are case sensitive.

  • Installed extensions not showing windows extensions pull down?

    I have the latest photoshop CC installed, & extensions manager for CC. I cannot for the life of me understand why after installing Russell Brown's paper textures, & watercolor assistant extensions, they show installed in the exchange panel as installed,  but not in the drop down window>extentions !
    I have ran the extensions manager program & it says they are enabled! but no where to be seen with the PS CC window>extensions !
    Help!
    ....Alan

    Hi Alan,
    Thanks for this information. Can you also tell me whether or not such folders exist here?:
    /Applications/Adobe Photoshop CC/Plug-ins/Panels
    I've just tried installing those particular products with that version of Photoshop, and this is where they end up.
    If the folders aren't there, could you please enable logging as follows and send me the log files at fgregor at adobe dot com?
    Create a file called 'ExManCoreLibLog.YES' and place it in the following location:
    /Users/<username>/Library/Application Support/Adobe/Extension Manager CC/Log/ExManCoreLibLog.YES
    Then create a file named 'ExManLog.YES' and place it at:
    /Applications/Adobe Extension Manager CC/Adobe Extension Manager CC.app/Contents/MacOS/ExManLog.YES
    Both log files are generated and saved in the following location:
    /Users/<username>/Library/Application Support/Adobe/Extension Manager CC/Log
    Many thanks,
    Fraser

  • Dreamweaver CC not showing images

    I have been using DWCC without problems. However, last night I opened one of my domains and none of the images are showing in templates or regular files. I checked the "pics" folder on my server and it was intact with correct permissions. I checked the "Site Manager" setting for the pertinent domain and it was properly configured for the images path. I checked to ensure that my CSS file had not changed; it hadn't. I tried the CSS file in another domain's templates and it works fine. The other domains I work on are displaying images without any problem. I have deleted the domain's site cache, recreated the domain's site cache a number of times, all to no avail. I can click on an image placeholder on a template page, find the image on the same path I stated in the "Site Manager" and the image then shows without problem. I get no error codes or other indication that the images are not available. This morning I deleted the DWCC installation, downloaded and installed it again without any change in the problem. The actual domain site is displaying and working properly. Anyone have any ideas about what might be the problem?

    Probably better to ask in Dreamweaver support forum
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Dreamweaver is not opening.. extension is not supported..wat to do??

    i ve downloaded adobe cs6 dreamweaver.. but its extension is not supported it looks like images given below... wat to do
    please find me a solution????????

    Hello minudmw,
    The file format you're seeing is an Adobe Download Manager file. I'm assuming you've initiated the download from Adobe's licensing website via the Download Manager?
    Also, notice the filesize - it is 345KB - meaning it is not the Dreamweaver's actual installation file itself. Re-initiate the download from Adobe's website (wherever you started the download from earlier) to get the complete installer file. If your cookies haven't been cleared, your download should resume from where it was left off.
    -ST

  • Dreamweaver does not show current version of page

    Not sure how to describe this problem. When I open a page in dreamweaver for editing, the text is not the text I put there recently. If I do I "live view" it IS the text the should be there, if I preview in a browser it IS the right text as well. I can't edit the site at all. I have little enough work coming in without losing more clients because of this sudden glitch. First everything was crashing after the Snow Leopard update, then as that seems to be working better, this happens! Ive been using Dreamweaver since macromedia version 1 and I've had issues but nothing this strange. Any ideas?

    Hmmm...
    Make sure you are having valid code in your page.
    Try running it at http://validator.w3.org/#validate_by_input once and see if there are any errors.
    DW may not be able to show your content if you have invalid code as it will get confused on what to display.
    Regards,
    Vinay

  • IPhone Jabber client not showing internal extensions just the Alerting Name

    I have customer calling from a 7965 to his desk phone 7965 which shows both Alerting Name and Extension, he also has an iPhone/Jabber Client on WiFi (no cellular involved). The iPhone client shows the Alerting Name from the 7965 but doesn’t show the 4 digit internal extension. Is this a known issue?

    Dear Miro,
    The issue has nothing to do with the server it's the client, Lync 2013 issue with caching data and the way its reading it back from the cache.
    Work around:
    just create a new client policy using the command new-csclientpolicy with AddressBookAvailability  "WebSearch" only.
    "New-CsClientPolicy -Identity TestCsPolicy -AddressBookAvailability WebSearchOnly"
    assign the policy to your test client, delete cache folder at the client end.
    "Grant-CsClientPolicy -Identity MIRO -PolicyNameTestCsPolicy"
    "you can delete sign-in information by signing out and clicking on "delete sign-in info" then sing-in again"
    test again. it should work.
    if it didn't open contact card and check if the the client is getting the data correctly.
    yet i didn't find another fix to the issue with lync 2010 client everything works just fine without any changes.
    Regards,
    Nader Barakat

  • Enable Extensions not showing in "Extensions" pane

    After disabling extensions in the Safari/Preferences/Extensions panes there no longer is any content on the "Extensions" pane. Trying to install an extension brings up a message stating:
    "Safari can’t install this extension because Extensions are disabled. Extensions can be enabled in Safari’s Extensions preferences".
    This cannot be done as there is no longer any content in Safari's Extensions pane.
    Can anyone please advise on how the Enable switch can be reinstalled on the Extensions pane. Thanks.

    Uninstall SIMBL as follows. Back up all data before making any changes.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard (command-C):
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.

  • Dreamweaver site not showing flash in IE

    mymei.com
    A website I manage was displaying Flash in all browsers when
    I launched it about 8 months ago. Somewhere in the interim, the
    Flash stopped working in IE and Safari. It came to my attention and
    I've been trying to see how to link the Flash files in Dreamweaver
    CS3 so that this does not occur. HELP PLEASE!

    I made a mistake in the code I sent you, here is the correct
    one didnt copy
    the right one Sorry.
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style>
    .style1 {
    font-size: 12px;
    .style2 {
    font-size: 16px;
    border;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    </style>
    </head>
    <body>
    PUT YOUR PAGE HERE
    </body>
    </html>
    aka Frenchy ASP
    "Alain St-Pierre" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yeah check your page for errors as Murray said this is
    wrong
    > <HTML><HEAD>
    > <TITLE>RDCD Fusion Enterprise
    Dashboard</TITLE>
    > <style type="text/css">
    > <!--
    > .style1 {
    > font-size: 12px
    > }
    > .style2 {font-size: 16px}
    > .border {
    > border-top-style: none;
    > border-right-style: none;
    > border-bottom-style: none;
    > border-left-style: none;
    > }
    > -->
    > </style>
    > <meta http-equiv="Content-Type" content="text/html;
    > charset=iso-8859-1"></HTML>
    >
    > <HTML>
    > <HEAD>
    >
    > In this code you have 2 opening <html> tag and no
    closing the same as
    > <head> it shoud look more like this;
    >
    > <!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">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>RDCD Fusion Enterprise
    Dashboard</title>
    > <style>
    > .style1 {
    > font-size: 12px
    > }
    > .style2 {font-size: 16px}
    > .border {
    > border-top-style: none;
    > border-right-style: none;
    > border-bottom-style: none;
    > border-left-style: none;
    > }
    > </style>
    >
    > </head>
    >
    > <body>
    > PUT YOUR CODE HERE
    > </body>
    > </html>
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Fix these first. Then worry about cross-browser
    differences....
    >>
    >>
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.egprototype.com%2F
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "mhutto42" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Thanks Alan.
    >>>
    >>> That worked to update the site with the updated
    .swf files.
    >>>
    >>> Still, the site look completely different with
    IE and Firefox. Any
    >>> reason for this?
    >>
    >
    >

Maybe you are looking for

  • HP LaserJet M1120 MFP will not print on wireless network with Windows 8.1 operating system

    The printer worked on the wireless network with Windows 8. I have been advised that it does not work with windows 8.1 because a driver is required. However this is not available to download. It is ridiculous that by having the latest operating system

  • Hypertext for Reader in Android

    I was surprised to find that Reader for Android does not support hypertext links - specifically mailto: like the windows version does.  I keep a directory for a group that includes links for email addresses making sending emails from the directory ve

  • WRT54G not saving changes

    I have a WRT54G version 6 router. The router had been working fine but then stopped allowing I-Net access. The router was reset and the firmware was updated. Still no access. Now I'm not able to make any configuration changes as well. When a change i

  • Port forwarding with a BT business hub

    hello i'm trying to port forward a game but having followed the instructions I still cannot get a connection. the game is minecraft and the port number is 25565 Can any body help many thanks connor

  • IPhoto '09 8.1.2 Doesn't import via drag and drop!

    My Macbook Pro version of iPhoto won't allow me to drag & drop photos into the albums. It will allow import via menu but only as new events and then still won't allow me to add to existing albums. I have tried reinstalling OS as I had another problem