help : unwanted hyperlinks

Any problem with HTML can be discussed here.
Post Reply
Mcbollard
Posts: 79
Joined: Sat Sep 09, 2006 12:23 am

help : unwanted hyperlinks

Post 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


Temple
Posts: 28
Joined: Wed Mar 22, 2006 9:01 pm

Post 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.
yangli
Posts: 28
Joined: Sun Nov 19, 2006 6:04 am

Post by yangli »

in your css file:

img {
border:0;
}

or

img {
border:none;
}
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

Code: Select all

[img]putyourimagehere[/img]
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
Post Reply