soundslides: putting in a link to my website
 


You can write html code into your captions or credits.

This is an example of putting a link to another website in the credits—we've linked to the my3990 web site.

This is how I wrote the code into this example in PROJECT INFO > Credits:

Story written and photographed by Eric Borg. <br>For more information, visit <A href="http://www.my3990.com">my 3990 Soundslides</A>

Here's an explanation of the code I used:

<b> puts a break (new line of text) in.

(A href="http://..."> is the link to the site you want to put in. Make sure you use the complete link. Following the > is the name you've identified for the link—in this example, I want it to be the my3990 site.

</A> is html code ending that action.

 

 

 

 
 

To see an example of how this works,
click on CREDITS in the project above.

You can copy and paste this into your project and make corrections to reflect your site:

<br>For more information, visit <A href="http://www.my3990.com">my 3990 Soundslides</A>