Viewing new template in dreamweaver cs3 reverst to front page ??

When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

From their website:
" Adobe Flash (version 8 or higher) is required to edit the
FLA file.
- Use the source codes at your own risk after downloading and
flashmo.com is
not responsible for any bugs or errors caused by
ActionScripts."
Do you own Flash? Are you familliar with action scripts? If
not, then you
probably want to start with a plain html template and learn
how to code html
and CSS. Flash sites look nice but they are not friendly for
Search Engines
or users who don't have flash player installed on their
system.
Here are some on-line tutorials to help you get started with
html and CSS
code:
www.w3schools.com (free)
www.Lynda.com (pay videos)
Adobe help - "Getting Started"
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"jdbcmcbride" <[email protected]> wrote in
message
news:ftr2vf$i4q$[email protected]..
> I am a first-time user of DreamWeaver and am currently
learning how to
build a
> website with the Adobe HTML article that they have.
However, I found a
flash
> template that I downloaded as it is exactly what I want
to use for my
website.
> My problem is, I don't know how to make it work.
>
> The template is located at
http://www.flashmo.com/home
and it is the one
on
> page 5 called "037 Wooden". If anyone can tell me what
to do to get this
to be
> my website, I would really appreciate it.
>

Similar Messages

  • PLEASE HELP - Problem with 2 column fixed template in Dreamweaver CS3

    I am trying to create a website using the 2 column fixed, right sidebar, header and footer html template in Dreamweaver CS3.  I tried putting a picture in the right side bar as well as with in the main content or left portion of the page, and neither picture is showing up when I view it in any of the browsers I'm using.
    I've made some minor changes in colors and sizing, but other than that no other changes.  The pic I put in for the header is showing up just fine though.
    Any help or advice to solve this issue would be greatly appreciated.
    Thanks!!

    Here is the base Dreamweaver code including the pic references that I'm trying to show on either side - when the browser opens, it only shows a blank space where the pics should be... let me know what you think.  Thanks!!
    <!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"><!-- InstanceBegin template="/Templates/AL TemplateNEW.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Temp Home</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    .twoColFixRtHdr #container {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixRtHdr #header {
    background: #DDDDDD;
    padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .twoColFixRtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px;
    .twoColFixRtHdr #mainContent {
    margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    .twoColFixRtHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColFixRtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]--></head>
    <body class="twoColFixRtHdr">
    <div id="container">
      <div id="header">
        <h1>Header</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
        <h3>Sidebar1 Content</h3>
        <!-- InstanceBeginEditable name="RightSideBar" -->
        <p>Right Side Bar Content - - -    </p>
        <p>Inserted pic below here</p>
        <p><img src="/images/Syntergy5.jpg" width="123" height="105" /></p>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if it will always contain more content. </p>
        <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
    <!-- InstanceEndEditable -->
        <p> </p>
      <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1> Main Content </h1>
        <!-- InstanceBeginEditable name="MainContent" -->
        <p>Main Content - - </p>
        <p>inserted pic below here:</p>
        <p><img src="/images/Kelly1.jpg" width="285" height="236" /></p>
        <p> </p>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero. </p>
        <!-- InstanceEndEditable -->
        <p>
          <!-- end #mainContent -->
        </p>
      </div>
    <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat" />
      <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    <!-- InstanceEnd --></html>

  • Can't create new sites in Dreamweaver CS3.  Help!

    I am trying to create a new site in Dreamweaver CS3 but keep
    getting the following error:
    "The action cannot be completed because the other program is
    busy.
    Choose 'Switch to' to activate the program and correct the
    problem"
    I have tried every documented solution on the adobe website
    and other discussion forums and still cannot get past the problem.
    I have restarted the IIS server on my local PC as documented
    on the following adobe technote:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16485&sliceId=2
    Other things I have done:
    1. I have followed all the advice in the links at the bottom
    of the above page.
    2. I have created a new user, logged into that and tried
    creating a site with a "virgin" environment
    and I still have the problem.
    3. I have gone into the registry and renamed the site
    configuration info in case something was corrupted.
    This removed all my site configurations. No help!
    4. I have turned of my firewall and restarted the IIS
    server.
    5. I have searched the web for anything even remotely
    similar to this error and tried every tip out there.
    I called Adobe and they referred me back to the technote
    above, which I had already tried.
    One last bit of info. I can't create new sites, but I can
    edit web pages in my existing sites. However, I cannot change the
    configuration of the website in the Manage Sites area (i.e. I can't
    push the Edit button).
    Has anyone had this problem? Any help would be appreciated. I
    have hit a brick wall on this one and am trying to meet a deadline
    on a new website I need to create.
    If I can't find a solution quick, I will be an
    ex-Dreamweaver user. That saddens me because I really like
    Dreamweaver, but I have to perform on my job.

    And are you running Skype?
    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
    ==================
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:ga4hba$bnv$[email protected]..
    > What is your firewall?
    >
    > --
    > 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
    > ==================
    >
    >
    > "Steven A" <[email protected]> wrote in
    message
    > news:ga4ejo$8nb$[email protected]..
    >>I have rebooted many times. Actually, I am the only
    user that ever logs
    >>in.
    >> This is happening on my laptop. I just created
    another user to see if it
    >> was a
    >> corruption issue with sites tied to my regular
    login.
    >>
    >>
    >>
    >

  • DW 8 Templates in Dreamweaver CS3

    Greetings,
    I am currently working with a Dreamweaver template (Version
    8) and I have recently installed Dreamweaver CS3 to check it out. I
    wanted to update several pages with the updated template in CS3,
    but when I tried, I got an error related to nested editable
    regions. I checked out my code, and cleaned it up (it is strict
    xhtml 1.0) and tried again. I didn't get the error, but none of the
    pages are updated. Does somebody know why this could happen?

    If you have made changes to a template page and those changes
    are not
    propagated to the respective child pages then only one of two
    possibilities
    exist:
    1. Your changes were made to EDITABLE regions in the template
    files, or
    2. The site cache is corrupted, and can be fixed by using
    SITE | Advanced >
    Recreate Site Cache
    Might one of those be the cause?
    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
    ==================
    "Melissa_Serrano" <[email protected]> wrote
    in message
    news:f7gk2r$k45$[email protected]..
    > Greetings,
    >
    > I am currently working with a Dreamweaver template
    (Version 8) and I have
    > recently installed Dreamweaver CS3 to check it out. I
    wanted to update
    > several
    > pages with the updated template in CS3, but when I
    tried, I got an error
    > related to nested editable regions. I checked out my
    code, and cleaned it
    > up
    > (it is strict xhtml 1.0) and tried again. I didn't get
    the error, but none
    > of
    > the pages are updated. Does somebody know why this could
    happen?
    >

  • Dreamweaver CS3 will not save page

    I have few details as I'm troubleshooting for a client, but hopefully someone can help get me to the answer...
    Client has Dreamweaver CS3. Been using it for about a year (and before that, earlier versions). One person now cannot save files. After making a change, Save is still gray and keyboard shortcut (ctrl+S) does not work.
    Other things I know (via phone conversation):
    - Using Windows XP
    - Check in/Check Out is enabled, and she is able to check out the file
    - Editing on local and uploading to remote
    - Other people within organization can save changes to the same pages
    - all users have same FTP username and password
    - I am using DW 8 and can access, make changes and save to same pages
    - She can Save As...
    Any ideas will help.
    Thanks in advance!
    Carrie

    tim_ver wrote:
    > Licensing of this product has stopped working. Try
    unintsalling and then
    > reinstalling. I did this again and still same error.
    >
    > How do i fix this issue?
    If you go to the Adobe Support Knowledgebase, you can find
    this sort of
    answer for yourself. Type "licensing has stopped working"
    into the
    "Search for" field, select "Dreamweaver" from the "Product"
    menu, and
    click search. The following page comes up as the first
    result:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401528&sliceId=1
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • How can I view wordpress template in Dreamweaver

    I have some wordpress templates but can't view them in a browser since there is no index.html just php. How can I get around this and use a wordpress template as a regular dreamweaver CSS page? I don't want to load the wordpress app or the database in my server so is this possible?
    Thanks

    I don't want to load the wordpress app or the database in my server so is this possible? 
    No it is not possible because WP runs on apache server, MySql database and PhP.  If your theme is distributed by by WP then you can view it at this link:
    http://wordpress.org/extend/themes/
    Search for your theme and if it is there, you can preview it before downloading.
    Another option is to create a free blog/site at this link:
    https://en.wordpress.com/signup/
    You can then change the themes and try changing it using inline styles.  You are not allowed to upload any css files, plugins or your own themes at this link.  Even js is not allowed for security reasons.
    Hope this helps.

  • Inserting RSS Feeds into a Dreamweaver CS3 Template

    I've created a website template in Dreamweaver CS3. We need
    to insert an RSS feed that will allow our web site to receive news
    updates and information pertinent to our consumers needs. Please
    help! I have no clue how to do this.

    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?
    >

  • Are dreamweaver CS3 templates responsive?

    Hello,
    I need to create my project that will work also in ipad and the new cellphones?  I'm using Dreamweaver CS3, and already almost done with the project when I was asked to have this new parameter - the site has to be responsive to these devices.  Will the template in Dreamweaver CS3 work with these devices?  I don't currently have these devices to test.  How could I test them.  If not, any suggestions... Any help, please....
    Zandy
    [email protected]

    Unfortunately, CS3 predates the "responsive design" concept by a few years. You can still make responsive designs using it, but it requires more knowledge of handcoding the CSS/HTML. If you look into Media Queries and Responsive Design online, there are quite a few sources that give you the info you'll need. Depending on your level of comfort with CSS and HTML, they may be a great help, or a confusing mess.
    http://www.lynda.com is a good resource
    As for previewing things for smaller devices, Firefox has a nice little thing built in for that...
    Tools > Web Developer > Responsive Design View (Ctrl + Shift + M).

  • Code view not in synch with Design view (Dreamweaver CS3)

    Hello All,
    On my main work PC, I am running Dreamweaver CS3. When I am
    working in split view (with both Design and Code view visible) when
    I click on an element (say, a button) in Design view, the code view
    automatically shows me the code for the element that I am working
    on. That way, if I need to manually edit the code, I can click on
    the Code view and make the appropriate changes.
    On my laptop I am also running Dreamweaver CS3 However, when
    I am working in split view and I click on a element in Design view,
    my code view does NOT update itself and continues to show the last
    bit of code I was working on in Code view. While this could come in
    handy at times where i want design view and code view to show me
    two different things, I mostly would like code view to update
    automatically. Currently the only way I can get code view to update
    on my laptop is to hit the "refresh design view (F5)" button. Is
    there a way to do this automatically? Is this an option in
    Dreamweaver preferences because I don't see it anywhere.
    Thanks so much for your help.

    Ethereal_Mike wrote:
    > Does the new version of Dreamweaver CS3 print the code
    in color?
    No. If you feel that it's an important enhancement that you
    would like
    to see in future versions, submit a feature request:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The more people who request a specific feature, the more
    likely it is to
    be implemented.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Dreamweaver CS3 template uneditable

    Dear Community,
                     I created a template in Dreamweaver CS3, editing the template worked up until today. The site is www.slothbob.com, which maybe irrelevant, but in the content part of the page (center), when opened template in dreamweaver, it seems to have a lock down, only allowing an "editable region" where that text is. I am trying to get out of this lock down trap, so I can edit other slices in the template. Also, it prompts that my template is nested directly or indirecty, but before when editing was possible, it seemed to just incorporate the changes to every page across the site. Again, my goal is to just editing some of the slices in dreamweaver that would be an axiom across every page on the site, but in lock down (code greyed out and everything). I appreciate everyone's time and input and thank you all greatly.
    Slothbob

    The link that you posted is bad.  Please try again.
    The symptoms you describe tell me that your "template" is likely not a template but a child page.  We would need to see the code to know for sure, though.

  • Dreamweaver CS3 - Cannot create root and image folder in Site Management. (Create New Site)

    Good day everyone,
    I am not able to create folders for a new site in Dreamweaver CS3.
    This is the problem:
    I open Dreamweaver
    I go to site and click on create new site
    In the new site panel I name the site eg: Test Site
    Then I click on the browse folder to attached a root folder and image folder for the site
    This is where the problem starts, when I browse to the folders, Dreamweaver does not keep the location/path.
    Like this: My folder is created in the following directory.
    C:\xampp\htdocs\my_site_folder
    So when I browse to this folder and click save
    the path does not stay in Dreamweaver, all the stays is this.
    C:\xampp\htdocs\
    The site name does not remain.
    I cannot get Dreamweaver to hold the path.
    Same for the image folder.
    I noticed this started to happened after I updated Vista to Service pack 2.
    I have never seen this happen before.
    Anyone have any ideas?
    Thanks.
    Patrick

    You'll see the anser to this here:
    http://forums.adobe.com/thread/478132?tstart=60
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Dreamweaver CS3 website docs onto new computer

    Have website docs in Dreamweaver CS3 on a computer that's crashed and need to get them on new laptop.  Dreamweaver CS3 has been activated on new computer, however, how do I retrieve docs from the old computer and get them onto the new one? 

    If your sites are online, and the hard drive is complete toast, you can create a new site on the new computer and then use the "Get" command in DW to download the entire thing.
    1. Create a new site on the new computer using Site > New Site
    2. Click the Advanced tab, click Local Info to set the root folder to a new empty folder, then Remote Info to add in your FTP info
    3. Click OK
    4. From the files window of the new (empty) site, click the connect button (plug in icon)
    5. Click the Get button (down arrow) in the Files window
    DW should ask if you'd like to "Get the entire site?" click Yes. Everything in your site's root folder on the server will download to the new site folder created in step 1.

  • How to edit joomla templates in dreamweaver

    hi all.
    I am working with flex,when i crossed joomla its attracted me lot,they are providing so many templates i want to edit that templates (php)using
    dreamweaver and also want to create new templates using dreamweaver.
    can any one help to lead me..
    please help any suggession...
    cheers,
    B.venkatesan.

    Work in Code View only.   
    Install a local testing server for your system:
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Joomla! Tutorials
    http://www.lynda.com/Joomla-1-5-tutorials/creating-and-editing-custom-templates/666-2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Flash Web Gallery edited in DreamWeaver CS3 or CS4

    I use Lightroom 2.6 to create Flash Galleries. I'd like to add a link to the template in Dreamweaver CS3 or Trial CS4. However, the following message keeps appearing:
    Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed. Down
    load the Adobe Flash Player
    I have checked to verify the Flash Player is installed and working properly. I have doubled check to make sure scripts are allowed in my browser...Mozilla. I also installed, uninstalled and installed Flash Player several times.
    The index page is html so what am I missing?
    Grace_h

    Hi
    It's probably due to the way you have 'linked' to your images in lightroom not being relative to the images address in your dreamweaver page.
    Place your images in a folder within your dreamweaver site and create your lightroom page in the same folder.
    PZ

  • Trying to install Dreamweaver cs3

    I've got a brand-new copy of Dreamweaver cs3 and for some reason, it won't load onto my computer. I tried it on another computer and it works okay. The silly thing is, the drives are working okay because I  installed another program just to make sure that the drives are working and that went in okay. I am using an HP media centre pc that's got 2 drives. if I put in the top drive where you can burn CDs, it isn't even recognising the disk. It recognises it in the second disc drive but it doesn't auto run when you put the CD in the drive, and if you open it up manually, it just won't install, nothing happens. Any ideas what is happening because like I said, I installed another program & that went in okay?

    The error is here:
    Dreamweaver CS3 on my new Windows 8 PC
    This will most likely never work. CS3 wasn't even fit for Win 7. Delete the caps.db in the respective caps folder (info here) and then take the usual steps of running as admin, turning off UAC and security tools and possibly using compatibility modes, but as I said, be prepared that this may be futile and you spend a Sunday afternoon without achieving anything...
    Mylenium

Maybe you are looking for

  • Please help me out tell me the differnce

    I have two statements like UPDATE WCOWNER.WC_EXT SET INVCE_STATUS='Error-UPDF' WHERE EXT_CD IN (SELECT SOURCE_SYSTEM_REFERENCE_ID FROM FFTD3_BILL_INTER_HEADER_GENER) above query is working in sql editor this fine and problem is with simple procedure

  • Why am I seeing too many routers in workgroups?

    I'm seeing too many routers listed in workgroups on my network and I was wondering why and how do I fix this? KingOfMyPC58

  • Ipod shuffle 3rd generation

    My friend gave me his iPod shuffle 3rd generation so that I could delete the music he has on it and sync it with my iTunes library instead. When I plug it into my computer's USB port, it charges but does not appear in my devices on iTunes. How do I g

  • Reading list icon keeps disappearing

    I am using OSX 10.6.8, I use the reading list icon a lot.. the pair of glasses on the left of the toolbar, but it keeps disappearing every day. I have gone into Customize toolbar but it disappears from there also. Any advise on how or why it keeps va

  • Firewire cable & eSATA cable

    How may pins does my late '08 MBP have for the Firewire connection? I'm on Monoprice's site trying to order a cable, but there are so many choices, that I'm not certain what I need. Also, I have a LaCie 2T NAS that I'm currently using through etherne