Do this:
cartoon = retrieve "
http://www.dilbert.com/" = <html>.......
image = select "img[src *= '.gif']" from cartoon = []
But:
image = select "img" from cartoon = [ too big (320 chars) ]
I tried escaped double quotes instead of single quotes, but no results. But there ARE gifs on that page!
Request: add a 'display' or 'render' function to draw an image.