+ 1
Whats is image link which is click on image & open sites
7 Respostas
+ 11
<a><IMG></a>
+ 9
if you want to get a link put the code above then search on google the pic you want ick on thr pic hold the pic until a bar pops up then click View Image then copy the URL Done!
+ 7
@Eldar Bakerman:
- It's not the anti-slash ( '\' ) but the slash ( '/' ) wich is used in closing tag
- the <a> element need to embed the <img> one, not the contrary, and <img> have no closing tag and no content allowed ^^
Correct code for an "image link":
<a href="page.url"><img src="image.url" alt=""></a>
+ 3
@anmol, that's the way, nice and clean :)
+ 1
What?
do <img src="imageURL"><a href="link"><\a><\img>
+ 1
<a href="your link"><img src="image link"/></a>
0
My bad, I am on phone.