|
Page 1 of 1
|
[ 11 posts ] |
|
About insert link in to images ???
| Author |
Message |
|
btgvnws
|
Posted: Wed Sep 09, 2009 12:41 pm |
|
Joined: Thu Feb 22, 2007 3:18 pm Posts: 63
|
|
Hi all ! How to insert link in to images of code HTML (not use software) ? Thanks !
_________________ http://www.vietstar.us
|
|
| Top |
|
Re: About insert link in to images ???
|
echophp
|
Posted: Thu Sep 10, 2009 6:19 am |
|
Joined: Sun Feb 11, 2007 9:07 am Posts: 597
|
|
| Top |
|
Re: About insert link in to images ???
|
btgvnws
|
Posted: Thu Sep 10, 2009 1:26 pm |
|
Joined: Thu Feb 22, 2007 3:18 pm Posts: 63
|
|
| Top |
|
Re: About insert link in to images ???
|
echophp
|
Posted: Fri Sep 11, 2009 10:17 am |
|
Joined: Sun Feb 11, 2007 9:07 am Posts: 597
|
Try to add the attribute bellow to remove the border Code: border="0" Hope it helps.
|
|
| Top |
|
Re: About insert link in to images ???
|
btgvnws
|
Posted: Sat Sep 12, 2009 2:10 pm |
|
Joined: Thu Feb 22, 2007 3:18 pm Posts: 63
|
|
| Top |
|
Re: About insert link in to images ???
|
marc8358
|
Posted: Fri Mar 26, 2010 5:22 am |
|
Joined: Thu Jan 07, 2010 10:09 am Posts: 15
|
|
Sorry,As a new programmer i can not say how to insert link to an images.
|
|
| Top |
|
Re: About insert link in to images ???
|
hernandez9039
|
Posted: Mon Apr 05, 2010 2:32 pm |
|
Joined: Fri Feb 12, 2010 12:29 pm Posts: 3
|
|
Really wonderful explanation! You've explained the topic superb. Thank you very much for sharing.
|
|
| Top |
|
Re: About insert link in to images ???
|
henderson791
|
Posted: Tue Apr 27, 2010 10:27 am |
|
Joined: Mon Mar 22, 2010 4:10 am Posts: 6
|
|
Fantastic!!! thanks a lot
|
|
| Top |
|
Re: About insert link in to images ???
|
sshayndell12
|
Posted: Fri May 28, 2010 3:27 pm |
|
Joined: Sat Apr 17, 2010 2:29 am Posts: 12
|
|
Well, that's good, but what's with the border around the image? Well, the border just seems to be added by default on most browsers. To get rid of it, add this command to the image tag:
border="0"
Here is an example:
<a href="http://www.newbusinessdirection.co.uk/"> <img src="next.jpg" border="0"> </a>
|
|
| Top |
|
Re: About insert link in to images ???
|
dillan598
|
Posted: Wed Jun 23, 2010 11:28 am |
|
Joined: Mon Jun 21, 2010 12:06 pm Posts: 3
|
|
<HTML> <HEAD> <TITLE>this is just a test</TITLE> </HEAD> <BODY> <a href="whateverpage.htm"><img src="picturelink.gif" alt="hello" /></a> </BODY> </HTML>
|
|
| Top |
|
Re: About insert link in to images ???
|
williams8899
|
Posted: Thu Jul 15, 2010 4:23 pm |
|
Joined: Sat Jul 10, 2010 2:33 pm Posts: 1
|
|
This way you can insert link in to images. <HTML> <HEAD> <TITLE>this is just a test</TITLE> </HEAD> <BODY> <a href="whateverpage.htm"><img src="picturelink.gif" alt="hello" /></a> </BODY> </HTML>
|
|
| Top |
|
|
Page 1 of 1
|
[ 11 posts ] |
|