Can't edit edit region.

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

  1. #1

    Default Can't edit edit region.

    my site was created from the dreamweaver html template. if going to edit
    it, the background is white of edit region. it will not visible, if the
    text color is white.

    Please Help!

    bee3 Guest

  2. Similar Questions and Discussions

    1. Edit region
      I made a page in Dreamweaver with an edit region. But no matter which role I connect with I can still edit other parts of the page too. What am I...
    2. Edit button not converting to edit mode
      Do you (or the client, rather), by chance, have desktop firewall installed? Some of those programs will block ftp traffic. If so, you may see if you...
    3. Edit button not converting to edit mode
      Okay, scratch my last post. I just tried it again and it didn't seem to do it again. Now I am begining to think it has something to do with the...
    4. Would like to load a datagrid already in edit mode instead of having the user click the edit button
      Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already...
    5. Set the width of the edit textbox after clicking on Edit link in datagrid...
      Hi There, I have a data grid where I have a couple of columns as follows: ----------------------------------------- |id | textual...
  3. #2

    Default Re: Can't edit edit region.

    "bee3" <webforumsuser@macromedia.com> wrote in message
    news:e267gd$nf9$1@forums.macromedia.com...
    > my site was created from the dreamweaver html template. if going to edit
    > it, the background is white of edit region. it will not visible, if the
    > text color is white.
    >
    > Please Help!
    >
    Huh?

    Are you saying that the background colour can not be edited and it is white
    at the moment? Are you also saying that you have no other choice but to use
    white text instead of black?

    You may be best off contacting the creator of your site - only they will
    know what they have locked in the template and help you out.

    --
    Helen, lime, et al.


    lime Guest

  4. #3

    Default Re: Can't edit edit region.

    Oops!"edit region" is the mistake of "editable region template object."

    But it was solvable. Thank You!

    If the following CSS is written, the background of "editabke region"
    will be displayed in white.
    html {
    background-color: #ffffff;
    }

    When writing as follows, the background was transparent and was displayed.

    body {
    background-color: #ffffff;
    }
    > Huh?
    >
    > Are you saying that the background colour can not be edited and it is white
    > at the moment? Are you also saying that you have no other choice but to use
    > white text instead of black?
    >
    > You may be best off contacting the creator of your site - only they will
    > know what they have locked in the template and help you out.
    >
    bee3 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