emacs-devel
[Top][All Lists]
Advanced

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

Re: [RFC] MIME attachments for comint


From: Augusto Stoffel
Subject: Re: [RFC] MIME attachments for comint
Date: Tue, 28 Sep 2021 18:09:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Tue, 28 Sep 2021 at 07:36, Lars Ingebrigtsen <larsi@gnus.org> wrote:

>> - It seems shr doesn't support right-aligned text in tables.  Would this
>>   be hard to add?  This is kind of important to display numeric tables
>>   sensibly.
>
> Hm...  I think I vaguely remember adding that at some point, but I may
> be wrong.  Do you have a test case that doesn't render correctly?

The following example

    <table style="text-align: right">
      <tr style="text-align: right"><td>A</td><td>1.0</td></tr>
      <tr><td style="text-align: right">AA</td><td>10.0</td></tr>
      <tr><td>AAA</td><td>100.0</td></tr>
    </table>

renders like this:

    A     1.0
    AA    10.0
    AAA   100.0

Is there any other syntax for text alignment in HTML?



reply via email to

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