Another "simple" problem

[email protected] (Robert Inder) 28 Jan 2002 23:49:54 +0000
Newsgroups perl.perlpoint
Message-ID <[email protected]>
I'd like to construct a menu of pointers to key points in the output
from Perlpoint.  

Modulo the problem with the link going too far down the page,
I could do this using text links by means of ...
   \SECTIONREF{name="Foo"}
   \SECTIONREF{name="Bar"}

But I'd like to control the appearance of these links.
So I want to use icons.

In HTML, I'd like to end up with something like

   <A HREF="slide00m.html"><IMG SRC="Images/foo.jpg"></A>
   <A HREF="slide00n.html"><IMG SRC="Images/bar.jpg"></A>

and so on.  

I can't see how to do this.

Is there a way?

It seems there SHOULD be a way by embedding some perl.

But I cannot see how embedded Perl code can access the 
PerlPoint's datastructures in order to determin the filename/URL
for slide Foo.

Robert.

------------------------------------------------------------------------
Robert Inder   Interactive Information Limited,           07770 30 40 52
               3, Lauriston Gardens,    Edinburgh    EH3 9HH    SCOTLAND
------------------------------------------------------------------------