You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Add a Link to a Picture

Tis adds a link to a picture. Just change LINK to the Webaddress of the page you want and PICTURELINK to the picture's Webaddress.

Source code

1
<a href="LINK"><img src="PICTURELINK"></a>

Rate this thread