Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: Prophet on September 21, 2007, 07:03:47 am

Title: Quick HTML question
Post by: Prophet on September 21, 2007, 07:03:47 am
Suppose I have an image, that acts as a link. How do I stop IE from making a box around it? Opera doesn't make the box there. But IE makes a blue box around it, because it's a link I guess.

I wouldn't care othervise. But the image happens to be part of a green graphic element and the blue box doesn't really fit.
Title: Re: Quick HTML question
Post by: Jeff Vader on September 21, 2007, 07:40:57 am
Add border="0" to the img tag. Works for me.
Title: Re: Quick HTML question
Post by: Prophet on September 21, 2007, 07:43:59 am
Yes. Works for me too, how didn't I think of that. Thank you very much. :yes:

Case closed.