d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need Some Help With Showing Images.. > Stuck
Add Reply New Topic New Poll
Member
Posts: 4,534
Joined: Oct 31 2006
Gold: 1.50
May 10 2015 03:05am

Well basicly my problem is that <img src="../../Jellyfish.jpg"> doesn't show anything but when I just call for the image in folder with the html <img src="Jellyfish.jpg"> it works like a charm...
But I can't really use that for so much :)

Don't know that much about xml, and tbh I didn't think I needed it...

Oh... Should I put my code here? It seems like an awful waste if space :/

My Directory of the images is (ProjectMaster\image\"img")

And when I call it directly it's from (ProjectMaster-master-martin\build\web)

I would be really grateful, if someone would help me with this :s
Member
Posts: 4,534
Joined: Oct 31 2006
Gold: 1.50
May 10 2015 05:23am
Quote (Littlefreak @ 10 May 2015 11:05)
Well basicly my problem is that <img src="../../Jellyfish.jpg"> doesn't show anything but when I just call for the image in folder with the html <img src="Jellyfish.jpg"> it works like a charm...
But I can't really use that for so much :)

Don't know that much about xml, and tbh I didn't think I needed it...

Oh... Should I put my code here? It seems like an awful waste if space :/

My Directory of the images is (ProjectMaster\image\"img")

And when I call it directly it's from (ProjectMaster-master-martin\build\web)

I would be really grateful, if someone would help me with this :s


Figured it out, thx for the help anyway
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
May 10 2015 06:35am
that's html, not xml.

i'm going to guess you needed something like /image/Jellyfish.jpg

don't use something like ../../image/Jellyfish.jpg
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll