|
|
|||||||
|
Hope someone can help. I am using images on one website from an other website i have using the code <a href="url"> <IMG src="myotherwebsiteimage.png" width="500" height="172"> the problem is the linked image has a blue border which i don't want or at least change the colour. Thanks Mort
|
||||||||
|
|
|||||||
|
Insert border="0" in the image source code... <a href="url"> <IMG src="myotherwebsiteimage.png" width="500" height="172" border="0"></a> |
||||||||
|
|
|||||||
|
Perfect and so simple. Thanks Mort
|
||||||||
|
|
|||||||
|
You're welcome.
|