want to use a picture to link to a program when clicked .
How to do that ? what software could to that. Thanks
Depends on program.
Making an image a link:
Done to HTML 4.01 Web Standards:
<p><a href="Path to link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>
Ron
just upload it to a photo editing site
such as
photobucket.com
or
tinypic.com
and it'll
allow you to edit and provide you with a link
Comments
Depends on program.
Making an image a link:
Done to HTML 4.01 Web Standards:
<p><a href="Path to link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>
Ron
just upload it to a photo editing site
such as
photobucket.com
or
tinypic.com
and it'll
allow you to edit and provide you with a link