Search code examples
htmldrupaldrupal-7

Drupal Displaying Images in block


I have problem with displaying img in my block.

I created block with images:

enter image description here

Mode "Full Html" :

<p><img alt="" src="/sites/default/documents/f_logo_1.jpg">
<img alt="" src="/sites/default/documents/f_logo_2.jpg">
<img alt="" src="/sites/default/documents/f_logo_3.jpg" style="height:48px; width:104px">
<img alt="" src="/sites/default/documents/f_logo_4.png" style="height:44px; width:211px"></p>

But after save, i see only title and no one tag img. Also i tried add text like "lorem..." and its work with all other tag like strong, p, em.

Thank you for attention.


Solution

  • I found solution :) It was problem with Text Formats.

    Solutions is : Configuration -> Content writing ->Text Formats and HTML tags authorized

    <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd><img>