Page 1 of 1

Adding links to other sites

PostPosted: Tue Jun 15, 2004 7:21 pm
by kswope
Is it possible to add a clickable link to another site? If so how? I would like to add it to my home gallery page. thank

HTML codes

PostPosted: Tue Jun 15, 2004 7:30 pm
by matiasasun
just add a simple HTML code. For example to add a link to a google search, add this code in the DESCRIPTION of your gallery, at the edit page:

Code: Select all
<a href="http://www.google.com"> search in google</a>

PostPosted: Tue Jun 15, 2004 7:33 pm
by kswope
Thanks Matias.

ok

PostPosted: Tue Jun 15, 2004 7:43 pm
by matiasasun
You can learn a lot more seeing the "source code" on a page. Try to understand it by comparing the things to see to the codes. It will eventually make sense to you.