Re: A reference with a image
Martin Simmons <[email protected]> Thu, 20 Nov 2003 12:30:53 GMT
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
>>>>> On Thu, 20 Nov 2003 11:52:42 +0100, =?iso-8859-1?B?Q3Jpc3RpbmEgR2VtYSBNdfFveiBNYXlh?= <[email protected]> said: Cristina> I've (html2:image "/cl-http/siidepe/r1s.gif" "Siguiente pág. Cristina> recomendada" :stream stream), but i would like to have a reference. For Cristina> example, when i have (note-anchor "Here" :reference Cristina> "/cl-http/siidepe/p.html"l :target "Display-pane" :stream stream), i have a Cristina> reference with the string "Here", and not wit the image Cristina> "/cl-http/siidepe/r1s.gif". I would like to have a reference with this Cristina> image, and i don't know how to do it. Wrap HTML:WITH-ANCHOR-NOTED around the HTML2:IMAGE form. __Martin