all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Any way to wrap text around picture?
@ 2022-10-08 13:37 Jean Louis
  2022-10-08 22:29 ` Emanuel Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Louis @ 2022-10-08 13:37 UTC (permalink / raw)
  To: Help GNU Emacs

I wish to wrap text around picture, or to write text on the right side
or left side of the picture.

It can be in any mode. I would prefer HTML mode as that is more
portable.

It can be in Emacs mode with image inserted in the buffer. Can I wrap
text on the side of the picture?

Doing it with table and M-x eww failes:
https://gnu.support/images/tmp/2022-10-08/Screenshot-2022-10-08-16-14-27-712668711.png

I have tried with this HTML file and failed, as picture in the table
can't be aligned with text on right side.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Profile</title>
  </head>
  <body>
    <table>
      <tr>
	<td><img src="https://thispersondoesnotexist.com/image" style="padding: 2em;" alt="This person does not exist" title="This person does not exist" width="100" height="100"></td>
	<td>Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
Donec a diam lectus. *Sed sit amet ipsum mauris.* Maecenas congue
ligula ac quam viverra nec consectetur ante hendrerit. **Donec et
mollis dolor**. Praesent et diam eget libero egestas mattis sit amet
vitae augue.
Donec a diam lectus. *Sed sit amet ipsum mauris.* Maecenas congue
ligula ac quam viverra nec consectetur ante hendrerit. **Donec et
mollis dolor**. Praesent et diam eget libero egestas mattis sit amet
vitae augue.
Donec a diam lectus. *Sed sit amet ipsum mauris.* Maecenas congue
ligula ac quam viverra nec consectetur ante hendrerit. **Donec et
mollis dolor**. Praesent et diam eget libero egestas mattis sit amet
vitae augue.
Donec a diam lectus. *Sed sit amet ipsum mauris.* Maecenas congue
ligula ac quam viverra nec consectetur ante hendrerit. **Donec et
mollis dolor**. Praesent et diam eget libero egestas mattis sit amet
vitae augue.

    </td>
      </tr>
      </table>
  </body>
</html>

Any help is appreciated.

It is for profiles of people to be shown in Emacs buffer within the
people management program.

--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Any way to wrap text around picture?
  2022-10-08 13:37 Any way to wrap text around picture? Jean Louis
@ 2022-10-08 22:29 ` Emanuel Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg @ 2022-10-08 22:29 UTC (permalink / raw)
  To: help-gnu-emacs

Jean Louis wrote:

> I wish to wrap text around picture, or to write text on the
> right side or left side of the picture.

It displays the picture while editing? :O

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-08 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-08 13:37 Any way to wrap text around picture? Jean Louis
2022-10-08 22:29 ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.