emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] centering text in html


From: Vinh Nguyen
Subject: Re: [Orgmode] centering text in html
Date: Mon, 11 Oct 2010 08:21:56 -0700

On Mon, Oct 11, 2010 at 12:41 AM, Carsten Dominik
<address@hidden> wrote:
> You give us *very* little to chew on.

Sorry about this.  I meant to elicit on what folks do when they want
to center text I general.  I should've known better to put down what
I've tried.  I just got it working but will also put down what I tried
to let others know what did not work.

> How about:
>
> - what have you tried?

#+HTML: <p style="text-align: center;">
{ [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] }
#+HTML: </p>

and

#+HTML: <DIV CLASS="centeralign">
{ [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] }
#+HTML: </div>


> - an example HTML code that would do the right thing
>

THIS WORKED:
#+HTML: <div align=center>
{ [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] }
#+HTML: </div>


> etc etc etc.  If you want people to help you solve a problem,
> please do your part by giving them *as much as possible* information.
>
> - Carsten

-- Vinh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]