Can't edit part of page

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Can't edit part of page

    I've set up an asp page in Dreamweaver that pulls in results from a database.
    My client needs to edit the right hand side of this page, but can't select the
    area to edit. I haven't set up a template or non-editable region and I can't
    figure out why that area is not editable. Does it have something to do with the
    asp code?

    lm1106 Guest

  2. Similar Questions and Discussions

    1. Loading part of the HTML page?
      When you answer a feedback guestion in Google with a radio button, only that section of the page reloads and says "thankyou," not the entire page....
    2. CS2: can you print just part of a page?
      Can't find in the ID Help or on this forum any information about printing just a part of a given page...not as a tile but just as a particular...
    3. using php to show particular part of page
      I have a particular section of a page that I need to display if the variable being passed is a certain name. The the particular block of code that...
    4. Flash paper on only part of the page?
      I have noted that Flash paper can render as one component of an HTML page; e.g. with the standard banner at the top and navigation at the left......
    5. Use the DataList Control to Present and Edit Data PART 2
      Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Web.UI Imports System.Web.UI.WebControls Imports...
  3. #2

    Default Re: Can't edit part of page

    I assume the 'needs to edit the right side of this page' is not database
    results?

    I'm a newbie, but there's a Role setting on the Editing tab... 'Protect
    scripts and forms (script tages, includes, CFML, ASP, etc'. Might be that your
    asp script tags are around some of the text you want them to edit and with this
    Role setting is checked, they can't get into text to edit?? SGimbal

    SJimba Guest

  4. #3

    Default Re: Can't edit part of page

    Contribute is not as powerful as Dreamweaver is. it does not have the ability
    to edit portion of the pages created with dynamic codes.

    If you would like to do it in contirbute you would need to use a text editor
    like "note pad or text edit" then edit the ASP codes.

    Contribute has a feature under Files>actions>edit page source in an external
    appilcation; by clicking so will pull up note pad or other applications you
    have set up to edit your dynamic codes.


    jheycie Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139