Hi,
Ive already asked this question but the answers didnt work.
The default colour of my text links on my page is white, but for a certain container I want them green. I have this but it doesnt work:
I need to force a colour change that overwrites the default of the page, how can I do this?
2007-08-04
06:03:46
·
9 answers
·
asked by
jeff lemon
1
in
Computers & Internet
➔ Programming & Design
I dont think the answers so far grasp the question.
The hex code there is green, BUT the default link colour for the page overwrites it, how can I make it so that the green is more importnat than the page default???
2007-08-04
06:12:07 ·
update #1
change the hex code of the font ?
http://www.theodora.com/html_colors.html
2007-08-04 06:08:06
·
answer #1
·
answered by Shadow Kat 6
·
0⤊
0⤋
Get rid of the last part and just leave the
(whatever part you want to change)
Then add the following code into your css codes.
.style4 { color: #339966;}
If that does not work then do this.
name
Make the class part of your link
Most of the changes you will have to make will be in the css, not the html.
2007-08-04 10:46:08
·
answer #3
·
answered by Anonymous
·
0⤊
1⤋
I aint sure but is it because you didn't put the semi-colon after the color setting?
2007-08-04 06:10:53
·
answer #4
·
answered by didi 2
·
0⤊
0⤋
In the head of the document, write:
Then for the links:
Link Text
That should work;
2007-08-04 06:11:53
·
answer #5
·
answered by ak_gamer0615 4
·
0⤊
0⤋
Have you tried the simple ??
2007-08-04 06:06:21
·
answer #6
·
answered by Sal*UK 7
·
0⤊
0⤋
Use of stylesheets and even basic color codes can be found at htp://webmonkey,com/
2007-08-04 06:14:04
·
answer #7
·
answered by Duncan G 1
·
0⤊
0⤋
http://www.webmonkey.com/reference/html_cheatsheet/
2007-08-04 06:12:37
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
hmm..
2007-08-04 07:25:02
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
fedest.com, questions and answers