[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org: two images side by side?
From: |
Leo Butler |
Subject: |
Re: Org: two images side by side? |
Date: |
Tue, 22 Oct 2024 15:40:48 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Tue, Oct 22 2024, Michael Heerdegen <michael_heerdegen@web.de> wrote:
> Leo Butler <Leo.Butler@umanitoba.ca> writes:
>
>> How about the attached solution?
>
> Very cool, thank you very much.
Thanks.
>
>> #+attr_html: :rules false :frame false
>
> This doesn't work as expected for me, however.
According to
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
both attributes are deprecated (but false should be none).
I can add some CSS and a DOCTYPE declaration:
#+html_head: <style type="text/css"> img { width: 350px; }
#+html_head_extra: table.noborder { border-style: none; };</style>
#+html_doctype: html5
and change the table attributes to:
#+attr_html: :class noborder
With those changes, there is no border around that table.
Leo
table.org
Description: table.org
table.html
Description: table.html