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

....one color and the text another color? If so how would I change this code?



href="http://www.nal.usda.gov/fnic/foodcomp/Data/Other/JAFC_52_4026-4037.pdf"
target="_top">Antioxidant
Strength Of Plant Foods (.gov, .pdf)


Thanks

2007-02-04 06:14:16 · 3 answers · asked by Lisa 1 in Computers & Internet Programming & Design

3 answers

Place the target between this code

2007-02-04 06:20:01 · answer #1 · answered by acklan 6 · 0 0

yes it's possible.
you have to define in the section. I can't remember the exact details but, you can define in there the general text and links color.

Looking at your code, you might be able to define it right after that style in the br...

I don't know if you can do it for an individual link, did you try simply ... underlining it?

2007-02-04 06:22:16 · answer #2 · answered by chocolateknight69 3 · 0 0

Use CSS.

body {
background-color: black;
text-color: white;
}

a {
text-color: blue;
}

2007-02-04 06:20:23 · answer #3 · answered by achue500 3 · 0 0

fedest.com, questions and answers