Skip navigation
Matthewone35
Currently Being Moderated

Can't change files

Aug 2, 2012 9:00 AM

I have successfully downloaded Dreamweaver, accessed my root files, and the remote server, but can't make any additions or deletions to my files.  Is there another step that I should take?

 
Replies
  • Currently Being Moderated
    Aug 2, 2012 9:07 AM   in reply to Matthewone35

    Have you defined a site in DW?  Are you operating out of that site?  You are opening a file from that site by double clicking on the file name in the site's file list?  What additions or deletions are you trying to make?  What happens when you try?

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 11:58 AM   in reply to Matthewone35

    I can't make any new entries at all.

     

    So - what happens when you try?  Are you not able to click on the spot where you want to make these changes?  Can you make the desired changes in Code view rather than in Design view?  Would it be possible for us to see the page you are unable to change so we can look at the code?

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 12:41 PM   in reply to Matthewone35

    Which version of DW are you using to make these changes?  I don't have any problem opening it or making changes in CS6.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 1:17 PM   in reply to MurraySummers

    Are you accidentally in Live View vs Design View?

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 1:23 PM   in reply to Matthewone35

    Matthewone35 wrote:

    The code view is just a jumble.

    Can you post a screenshot so we can understand what you're seeing?

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 1:33 PM   in reply to Matthewone35

    The code on the page is partly responsible for your problems.  For example, it looks like the page was built in about 1995 and never updated - meaning that the code is grossly archaic, however it is still rendered by browsers, so who cares.  But the problem is that DW is not rendering with circa 1995 logic, and when it encounters things like this -

     

      <table width="800" border="2" align="center" cellpadding="10" bgcolor="996633" bordercolor="#663333">

     

    it doesn't cut that code a break and supply the missing octothorpe for the deprecated 'bgcolor' attribute value.  So, what you saw when the page got darker was the disappearing background color on that table.

     

    But - this is what happens when you try to maintain very old code in a very new authoring system....

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 2:27 PM   in reply to Matthewone35

    If you added that missing octothorpe to the color value, it would work OK in Design view.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 2:56 PM   in reply to Matthewone35

    Uh-oh, somebody should have Googled

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 2:59 PM   in reply to Matthewone35

    Matthewone35 wrote:

     

    ok, I have to show my ignorance.  What in the world is an octothorpe?

     

    It is a pound or hash sign : #

     

    I believe Murray wanted you to change this:

     

     

    <table width="800" border="2" align="center" cellpadding="10" bgcolor="996633" bordercolor="#663333">

    To this:

     

     

    <table width="800" border="2" align="center" cellpadding="10" bgcolor="#996633" bordercolor="#663333">

     

    Hope this clarifies the "whiff-whaff".

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 3:07 PM   in reply to Matthewone35

    Matthewone35 wrote:

     

    ok, I have to show my ignorance.  What in the world is an octothorpe?

    http://en.wikipedia.org/wiki/Number_sign

     

    In Australia, we call it the hash symbol.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points