Re: assemble a webpage!

2007-12-16 Thread Gabriel Genellina
En Thu, 13 Dec 2007 19:18:48 -0300, yi zhang <[EMAIL PROTECTED]> escribi�: > Now I am able to use urlretrieve to download the text part of a webpage > and wget to get the embedded image. Thanks for the tips! > but how can I assemble them together so the image can be displayed in > the webpag

assemble a webpage!

2007-12-14 Thread yi zhang
Hi, Guys, Now I am able to use urlretrieve to download the text part of a webpage and wget to get the embedded image. Thanks for the tips! but how can I assemble them together so the image can be displayed in the webpage automatically once I click on the .html file. Right now I only saw the tex