Image Paths in 1.5
-
Hello all,
I keep my images in the directory just below my /wp/ directory, in a folder called /images/.
I have been unable to hit my images, I can’t get the relative path right from my posts.
<br />
<img src="../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="../../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="../../../../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
<img src="/../../../../../../../../../images/event1.jpg" ALT="Event1" border=1/><br />
I even tried to brute force find it!
So far I have been unable to get it, unless I uase the absolute path to the image, starting with http:// and going all the way there.
This is fine, however if I ever move my site, it’s going to be a pain to rename all the links!
Any advice on this? I have no idea why I can’t hit it relatively…
– Harvey
The topic ‘Image Paths in 1.5’ is closed to new replies.