This topic is locked

Insert image into header

5/6/2010 7:51:07 PM
PHPRunner General questions
author

Hi,
Attempting to insert an image into a header. I click the "insert image" button on the toolbar, browse for the file, fill out the dialog, and the image appears on the form. Then I build and upload the app. But when I test the app online, the image is not there. All I see is a blank box. When I view source, I see the URL is incorrect. It's local, such as:
"file:///C:/appname/tmp/images/home.gif"
Is this a bug or am I pebkac'ing this? I've tried using a URI, and get this in view source:
"file:///C:/appname/tmp/images/https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=14380&image=1&table=forumtopics">;
Thanks.
Rich

Sergey Kornilov admin 5/7/2010

Rich,
for some reason I cannot reproduce this issue. When I insert an image into header it adds the proper way:

<IMG border=0 alt="" src="images/myimage.png">
You should be able to fix this issue manually pointing it to the right file.