jkalfus 0 Posted August 26, 2017 Report Share Posted August 26, 2017 Hello all, Chapter 8 makes a website template and I think the concise.min.css on the Github code is messed up (it's all on one line, no spacing). For those struggling with the layout, here may be the solution. The header.html, index.php, and footer.html were not showing up correctly in my browser (but still functional). The way I solved this was replace: <link rel="stylesheet" type="text/css" media="screen" href="css/concise.min.css" /> with <link rel="stylesheet" type="text/css" media="screen" href="https://cdn.concisecss.com/concise.min.css" /> Quote Link to post Share on other sites
Larry 428 Posted August 26, 2017 Report Share Posted August 26, 2017 Thanks for sharing what you learned! I really appreciate it. Just to be clear, the code is not "messed up", it's minimized, which is what the "min" in the name means. Browsers can read the code as one line just fine. I imagine the problem was with your path: where you put the CSS file and the HTML value you used. However, using the hosted (CDN) version works, too! Thanks again! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.