How do you make a link that goes to another page or to website?

0 votes
No avatar asked by (120 points) about GeoHTML
edited by

When mapping a photo can you make a link that goes to another page or website?

1 Answer

0 votes
No avatar answered by (309k points)
edited by

The application is using Dynamic HTML. Dynamic HTML uses Javascript and CSS code to apply various effects and actions to elements. However, the basic code to create a link is the following:

<a href="http://path_to_website">EXAMPLE NAME</a>

If you want to hyperlink an element, just place the element in the EXAMPLE NAME place.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...