RacyReads
Virgin
- Joined
- Mar 8, 2025
- Posts
- 12
Hi folks, I'm new to this site.
Does anyone know if it is possible to insert images in between text? I know it is possible to add images after a paragraph or when a line ends, but I would like to wrap text around the image similar to google docs.
I heard that once we submit in plain text, they'll fomat it into HTML before publishing. Is it true?
This worked perfectly when I tried to preview after saving the changes. But I doubt if will be published the same way if I submit my story as an illustrated story
Any kind of input is appreciated.
Does anyone know if it is possible to insert images in between text? I know it is possible to add images after a paragraph or when a line ends, but I would like to wrap text around the image similar to google docs.
I heard that once we submit in plain text, they'll fomat it into HTML before publishing. Is it true?
HTML:
Hello there, I am <u>RacyReads</u> and this is a test sentence.
<div style="display: flex; align-items: flex-start; width: 100%;">
<div style="width: 50%">
<img src="https://i.ibb.co/test/test1.jpg" style="width: 100%; height: auto; border-radius: 10px;">
</div>
<p style="width: 47%; margin-left: 3%;">
test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph
test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph
test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph
test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph test paragraph
</p>
</div>
This worked perfectly when I tried to preview after saving the changes. But I doubt if will be published the same way if I submit my story as an illustrated story
Any kind of input is appreciated.