Page 1 of 1

Embedded Links

PostPosted: Sun Mar 23, 2014 1:45 pm
by sgitlin
When writing a description of a gallery, I would like to have a word or words in the description be links to some other website, like Wikipedia. As an example, "While traveling through Paris, we . . .", I would like to make Paris a link to an entry in Wikipedia. Is this possible, and if so, how would I go about doing it?

Thanks in advance,

Stew

Re: Embedded Links

PostPosted: Sun Mar 23, 2014 3:32 pm
by dw_thomas
(We'll see if this avoids scrambling ..)

<a href="http://www.xxxxx.com" >text that appears visible in link</a>


Where the real URL replaces the obviously bogus one above.


DaveT

Re: Embedded Links

PostPosted: Sun Mar 23, 2014 3:49 pm
by sgitlin
Thanks DaveT. Will give it a try.

Stew

Re: Embedded Links

PostPosted: Sun Mar 23, 2014 7:59 pm
by dw_thomas
NOTE: You will most likely need the HTML flag checked for this to work. (I usually use HTML for other purposes, such as line breaks, so my HTML flag is normally set anyway.)

DaveT

Re: Embedded Links

PostPosted: Mon Mar 24, 2014 1:17 am
by sgitlin
I actually didn't have the flag set, but it seemed to have worked fine anyway. I just checked the flag now to be safe :)

Thanks again.