PDA

View Full Version : Links in Gallery description


Freezingpictures
Nov-29-2008, 09:28 AM
Hi, I want to customize my site a little bit and with all these great posts and the totorials I got pretty far, but what I could not find by searching through the forums is how to change a link in your gallery description so that it is presented like this (http://www.penguinphotos.net) . Exchanging the webaddress for a word. Is that called hyperlink? Excuse my igonorance.

If you look at this page: http://www.penguinphotos.net/gallery/4631110_h7Gbq/1/316965447_jYhXC

In the description it says "...please visit this gallery (and then the webadress)..."
I want the webadress in the word "gallery", so visitors just have to click on the word "gallery" and do not see this long link.

Any ideas?

Thanks a lot!!

jfriend
Nov-29-2008, 09:37 AM
Hi, I want to customize my site a little bit and with all these great posts and the totorials I got pretty far, but what I could not find by searching through the forums is how to change a link in your gallery description so that it is presented like this (http://www.penguinphotos.net) . Exchanging the webaddress for a word. Is that called hyperlink? Excuse my igonorance.

If you look at this page: http://www.penguinphotos.net/gallery/4631110_h7Gbq/1/316965447_jYhXC

In the description it says "...please visit this gallery (and then the webadress)..."
I want the webadress in the word "gallery", so visitors just have to click on the word "gallery" and do not see this long link.

Any ideas?

Thanks a lot!!
Put this in your gallery description:

<html>Penguin pictures, photos and designs from Antarctica and from South Georgia.
You can buy different kinds of prints starting at $1 but also downloads.
Click on "Buy" for more details. For questions and/or requests please contact me.
If you want to look at other polar images, please visit
<a href="http://www.penguinphotos.net/gallery/6537914_48X4i/1/316965093_DPLAB">this gallery</a>
<br />
All images are Copyright Jan Will.<br />
Jan.Will@Freezingpictures.com
</html>

You need the <html> tag in the description to tell Smugmug to leave your HTML tags alone.

The proper form of a link tag is this:

<a href="put your link here">Put your text here that shows as the link</a>

You were missing the close quote on the href, the close > on the <a> link and you didn't have the text you wanted to show as the link between the <a> and </a> tags.

Freezingpictures
Nov-29-2008, 09:51 AM
Cool!! Thanks its working!! I did not know that you can puit the code right in the description field, that great!!

All the best,

Jan