Gary
Premium Member
Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
|
Ive got a table full of images, and i need a couple to be hyperlinks, easy enuff, but when you put a link on one, it puts a blue border round it, and therefore, putting gaps between my images.
Cant find out how to remove them, anyone
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
Can you post the HTML?
Not really sure what you mean.
|
Rus
Member
Registered: 24th Jan 05
Location: SE London, Kent
User status: Offline
|
i think its cellspacing="0" or cellpadding which sorts that out. maybe even just border="0". put that in the table tag. e.g. <td border="0">
|
Gary
Premium Member
Registered: 22nd Nov 06
Location: West Yorkshire
User status: Offline
|
msn is glb86@hotmail.co.uk
give me a shout on there and i'll send the HTML over to anyone who wants to have a go
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
<img src="" border="0">
simple mate 
edited - third time lucky 
[Edited on 28-05-2007 by Dom]
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
Sorted, the border="0" property needs to be added the image rather than the link.
|
Dom
Member
Registered: 13th Sep 03
User status: Offline
|
quote: Originally posted by James
Sorted, the border="0" property needs to be added the image rather than the link.
thats what i had originally but thought it was the href tag lol
can also do - <img src="(image url)" style="border-style: none"/>, works the same and will validate with new versions of html
|
drax
Member
Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
|
Ive already done it
|