I am currently setting up my forum. At the bottom of the page there is New posts, No new posts, No unread posts [ Locked ] However the image beside the New posts doesnt show up and neither does it on the actualy forums. How do i change this?
As a general rule of thumb if your images are not showing up: 1. You didn't load your image to the server 2. Your address is not pointing to the location of the image on the server <img src="c:\\mysite\image.jpg" /> (in this case, pointing to the local computer instead of the server
As Xira says, if you have uploaded the site onto the server then check the image file is there. Secondly check the location eg. "../images/newpost.jpg". Thirdly if they are right, check for case sensitivity as this is an issue I first had when I started coding. Hope it helps.Â