Great! You're very welcome and thank you for reporting these issues. Please let me know if you run into anything else.
Search found 3572 matches
- Mon Jan 18, 2021 9:31 pm
- Forum: Technical Support
- Topic: Validator 2021: Some unrecognized CSS properties
- Replies: 10
- Views: 88
- Mon Jan 18, 2021 9:23 pm
- Forum: Technical Support
- Topic: Validator 2021: Some unrecognized CSS properties
- Replies: 10
- Views: 88
Re: Validator 2021: Some unrecognized CSS properties
It looks like you downloaded the 2020/v20 version. Please download from this link:
https://www.htmlvalidator.com/download/ ... .php?v=std
https://www.htmlvalidator.com/download/ ... .php?v=std
- Mon Jan 18, 2021 9:11 pm
- Forum: Technical Support
- Topic: Validator 2021: Some unrecognized CSS properties
- Replies: 10
- Views: 88
Re: Validator 2021: Some unrecognized CSS properties
Hi Tom,
I'm not able to reproduce this. Are you using the 32-bit DLL, like via 3rd party software? That DLL was not updated yet (though I should have updated it as well).
I'm not able to reproduce this. Are you using the 32-bit DLL, like via 3rd party software? That DLL was not updated yet (though I should have updated it as well).
- Mon Jan 18, 2021 8:32 pm
- Forum: Technical Support
- Topic: Validator 2021: Some unrecognized CSS properties
- Replies: 10
- Views: 88
Re: Validator 2021: Some unrecognized CSS properties
Hi Tom, Could you download and install the latest version here: https://www.htmlvalidator.com/download/registered.php You should get v21.0004. The system will not tell you there's an update yet but if you re-download CSS HTML Validator Home 2021 then you should get the update (v21.0004). Please let ...
- Thu Jan 14, 2021 7:47 pm
- Forum: Technical Support
- Topic: Validator 2021: Some unrecognized CSS properties
- Replies: 10
- Views: 88
Re: Validator 2021: Some unrecognized CSS properties
Hi Tom,
Thank you. I will definitely look into these issues for a future update (like v21.01).
Thank you. I will definitely look into these issues for a future update (like v21.01).
- Thu Jan 14, 2021 10:23 am
- Forum: Technical Support
- Topic: HTML-Validator 2021 and WeBuilder
- Replies: 7
- Views: 114
- Wed Jan 13, 2021 4:21 pm
- Forum: Technical Support
- Topic: HTML-Validator 2021 and WeBuilder
- Replies: 7
- Views: 114
Re: HTML-Validator 2021 and WeBuilder
Just saw where to look on this forum: could it be the same problem as here?: https://www.htmlvalidator.com/CSS-HTML-Forum/viewtopic.php?p=11964#p11964 Hello, Please go to Help > Check for Updates in CSS HTML Validator and update to v21.0003. Please let me know if that fixes the problem. Thank you!
- Wed Jan 13, 2021 3:09 pm
- Forum: Technical Support
- Topic: HTML-Validator 2021 and WeBuilder
- Replies: 7
- Views: 114
Re: HTML-Validator 2021 and WeBuilder
Just saw where to look on this forum: could it be the same problem as here?: https://www.htmlvalidator.com/CSS-HTML-Forum/viewtopic.php?p=11964#p11964 Ahhh.. yes... you probably need a 32-bit DLL. I need to update the setup file to include it. I will do that today and let you know. Sorry about that...
- Wed Jan 13, 2021 2:58 pm
- Forum: Other CSS HTML Validator
- Topic: CSS HTML Validator 2021 (v21.00) Now Available
- Replies: 0
- Views: 91
CSS HTML Validator 2021 (v21.00) Now Available
Can you believe it's already 2021? It's hard for us, especially because the first version of CSS HTML Validator was released back in 1997! Hint: Log in to the forum and click the 'Subscribe topic' link for updates. CSS HTML Validator Home/Pro/Enterprise 2021 (v21.00) is now available to all customer...
- Wed Jan 13, 2021 1:56 pm
- Forum: Technical Support
- Topic: HTML-Validator 2021 and WeBuilder
- Replies: 7
- Views: 114
Re: HTML-Validator 2021 and WeBuilder
Hello,
I'm sorry for the trouble.
Did you run CSS HTML Validator 2021 and register it with your 2021/v21 license key? It looks like CSS HTML Validator is there but it's complaining that it's expired for some reason.
I'm sorry for the trouble.
Did you run CSS HTML Validator 2021 and register it with your 2021/v21 license key? It looks like CSS HTML Validator is there but it's complaining that it's expired for some reason.
- Wed Jan 06, 2021 8:08 pm
- Forum: CSS (Cascading Style Sheets)
- Topic: [SOLVED] Tables (HTML5) - Border/No Border
- Replies: 2
- Views: 66
Re: Tables (HTML5) - Border/No Border
Hello,
You can add a CSS class, like class="footer" to the table, and then add this CSS:
You can add a CSS class, like class="footer" to the table, and then add this CSS:
Code: Select all
TABLE.footer, TABLE.footer td
{
BORDER: none;
}
- Wed Jan 06, 2021 7:58 pm
- Forum: Scripting Languages
- Topic: [SOLVED] Conditional Show Fields Based Upon User Input
- Replies: 14
- Views: 974
Re: Conditional Show Fields Based Upon User Input
It certainly did help - a big thanks! You're welcome! I recognized that it was a warning, but prefer to have code that passes without any messages. Obviously that's not possible - warnings are okay. You can disable validator messages that you don't want to see... so it should be possible in most ca...
- Tue Jan 05, 2021 8:46 pm
- Forum: Scripting Languages
- Topic: [SOLVED] Conditional Show Fields Based Upon User Input
- Replies: 14
- Views: 974
Re: Conditional Show Fields Based Upon User Input
That worked - thanks! Great! When I run it through the HTML Validator, I'm getting the following errors: Lines 136, 137, 246, and 247: An "input" element with type="radio" should normally have both the "name" and "value" attributes even though this is not technically required by the HTML/XHTML spec...
- Sun Jan 03, 2021 7:38 pm
- Forum: Scripting Languages
- Topic: [SOLVED] Conditional Show Fields Based Upon User Input
- Replies: 14
- Views: 974
Re: Conditional Show Fields Based Upon User Input
Yes, the first thing I recommend that you do is not use duplicate IDs. CSS HTML Validator should be generating an error about that.
Why not use "ifYes1" and "ifYes2" instead of "ifYes"?
Also, there are a bunch of "tr" elements that are not in a "table" element in the HTML you provided.
Why not use "ifYes1" and "ifYes2" instead of "ifYes"?
Also, there are a bunch of "tr" elements that are not in a "table" element in the HTML you provided.
- Thu Dec 24, 2020 12:38 pm
- Forum: Technical Support
- Topic: Bad links reported by Link checker though no error
- Replies: 35
- Views: 717
Re: Bad links reported by Link checker though no error
Regarding the 10053 error again, when the status code is 200... I'm going to ignore this error in the link checker when the status code is 200. I think the most likely cause is the server responding to the request and then immediately terminating the connection, so if the server responded that the l...