Charles Howard <incuba...@hotmail.co.uk> writes:

> Hi. I thought it would be a simple matter to make use of a css file in html 
> export. 
>
> At the top of my file I put
>
> #+LATEX_CLASS: myarticle
> #+TITLE: Directory skeleton 
> #+AUTHOR: Study
> #+STYLE: 
>
> but no result. I did Cc-Cc, closed down and reopened. 

You'll have to fill in instructions in the #+STYLE line (i.e., a path to
the css file) for this to work.

E.g. 

--8<---------------cut here---------------start------------->8---
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
--8<---------------cut here---------------end--------------->8---

Please see the manual for more details:

http://orgmode.org/manual/CSS-support.html

Best,
Matt



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to