CSS Issues
Posted: Sat Apr 30, 2022 10:37 am
This topic concerns the use of Styles with WWB 17.
I've had issues with text disappearing from the published page when it was clearly evident on the page when using WWB. The source of the problem was traced to bad CSS data. In order to avoid repetition I am attempting to understand how the CSS data needs to be formatted so I exported several versions of the CSS data to external files.
While WW3 CSS validator (https://jigsaw.w3.org/css-validator/validator) passed some versions of the styles.css including the default version other validators at :
https://codebeautify.org/cssvalidate
and
https://www.cssportal.com/css-validator/
noted errors which included incorrect alphabetic order and other seemingly innocuous complaints like "disallow units for 0 values".
Even the default CSS file, when exported yielded a large number of faults including "Require properties appropriate for display - margin can't be used with display: inline.
Although I have now resolved most of the appearance issues on the site's pages I would appreciate any clues as to where things are going wrong and how to put them right.
I've had issues with text disappearing from the published page when it was clearly evident on the page when using WWB. The source of the problem was traced to bad CSS data. In order to avoid repetition I am attempting to understand how the CSS data needs to be formatted so I exported several versions of the CSS data to external files.
While WW3 CSS validator (https://jigsaw.w3.org/css-validator/validator) passed some versions of the styles.css including the default version other validators at :
https://codebeautify.org/cssvalidate
and
https://www.cssportal.com/css-validator/
noted errors which included incorrect alphabetic order and other seemingly innocuous complaints like "disallow units for 0 values".
Even the default CSS file, when exported yielded a large number of faults including "Require properties appropriate for display - margin can't be used with display: inline.
Although I have now resolved most of the appearance issues on the site's pages I would appreciate any clues as to where things are going wrong and how to put them right.