Images in Images folder not showing on website!!

Jordy26

Member
May 12, 2007
6
0
151
I deleted the Images folder in Public HTML because there was loads and loads of pictures I didnt want. Then I made another folder in Public HTML called Images, now I've uploaded all the images there, None of them show up on the website.. Was there somthing in the original Images folder to allow the pictures to show up? Please reply on here or to
[email protected]
 

jeremy_reliable

Active Member
PartnerNOC
Mar 8, 2004
26
0
151
The path to your images changed so instead of
Code:
<img src="image.jpg"
You would need
Code:
<img src="Images/image.jpg"
Also this is CAse SENsitIVe

good luck