#[SOLVED] Image Logo on same line

3 messages · Page 1 of 1 (latest)

severe wigeon
#

Hello, I currently want my logo to be displayed on the same line as the heading text and subtitle.

#heading[Protokoll vom #datetime.today().display()]
_(english version below)_
#image("logo.svg")

My goal is to have the logo be on the same height as the two lines. Just aligned to the right. How would I do that?

wind beacon
#

this sounds like a use case for grid: put the title and subtitle in the first cell, and the logo in the right cell

If you only had one line and wanted the image in that single line, a box around the image would work too.

severe wigeon
#

This solves it, many thanks!