• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

image in cfdocument

LEGEND ,
Jan 25, 2008 Jan 25, 2008

Copy link to clipboard

Copied

Hi All,
I have this issue
http://kb.adobe.com/selfservice/viewContent.do?externalId=be09bdc&sliceId=2
We are using CF 7,0,2,142559 and none of the points are an issue for us.
Any other idea?
I call the image like this inside of a table.
<td colspan="3"><img src=" http://www.mydomain.com/images/myImage.gif"
width="219" height="102" align="top" alt=""/></td>

If I put the link on the browser, my image works fine.

Any help will be appreciate it.

Rgds

JFB




TOPICS
Advanced techniques

Views

267

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 06, 2008 Feb 06, 2008

Copy link to clipboard

Copied

Are your images local or remote?

If they are local you can try calling them like this: &lt;img src=&quot;file:///D:\mypath\myImage.gif&quot;&gt; (three forward slashes after the colon)

That seems to work for me.

Hope that helps.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 07, 2008 Feb 07, 2008

Copy link to clipboard

Copied

LATEST
That works..Thanks !!!
Rgds

JFB

"QueryDawg" <webforumsuser@macromedia.com> wrote in message
news:fodm89$pp1$1@forums.macromedia.com...
> Are your images local or remote? If they are local you can try calling
> them
> like this: <img src='file:///D:\mypath\myImage.gif'> (three forward
> slashes
> after the colon) That seems to work for me. Hope that helps.
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation