Add whitespace between figures and paragraph text in html #3925
Answered
by
mcanouil
ericpgreen
asked this question in
Q&A
-
Could someone help me with the CSS to add vertical whitespace between figures and text? I'm not sure it matters, but this would need to apply to figures created by code blocks as well as figures inserted via pathways to files. |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 11, 2023
Replies: 1 comment 8 replies
-
There are many many ways to do what you want, below is one on a per code cell basis:
Another for all "figures" (the ones with labels and captions) in a document:
|
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ericpgreen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are many many ways to do what you want, below is one on a per code cell basis:
Another for all "figures" (the ones with labels and captions) in a document: