WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
CSS looks worse
@StefekHave you ever tried to parse a non valid HTML document whith regular expressions to extract data ?Missing end tags, incomplete tags, missing > and stuff like that make it a pain in the ass.Do you think the google spider likes to run into buggy sites ?It does not care about perfect validation but the validator helps alot to avoid most common bugs. Non Valid CSS causes alot of display issues , so why not use valid CSS. As webdesigners its our task to make pages that give good results on most browsers, and make it easy for searchengines to extract the data.
Missing end tags, incomplete tags, missing > and stuff like that make it a pain in the ass.
- Just a few minor Problems whith validation nothing serious, you should fix em - CSS looks worse