I have used the below HTML code which basically gets the URL from the "Logo" field and displays the image next to the title in the Details widget.
<p><img src="{Logo}" style="float:right; height:12%; width:12%" /></p>
There are some Null values in the Logo field; that presents a small rectangle next to the title. How should I modify the code to hide Null values from the dashboard?