<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I did a little debugging, found that
      the image height and width values were '0'. When I manually set
      the width and height in Firebug, the image displayed. Also,
      removing the width and height attributes from the img tag allowed
      the image to display.<br>
      <br>
      As Loaded:<br>
      <blockquote type="cite"><span role="treeitem" aria-expanded="true"
          class="nodeLabelBox repTarget ">&lt;<span class="nodeTag ">p</span><span
            class="nodeAttr editGroup ">&nbsp;<span class="nodeName editable
              ">style</span>="<span class="nodeValue editable ">text-align:
              center;</span>"</span><span class="nodeBracket editable
            insertBefore ">&gt;</span></span>
        <div role="group" class="nodeChildBox ">
          <div role="presentation" class="nodeBox emptyNodeBox ">
            <div role="presentation" class="nodeLabel "><span
                role="treeitem" class="nodeLabelBox repTarget ">&lt;<span
                  class="nodeTag ">img</span><span class="nodeAttr
                  editGroup ">&nbsp;<span class="nodeName editable ">width</span>="<span
                    class="nodeValue editable ">0</span>"</span><span
                  class="nodeAttr editGroup ">&nbsp;<span class="nodeName
                    editable ">height</span>="<span class="nodeValue
                    editable ">0</span>"</span><span class="nodeAttr
                  editGroup ">&nbsp;<span class="nodeName editable ">title</span>="<span
                    class="nodeValue editable ">celebrate with Heaven
                    Sent Desserts</span>"</span><span class="nodeAttr
                  editGroup ">&nbsp;<span class="nodeName editable ">alt</span>="<span
                    class="nodeValue editable ">celebrate with Heaven
                    Sent Desserts</span>"</span><span class="nodeAttr
                  editGroup ">&nbsp;<span class="nodeName editable ">src</span>="<span
                    class="nodeValue editable ">/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg</span>"</span><span
                  class="nodeBracket editable insertBefore ">&gt;</span></span></div>
          </div>
        </div>
        <div role="presentation" class="nodeCloseLabel "><span
            class="nodeCloseLabelBox repTarget ">&lt;/<span
              class="nodeTag ">p</span>&gt;</span></div>
      </blockquote>
      Changed values with Firebug: (image displays)
      <blockquote type="cite">&lt;p style="text-align: center;"&gt;<br>
        &lt;img width="960" height="200" title="celebrate with Heaven
        Sent Desserts" alt="celebrate with Heaven Sent Desserts"
        src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg"&gt;<br>
        &lt;/p&gt;</blockquote>
      Removed attributes with Firebug: (image displays)<br>
      <blockquote type="cite">&lt;p style="text-align: center;"&gt;<br>
        &lt;img title="celebrate with Heaven Sent Desserts"
        alt="celebrate with Heaven Sent Desserts"
        src="/sites/default/files/IMCE_UPLOAD_HERE/header_bg_0.jpg"&gt;<br>
        &lt;/p&gt;</blockquote>
      <br>
      This does not really resolve your issue but hopefully gives some
      direction in where to look. Concur with Walt that it may be a bug,
      probably in IMCE not getting the correct parameters generated in
      the code.<br>
      <br>
      Ron D.<br>
      <br>
      <br>
      On 5/12/2014 3:34 PM, Pia Oliver wrote:<br>
    </div>
    <blockquote
      cite="mid:65238DEF-704B-46D2-BAFB-6A06FAFCDA3C@piasworld.com"
      type="cite">Further to my woes, now all my header images have
      disappeared. It's as if that region is gone ... I have checked the
      sub-theme and everything appears to still be there...
      <div>&nbsp;</div>
      <div>Anyone? &nbsp;The URL is <a moz-do-not-send="true"
          href="http://www.heavensentdesserts.com">http://www.heavensentdesserts.com</a>
        and all the pages are supposed to have a 960px header image just
        below the menu. The subtheme is based on the Omega theme.</div>
      <div><br>
      </div>
      <div>thanks,</div>
      <div><br>
      </div>
      <div>Pia</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><br>
        <div>
          <div>On May 12, 2014, at 10:35 AM, Walt Daniels wrote:</div>
          <br class="Apple-interchange-newline">
          <blockquote type="cite">
            <div dir="ltr">There may be a bug here somewhere. I had a
              similar problem a few months ago with a block one of the
              content people created. Nothing I did could make it work,
              but I created a new block and it worked. Mine might have
              had slightly different html tags than there's as I did not
              check that they were in fact identical so there may have
              been some bad html in theirs that I just did not see. I
              thought I had counted all the quotes and parens correctly
              but could have missed counted.</div>
            <div class="gmail_extra"><br>
              <br>
              <div class="gmail_quote">On Mon, May 12, 2014 at 1:00 PM,
                Pia Oliver <span dir="ltr">&lt;<a
                    moz-do-not-send="true"
                    href="mailto:pia@piasworld.com" target="_blank">pia@piasworld.com</a>&gt;</span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div style="word-wrap:break-word">I have Drupal 7.28
                    and a site which uses IMCE and have a block on the
                    front page which consist of just one image, a header
                    image. The site has been up and running for 3 years
                    plus without any issues. The block is configured to
                    the "menu" region and for the front page only. Last
                    Thursday I wanted to change the image, and did what
                    I usually do: simply replace the image with another
                    one, and save.
                    <div>
                      <br>
                    </div>
                    <div>No image showed up! I am the admin and use Full
                      HTML in rich text format. I tried again, thought I
                      had accidentally deleted the image ... tried in
                      every other text format; in the plain and php I
                      can see the code. If I use plain or php the code
                      is then visible on the site ...</div>
                    <div><br>
                    </div>
                    <div>I have not changed any settings anywhere, but
                      am totally unable to insert an image and have it
                      show up. I tried creating a block thinking the old
                      one might be corrupt ... same thing.</div>
                    <div><br>
                    </div>
                    <div>I have checked the admin permissions and
                      everything is checked. However, when I go to
                      "admin/people/permissions" and should be able to
                      see the various check marks for the different
                      roles, I have 5 different roles, the page is black
                      for any check marks - nothing ...</div>
                    <div><br>
                    </div>
                    <div>I really need some help- I have tried since
                      last Thursday to figure this out but have not
                      moved forward one inch.</div>
                    <div><br>
                    </div>
                    <div>thanks,</div>
                    <div><br>
                    </div>
                    <div>Pia<br>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                        <div>
                          <span
                            style="border-collapse:separate;color:rgb(0,0,0);font-family:'Times
                            New
Roman';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium"><span
                              style="border-collapse:separate;color:rgb(0,0,0);font-family:'Times
                              New
Roman';font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;font-size:medium">
                              <div style="word-wrap:break-word">
                                <span
                                  style="border-collapse:separate;color:rgb(0,0,0);font-family:'Times
                                  New
Roman';font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">
                                  <div style="word-wrap:break-word">
                                    <div>
                                      <div>&lt;<a moz-do-not-send="true"
href="http://www.Piasworld.com/" target="_blank">http://www.Piasworld.com</a>&gt;</div>
                                      <div><br>
                                      </div>
                                      <div>"That's a great deal to make
                                        one word mean," Alice said in a
                                        thoughtful</div>
                                      <div>&nbsp;tone. "When I make a word do
                                        a lot of work like that," said
                                        Humpty Dumpty, "I&nbsp;always pay it
                                        extra."</div>
                                      <div>Lewis Carroll</div>
                                    </div>
                                    <div><br>
                                    </div>
                                  </div>
                                </span><br>
                              </div>
                            </span><br>
                          </span><br>
                        </div>
                        <br>
                      </div>
                    </div>
                  </div>
                  <br>
                  --<br>
                  [ Drupal support list | <a moz-do-not-send="true"
                    href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
                  ]<br>
                </blockquote>
              </div>
              <br>
            </div>
            -- <br>
            [ Drupal support list | <a moz-do-not-send="true"
              href="http://lists.drupal.org/">http://lists.drupal.org/</a>
            ]</blockquote>
        </div>
        <br>
        <div>
          <span class="Apple-style-span" style="border-collapse:
            separate; color: rgb(0, 0, 0); font-family: 'Times New
            Roman'; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
            -webkit-border-vertical-spacing: 0px;
            -webkit-text-decorations-in-effect: none;
            -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
            0px; font-size: medium; "><span class="Apple-style-span"
              style="border-collapse: separate; color: rgb(0, 0, 0);
              font-family: 'Times New Roman'; font-style: normal;
              font-variant: normal; font-weight: normal; letter-spacing:
              normal; line-height: normal; orphans: 2; text-align:
              -webkit-auto; text-indent: 0px; text-transform: none;
              white-space: normal; widows: 2; word-spacing: 0px;
              -webkit-border-horizontal-spacing: 0px;
              -webkit-border-vertical-spacing: 0px;
              -webkit-text-decorations-in-effect: none;
              -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
              0px; font-size: medium; ">
              <div style="word-wrap: break-word; -webkit-nbsp-mode:
                space; -webkit-line-break: after-white-space; "><span
                  class="Apple-style-span" style="border-collapse:
                  separate; color: rgb(0, 0, 0); font-family: 'Times New
                  Roman'; font-size: medium; font-style: normal;
                  font-variant: normal; font-weight: normal;
                  letter-spacing: normal; line-height: normal; orphans:
                  2; text-indent: 0px; text-transform: none;
                  white-space: normal; widows: 2; word-spacing: 0px;
                  -webkit-border-horizontal-spacing: 0px;
                  -webkit-border-vertical-spacing: 0px;
                  -webkit-text-decorations-in-effect: none;
                  -webkit-text-size-adjust: auto;
                  -webkit-text-stroke-width: 0px; ">
                  <div style="word-wrap: break-word; -webkit-nbsp-mode:
                    space; -webkit-line-break: after-white-space; ">
                    <div>
                      <div>&lt;<a moz-do-not-send="true"
                          href="http://www.Piasworld.com">http://www.Piasworld.com</a>&gt;</div>
                      <div><br>
                      </div>
                      <div>"That's a great deal to make one word mean,"
                        Alice said in a thoughtful</div>
                      <div>&nbsp;tone. "When I make a word do a lot of work
                        like that," said Humpty Dumpty, "I&nbsp;always pay it
                        extra."</div>
                      <div>Lewis Carroll</div>
                    </div>
                    <div><br>
                    </div>
                  </div>
                </span><br class="Apple-interchange-newline">
              </div>
            </span><br class="Apple-interchange-newline">
          </span><br class="Apple-interchange-newline">
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>