Page 1 of 1

help : unwanted hyperlinks

Posted: Fri Oct 13, 2006 2:29 am
by Mcbollard
i am working on a website at the moment, its a remake of a existing site. they have used the map element for the links, however when i assign an image, the map i get a hyplink style blue box around the images

kinda of not the best at expliaining, http://bollard.id.au/team2010 -

anyone have any sugestions

Posted: Fri Nov 10, 2006 12:40 am
by Temple
I think I know what you're talking about. You might want to try this:

Code: Select all

[img]whatever.gif[/img]
Notice the 'border="0"', it'll take away any borders, include the blue hyperlink border.

Posted: Sun Nov 19, 2006 6:55 am
by yangli
in your css file:

img {
border:0;
}

or

img {
border:none;
}

Posted: Sun Nov 19, 2006 10:58 am
by Tails5

Code: Select all

[img]putyourimagehere[/img]