Patrick, I thought the same, that I had to do something manually to get external CSS stylesheets applied to the HTML, but you do not. The standard way HTML Renderer works is that if it sees a <link> tag that points to a stylesheet, it will pull it in and apply it. Just make sure the URI to the stylesheet is valid and accessible to HTML Renderer.
↧