[Gambas-user] Webview + images Kubuntu 9 / Kubuntu 10

Ian Haywood ihaywood at ...1979...
Sat Apr 9 09:15:16 CEST 2011


On Sat, Apr 9, 2011 at 4:54 PM, richard terry <rterry at ...1946...> wrote:

> <IMG SRC="/home/richard/webcam_shot.png" NAME="graphics1" ALIGN=LEFT WIDTH=320
> HEIGHT=240 BORDER=0>, just shows an empty box on the screen where the image
> should be.
firstly I assume /home/richard/webcam_shot.png exists.

second try modifying the html to read:
<IMG SRC="file:///home/richard/webcam_shot.png" NAME="graphics1"
ALIGN=LEFT WIDTH=320 HEIGHT=240 BORDER=0>

as some browsers may be picky and require that it be a file:// URL.

Ian




More information about the User mailing list