Water Lin <water...@ymail.com> writes:
> Acoording to reference
>
> http://orgmode.org/manual/Inlined-images.html#Inlined-images
>
> , I can insert images to my org.
>
> But after I export the org file to html, I get a page whoes images are
> all aligned at the right side.
>
> How can I control the image css style?


Nowadays, you need to add this to the options section (top) of you
Org-mode file:


#+STLYE:  div.figure p { text-align: left; }



I think this not a feature, but annoying. The <div><p> element prevents
individual aligned images and has to go IMHO.


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

Reply via email to