From: Sandy M. <mat...@bt...> - 2003-03-26 16:45:43
Is it possible to attach a hyperlink to an image within PphWiki?
I am using version 1.3.3
Thanks for a great program, we have just started to roll it out for
seven different CofE Parish Websites within our Diocese in the UK.
Sandy Matheson
On Wed, 26 Mar 2003 16:45:47 -0000
"Sandy Matheson" <mat...@bt...> wrote:
> Is it possible to attach a hyperlink to an image within PphWiki?
>
> I am using version 1.3.3
Yes, probably. Something like [<url to image>|<link url>] should work.
E.g.
[http://www.path.to/some/image.gif | http://www.somewhere.com/link/]
You can also make wiki-links this way:
[http://www.path.to/some/image.gif | HomePage ]
I think, but I'm not positive, that the above "ImageLink"s will work
in 1.3.3. They will work with the latest CVS code (I just tested,
found and fixed a bug having to do with this.)
(You could also use the RawHtml plugin --- but I don't think that's
in 1.3.3.)
From: Sandy M. <mat...@bt...> - 2003-03-27 13:59:28
> Yes, probably. Something like [<url to image>|<link url>] should
work.
> E.g.
> [http://www.path.to/some/image.gif | http://www.somewhere.com/link/]
>
> You can also make wiki-links this way:
> [http://www.path.to/some/image.gif | HomePage ]
>
> I think, but I'm not positive, that the above "ImageLink"s will work
> in 1.3.3. They will work with the latest CVS code (I just tested,
> found and fixed a bug having to do with this.)
I have tried both of these and to no avail. A test page is at:
http://diocese.dsvr.co.uk/wiki/index.php/TestImages where I have tried
the various combinations of Image and Link URL.
Am I doing something wrong, or won't version 1.3.3 support this?
Sandy
> Am I doing something wrong, or won't version 1.3.3 support this?
Sorry to have gotten your hopes up, Sandy. Upon inspection of the 1.3.3
code, it doesn't support that.