Dan Getman wrote:
>
>
> Hello again,
>
> I am attempting to produce images in my results page, and having only
> limited success. I would like to place image locations, <img> tags, in the
> description META tags of the html pages to get a list of images that will
> be displayed in the results. It looks something like this:
>
> <META NAME="description" CONTENT="<img src="http://www.image.location.gif>">
>
How about single quotes? Haven't tried this myself with htdig, but it's
a standard procedure working with JavaScript:
<META NAME="description" CONTENT="<img
src='http://www.image.location.gif'>">
/Palle
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.