Charles Howard <incuba...@hotmail.co.uk> writes: > The hotmail account I am using seems to have stripped out the html code.
What did Org-mode's XHTML export <head> section look like then? > I did have such a line following STYLE, as in the link you quoted. > > I had the css file in the same dir as the org file. I used basic.css and > ./basic.css > with no success either way. OK. Just to be sure... 1.) Your *.org file should have this in the header: #+style: <link rel="stylesheet" type="text/css" href="basic.css" /> 2.) After export, line ~47 (or 46 or 48...) should look like this: <link rel="stylesheet" type="text/css" href="basic.css" /> If not, make sure step 1.) is done. Now, if the exported *.html file and basic.css live in the same directory, it should work. Sorry, you're not allowed to simply give up :) Sebastian _______________________________________________ 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