moshu — so far it seem that I’m the second apprentice to the third assistant of the ‘webmaster’ of my blog.
Following directions at W3Schools.com I used the suggested html code in sidebar.php, and the alt text appears, but not the image.
I created the directory ‘sideimages’ and put the image there. Here’s the code I used:
<!– Left sidebar –>
<div class=”sidebar”>
<img src=”https://www.jayjerome.com/wp-content/uploads/sideimages/donaflor.png” alt=”Dona Flor” width=”100″ height=”200″>
The image file donaflor.png is where it’s supposed to be (I checked it with my FTP program, which allows me to view it, and it’s OK).
Am I using the wrong protocol for the path? The FTP program shows my directory tree as: root/jayjerome.com/ etc… do I have to include that ‘root’ in the src?
What am I missing?