Skip to main content
Inspiring
April 21, 2008
Frage

Configuring CFMX 8 on my Desktop

  • April 21, 2008
  • 1 Antwort
  • 384 Ansichten
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?
Dieses Thema wurde für Antworten geschlossen.

1 Antwort

Inspiring
April 21, 2008
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?
>

Inspiring
April 21, 2008
The pages or root is located in. Should these .cfm pages be here
C:\ColdFusion8\wwwroot\pr\images. or in
C:\Inetpub\wwwroot\pr\images