To get pictures loaded accurately once I use img src in HTML, I’ve to present your complete file path. Utilizing CSS I’d solely want to make use of:
`background-image: url(pictures/morebutton.png)`
With img src I’ve to make use of this:
<img src="wp-content/themes/blankslate/pictures/morebutton.png">
Utilizing this file path provides me the picture on the house web page, nonetheless once I click on by to the article web page, the picture doesnt load.. I am having the identical difficulty with my emblem, it exhibits on the homepage, any extra pages it doesnt present.
Can anybody inform me if the file path setup I’ve is wrong?