The following tag shows a white box (broken image), but if I click on it the browser loads the image and displays it.
<a href="/nicks/pic.png"><img height="24" width="24" scr="/nicks/pic.png"/> </a>
I have tried permission and so forth, and moved the directory.
The correct attribute name is src
.
Don't use scr
. Use src
.