I am trying to find the html code to link an image to a direct web page. Where you are able to click on the image and it take you directly to a specific website page.
<a href="website url"><img src="image url"></a>
Thanks BottleBob! You're Great!!
Wait .. I think I may doing something wrong. It did not work for me...???
Got it to work. I had to change the second href to src.
Yeah, my mistake.
More information about text formats
<a href="website url"><img src="image url"></a>
Thanks BottleBob! You're Great!!
Wait .. I think I may doing something wrong. It did not work for me...???
Got it to work. I had to change the second href to src.
Yeah, my mistake.
Add new comment