benny666
03-26-2004, 08:19 AM
I found this site
http://www.ascotent.com/WindowTreatments.htm
that uses url encoding style name like
big%house.jpg
when I try to rename my pics and put a link to a picture with a name like that the browser will not accept it
e.g.
<html>
<body>
<img src="big%house.jpg">
</body>
</html>
the funny thing is that you can see his images from his server but when I try it locly on win (apache) or even in linux (apache) it will not show the pic
any ideas??
http://www.ascotent.com/WindowTreatments.htm
that uses url encoding style name like
big%house.jpg
when I try to rename my pics and put a link to a picture with a name like that the browser will not accept it
e.g.
<html>
<body>
<img src="big%house.jpg">
</body>
</html>
the funny thing is that you can see his images from his server but when I try it locly on win (apache) or even in linux (apache) it will not show the pic
any ideas??