benjaminWP
Member
Posted 4 months ago #
Hi folks,
I have an issue with images. I coding a html site into WordPress but when I am writing the file name for images they are not coming up.
I did read to use full path like so : http://localhost/bobsblog/..../...png for example but nothing. However when I use an image for a .current in CSS is shows.
What am I doing wrong here? I did try and research it but now I am asking the gurus here!
Many thanks,
Ben.
benjaminWP
Member
Posted 4 months ago #
Right eveyone,
I have the solution and yes it is very very easy!!!
I needed to be using:
<img src="http://localhost/site/wp-content/themes/themename/images/image.jpg"/>
I got this answer searching WordPress support!!
Here is the answer which helped me out:
http://wordpress.org/support/topic/wamp-wont-show-html-images?replies=3
Thanks!!