HTML Help Image Links |
Image links are clickable images that take a person from one page to another. Below is the code used for making a simple image link. |
Here is the code: <<>a href="http://url of link"<>> <<>img src="http://url of image"<>> <<>/a<>> Here is an example and the code used: <<>a href="https://members.tripod.com/~Titan_Cronus"<>> <<>img src="https://members.tripod.com/~Apollo__/images/wtvglow.gif"<>> <<>/a<>>
|