Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a picture a link

Status
Not open for further replies.

Colt45er

Technical User
Jul 25, 2007
20
US
i dont no if this is PSP related. but i want to use one of my images to link to a website but i have no idea how. thanks!
 
> i want to use one of my images to link to a website but i have no idea how

You need an image tag wrapped in an anchor tag . . .

Code:
<a href="[URL unfurl="true"]http://www.yoursite.com">[/URL]
<img src="yourimage.png" width="99" height="88">
</a>

See
Both tags have many other attributes you might need to look at.

__________________________________________________
Nikon D100 RawShooter PaintShopProXI Python ReXX MySQL
 
o thanks man. also, i want the picture to be displayed and under it i want a bar where people can copy the link so they can put it on there page. help greatly appreciated.
 
This is the wrong forum for this. Obviouly this is a Webpage issue, not a PSP issue. And as such should be moved to: forum215.




----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top