G
G
GurrenLagann2017-11-10 23:19:48
htaccess
GurrenLagann, 2017-11-10 23:19:48

CSS link color change not working, why?

5a06098271d4c050269176.png5a0609867edef845082874.png
I fill it in as it should, but nevertheless the link does not want to change color

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
dodo512, 2019-08-18
@FastClick

RewriteEngine On

RewriteRule ^testing$ /test/testing/index.php [L]

A
Alexey Evlait, 2017-11-10
@GurrenLagann

In connecting css and text styles, change places like this:

<link href="Ex.css" rel="stylesheet" type="text/css"  />

A
archelon, 2017-11-10
@archelon

Check in the console (F12 in chrome) if the stylesheet has loaded from the link.
First of all, check the case - Ex.css and ex.css are 2 different files.

A
Anatoly, 2017-11-10
@trofimovdev

  • Are the paths okay?
  • Refresh the page with Ctrl+F5
  • You may be running the wrong .html file
  • Open F12 console and see if the file is connected
  • Perhaps the style that is written above in the code overrides this

S
Stanislav Dementiev, 2017-11-10
@dementuevstas

Perhaps it is worth registering directly by states.
a:link {
color: green;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question