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

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

9 answers

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

A simle technique is to apply a type for the links you elect for in gray occasion on your css report or in the form tags, shall we call your gray links as greylinks form a { shade:#000; /*shade of your determination on each and every of the links*/ } a.greylinks{ shade:#ccc; /*shade gray*/ } form once you be conscious that throughout the time of your html for the grey links you will might desire to put in the class interior of your anchor tag as shown hyperlink text fabric /a this form you do no longer problematical code your presentation into the content fabric and is straightforward to maintain, say in case you ever wanted to alter the residences you will might desire to alter code in only one place.

2016-10-09 05:09:11 · answer #2 · answered by bruinius 4 · 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