On 07/19/2016 10:27 AM, Jarmo Hurri wrote:
This is where I don't know what exactly is going to happen. Org writes quite a bit of CSS in each exported HTML file. If I add in, say, a vertical navigation bar, how am I going to control its placement with respect to everything else that is already in the CSS? I can start my trial and error -period...
If you put the following line in your Org file, then the exported HTML will use only your CSS.
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="style.css"> Scott