I cant seem to see the pics in my web pages design I see the
I cant seem to see the pics in my web pages design I see the text but not the pics
Solution
Hey,
Right click on browser and click inspect, the click on console, check to see there if there is no 404 there. If that\'s the case, verify the url which you are sending.
One common mistake while using relative path, and your src path is say \"/myimage.png\" it would translate to <host>/myimage.png and not wrt to the current url. Put src path as \"myimage.png\" for it to pick wrt current page url.

