I would like to ask you a simple question. How can I show a picture from a different folder from c:\xampp\htdosc from my local server. Here is more specific information.This code works(I can see the picture.Here the picture is in "C:\xampp\htdocs\") :
<html>
<head>
</head>
<body>
<img src="124.jpg">
</body>
</html>
but when I try to change it like :
<html>
<head>
</head>
<body>
<img src="c:/New folder/124.jpg">
</body>
</html>
it doesn't work.I have for a result "broken picture"( a tiny squire with 2 curly lines).In this case as you see the picture is in "C:\New Folder\".