![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi there, I'm Mikaël Hautin, a new one to this newsgroup. I will show you how to get rid of <a> tags to put links on pictures. When you want to put a link to another page on a picture, you type this kind of HTML code : a href="page.html" style="text-decoration:none;" alt="funny things ..." img src="img12.gif" alt="funny things ..." border="0" /a But when you click on the image, you can see a dotted border around it. If you type this instead : img src="img12.gif" alt="funny things ..." border="0" onclick="this.location='page.html';" style="cursor:hand;" I think it is better, especially when you have frames in your website. Voilà ! PS : forgive my english. |
![]() |
| Thread Tools | |
| Display Modes | |
| |