On Jul 28, 11:42, Douglas Quebbeman wrote:
Except they're not visible on some systems :-)
The URLs have spaces in them (not legal, only letters, digits and
underscores are allowed unless encoded); you ought to convert the page
source from (for example)
<img
src="http://members.iglou.com/dougq/p2455/thmb_PSU DigiDaughter.jpg"
width=150 height=100 border=0>
to
<img
src="http://members.iglou.com/dougq/p2455/thmb_PSU%20DigiDaughter.jpg&…
width=150 height=100 border=0>
(or change the filenames to remove the spaces, if you prefer). The
pictures are good, though.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York