I run Drupal as my cms of choice and keep reading that making css and code external is a good method to increase your content/text ratio.. except I don't understand what that means.. does it literally mean host my css files on an external site or something?
Of course not. Here is what we mean by "external css file" You should have this line in your head section: <link rel="stylesheet" href="style.css" /> Code (markup):