You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a static page (in content/pages) that works fine, but I want to display a small image between two paragraphs. I'd like it to be either left-aligned or centered. Centering does not seem to work at all and if I just normally add the image like this:
I'm Sven, |my_img|
bla bla bla
.. |my_img| image:: {static}/images/me.jpg:alt:Me:width:100px
the left-aligning of the image is off to the left, because of this:
Hi & thanks for the nice theme.
I have a static page (in content/pages) that works fine, but I want to display a small image between two paragraphs. I'd like it to be either left-aligned or centered. Centering does not seem to work at all and if I just normally add the image like this:
the left-aligning of the image is off to the left, because of this:
Removing the margin-left line in the developer tools fixes the problem, but I assume you put it there for a reason?
Do I have other possibilities to make sure the image is displayed correctly?
Thanks a bunch,
Sven
The text was updated successfully, but these errors were encountered: