Using the wrong path.
This one one would be a page-relative link:
<img align="top"
src="images/coming_soon.jpg"border="0">
This one would be a root-relative link:
<img align="top"
src="/pr/images/coming_soon.jpg"border="0">
--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com
"eziokolo" <webforumsuser@macromedia.com> wrote in
message
news:fuiee4$ovf$1@forums.macromedia.com...
>I just downloaded CFMX 8 and Installed on my desktop. I
am able to browse
>my
> page as
>
http://127.1.0.1/pr/index.cfm,
but the reference to my images which is
> stored
> in wwwroot\pr\images folder is not showing the Image.
This is the path
> <img
> align="top"
src="../pr/images/coming_soon.jpg"border="0">. What am I doing
> wrong here?
>