PDA

View Full Version : inserting a link into the image description?


csinclair
01-01-2007, 04:30 PM
how do i get a link to work in the image description?
i've tried standard <a href="url">image link</a>
as well as replacing the <> tags with &lt; &gt; tags and that doesn't work either.
i've also tried using brackets and parentheses (recommended from another thread) but yet doesn't work either.

is there a plugin or add-on that is needed to keep any formatting working?
anyone got successful code snippets they could post that work for them?
so far no working answers that i can find.
thanks,
Chris

DikkieBurger
01-01-2007, 06:26 PM
You can use also markdown, like this:


This is an [example link](http://example.com/ "With a Title").

kristarella
02-08-2007, 08:35 AM
This works: http://forum.pixelpost.org/showthread.php?t=4987&highlight=links+showing