I noticed this in the CSS of a site (on many of the elements):
TD {
color: #000000 ! important;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
with "! important" in bold red.
Could someone tell me what the "! important" is for and does it work?
- popcity
TD {
color: #000000 ! important;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
with "! important" in bold red.
Could someone tell me what the "! important" is for and does it work?
- popcity