i am trying to add an extra column (About) on the side bar (sidebar.php). Here is the code
-
<li class="widget">
<h3>About Site</h3>
-
<p>Hi There!</p>
No problem with that! it works just fine.
But when I try to add an img tag with <p>, the image doesn't display at all!
I've tried using width and height properties to smaller the image size but still, it won't display anything!
The image does exist in the directory, no doubt with that!!!
Here is the code:
-
<li class="widget">
<h3>About Site</h3>
-
<p>Hi There!<img src="koala.png" alt=""/></p>
could someone please help resolve the issue?
will really appreciate!!