Hi
I am trying to add a boder to the car manufacturers photos on the web page shown below.
http://www.ianparsons.info/
The existing code for the Audi photo is as follows.
<img alt="" height="92" src="photogallery/audi.jpg" width="287"></a><span lang="en-gb">
I thought the below code would be correct but no border is shown.
<img border="2" alt="" height="92" src="photogallery/audi.jpg" width="287"></a><span lang="en-gb">
Please can you advise where i have gone wrong in the code and advise the correct code to use.
Many thanks.
Update.
I have noticed that the code <img border="2" alt="" height="92" src="photogallery/audi.jpg" width="287"></a><span lang="en-gb">
works fine with no hyperlink.
As soon as a hyperlink is added the border is then nopt shown ?
Bookmarks