English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying to create a hyperlink with a picture; however, there is a purple box that keeps appearing around it. How do I remove that?
AND....if you can reccommend any good sites for someone who is teaching herself to design websites.

Thanks for all of the honest answers up front.

2006-10-27 08:19:14 · 7 answers · asked by shay 3 in Computers & Internet Programming & Design

7 answers

In your tag, put in border=0; so your img tag will look something like this,

I am a web developer by trade. If you have any further questions, please feel free to contact me.

2006-10-27 08:28:55 · answer #1 · answered by knitting guy 6 · 4 1

In the same way that hyperlinked text, by default, is underlined, hyperlinked images are sometimes outlined. Not all browsers do this, incidentally.

The easiest way to remove it is with this bit of CSS

a img
{
border: none;
text-decoration: none;
}

Which basically means, do not give images within an 'a' (a link) a border or an underline.

The best resources, I've found, are mailing lists where you can tap the collective knowledge of hundreds of professionals. Two of the best for web development are:

evolt.org's thelist - http://lists.evolt.org/mailman/listinfo/thelist
css-discuss - http://www.css-discuss.org/

The former is excellent for all manner of web dev topics while the latter is strictly CSS and almost draconian in enforcing this.

Probably the best advice I can give you, if you are new to web dev is to learn the html and css standards, and adopt css-based rather than table-based design practices.

A couple useful resources are the CSS-discuss wiki, which is a good repository of the group's knowledge and a good place for beginners to look around first if they don't want to get yelled at:
http://css-discuss.incutio.com/

Also if you're just learning CSS, take a look at the selectOracle: http://gallery.theopalgroup.com/selectoracle/

Good luck.

2006-10-27 15:35:02 · answer #2 · answered by TriniSalt 2 · 1 0

A basic html code for the hyperlink would be .. a brief description of the image The alt (alternate text) or the title appears as tooltip. Try this and I think you wont have any problems.

Designing websites is not so easy nor so tough. It depends on you to a great extent and the web search you do. htmlgoodies is a good site. I shall suggest you to try http://www.w3schools.com I think you will get everything related to web designing up here.

2006-10-27 15:36:30 · answer #3 · answered by Polly G 1 · 1 0

you will need to learn abit of html coding to go around it. try to look for the code inwhich you have the image. this is a sample.

this is a sample image tag.


you will just have to add some additional codes to make the purple box disappear. this is how to do it



thats all hope it helps.

2006-10-27 16:06:40 · answer #4 · answered by Tefiri O 3 · 0 0

I haven't built a website in years but here is the site that has some good Webdesign help http://www.htmlgoodies.com

2006-10-27 15:22:06 · answer #5 · answered by jack 6 · 0 0

right click on ur hyper link aur select remove hyper link
and i hope this will solve ur problem
if u wana any information regarding website designing send me mail on nomi713us@yahoo.com

2006-10-27 15:33:11 · answer #6 · answered by mR sHah 2 · 0 1

www.outfront.com

2006-10-27 15:25:49 · answer #7 · answered by smartbox02 1 · 0 1

fedest.com, questions and answers