Images vs code

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
igor_ufrn
Posts: 1
Joined: 28 Mar 2018, 05:48

31 Mar 2018, 16:06

How to find the images represented by the codes? Some html tags represent images in a way that is unfamiliar to me. For example, how to find the image represented by the code "" ?????????

Code: Select all

<div class="ui-g-12 ui-md-3">
                <div class="overview-box overview-box-1">
                    <div class="overview-box-header"></div>
                    <div class="overview-box-content">
                        <div class="overview-box-icon"><i class="material-icons">&#xE156;</i></div>
                        <div class="overview-box-title">Messages</div>
                        <div class="overview-box-count">152</div>
                    </div>
                </div>
            </div>


I have no idea how the image appears in the div. It's magic for me kkkkkkkkk

kubrasulukan
Posts: 87
Joined: 10 Jan 2018, 16:04

03 Apr 2018, 16:16

Hi,
Firstly, "&#xE156;" is not an image code it is an icon code (for markup) that is in the "material-icons" class.
<I> tag is not for the image, it represents icons. If you want to add an image you should use <img> tag.
If you have any further question you can check here for details: https://www.w3schools.com/tags/tag_img.asp

Best Regards

Post Reply

Return to “Serenity - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests