In line 50 in the css there is a color that you have set to #0000, but it should probably be #000000
Looks like this:
.news{
width: 750px;overflow: hidden;color: #0000;top: 0px;right: 0px;padding: 0px;
}
Hmmmm. Good catch but how much time do you have on your hands man? Kidding. I think it defaults to black either way and won’t affect it. I could be wrong though.
LOL! ;D
It only takes a couple of seconds if you have some web dev tools…
I was checking another website, and i had comodo forum in another tab, so it got checked too… :o
AH I see. I still think you have too much time on your hands, lol. While not good practice, I have seen color;=#0 used for black. I don’t know if somewhere down the line if this has an effect on it or not, that would be the bigger question I suppose. Especially with plain HTML 4 , many people do that font color=#0, but I don’t think it’s a good idea though. I do see it was a mistake obviously, not saying it wasn’t but don’t think it’ll do any harm. Easily remedied, yes.
Yeah, however you have to be cautious, some browsers etc…won’t accept word defined colors, # is the better way to go and it’s versatile. That’s just my opinion though.
I’m just keeping Comodo on their toes… ;D
They might be lazy if i don’t… or worse… sloppy… :o ;D
On comodogroup.com there where no errors, but some varnings…
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 60 column 110 - Warning: unescaped & or unknown entity “&v_search”
line 2 column 1 - Warning: inserting missing ‘title’ element
line 39 column 1 - Warning: proprietary attribute “leftmargin”
line 39 column 1 - Warning: proprietary attribute “topmargin”
line 39 column 1 - Warning: proprietary attribute “marginwidth”
line 39 column 1 - Warning: proprietary attribute “marginheight”
line 40 column 1 - Warning: proprietary attribute “height”
line 40 column 1 - Warning:
proprietary attribute “background”
line 42 column 32 - Warning:
proprietary attribute “height”
line 49 column 2 - Warning:
proprietary attribute “height”
line 51 column 44 - Warning:
proprietary attribute “height”
line 55 column 2 - Warning: inserting “type” attribute
line 60 column 47 - Warning: attribute “vspace” has invalid value “3px”
line 60 column 47 - Warning: attribute “width” has invalid value “31px”
line 60 column 47 - Warning: attribute “height” has invalid value “17px”
This line contains part of a quoted string that spans more than one line (not recommended) or a quoted string (like an attribute value) that is missing the start or end quotation mark. Check this line for improperly quoted attribute values that may be missing a start or end quotation mark. As currently configured, HTML Validator requires that all quoted strings be contained on one line and have start and end quotation marks. Note that because of inconsistent handling by user agents, it is not recommended that attribute values contain line breaks.