George,

I think that the src="http://localhost/89898_03.jpg"; will tell the client
web browser to try to load the image from a web server running on port 80
on the CLIENT.  This is probably not what you want.  The reason it may be
working is that your client and server are the same machine.  To tell ANY
client web browser to load the image from YOUR server, try just
src="/89898_03.jpg".

Just my $0.02

George said:
> Aaron:
>
> Thanks for the tip.  Sorry about the typos in my posts.  There's so much
> going on around here it is hard to concentrate.
>
> I put the picture in my document root and I changed Main.py to:
>
> from WebKit.Page import Page
>
> class Main(Page):
>
>       def writeContent(self):
>               self.writeln('''<center><img src="http://localhost/89898_03.jpg";
> width="1536" height="1024"><br>''')
>
> Now it works.
>
> Thanks, George Geller
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss


-- 
Warren Smith
[EMAIL PROTECTED]




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to