Background turns black in edit mode

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

  1. #1

    Default Background turns black in edit mode

    I recently coded a few templates for use in Contribute - specifically 2
    different templates for 2 different designs. The HTML looks as it it needs to
    in the supported browsers (IE, Mozilla, Safari) and in DreamWevaer's WYSIWYG
    mode. It also looks fine in Contribute's WYSIWYG mode until a user hits "edit".
    Once they hit edit the white (or any other coloured) background of the body
    text (content area) turns black in both templates. This makes the layout have
    black text on a black background which makes editing text a real challenge, to
    be polite.

    I normally code tableless CSS sites, and make pretty extensive use of CSS,
    however on these 2 designs I did use more tables knowing it would end up in
    Contribute. I understand Contribute has some struggles with CSS layout but am
    curious what would cause colours to change in edit mode. Perhaps there is some
    preference I can turn off to stop this behaviour, etc?

    I looked on the internet a bit and also in these forums and haven't found a
    way to address this aside from crippling the design further. Any help is
    appreciated. Thanks.

    TimeBandit Guest

  2. Similar Questions and Discussions

    1. in edit view, all background is black, cannot see text
      Hi, The site I'm working on displays just fine in the regular view, but when I go into edit, the edit areas are all black. I've deleted all the...
    2. Edit button not converting to edit mode
      I too had the same problem today. I've users set up as writers role to update content thru Contribute. We have two admins including my self. We...
    3. 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...
    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. Gaussian Blur on Text turns black
      Hi, I'm in the process of being so frustrated, I fear my computer's life! I'm having a problem with illustrator : I'm trying to create a blur effect...
  3. #2

    Default Re: Background turns black in edit mode

    Can you attach a sample page and CSS?

    The only CSS issue I've run into where Contribute's edit mode behaves
    differently from browsers or Dreamweaver involved all objects in the editable
    region of a template disappearing when the user used the Enter key to create a
    new paragraph. If I remember correctly I finally isolated it to a "<br />" tag
    that had been assigned an id linked to a CSS declaration of "clear=all".
    Otherwise I've found that well-coded CSS renders fine in Contribute.

    Tom Benjamin 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