How can I place multiple space between lines?
-
How can I place multiple space between lines?
Please take a look at an example:
http://scrapjapan.wordpress.com/2008/05/05/%e3%82%ac%e3%82%bd%e3%83%aa%e3%83%b3%e7%a8%8e%e3%81%a7%e6%8f%89%e3%82%81%e3%82%8b%e3%82%a2%e3%83%a1%e3%83%aa%e3%82%ab/In this case, I had to insert several periods(or some other character) to make some space between the image and the video frame.
I know this can be solved by adding some margin around the image.
But this is not a only case. I got same problem with a table and etc.Any help would be appreciated.
Thank you -
The easiest method is to switch to HTML view and insert the following code between two lines.
<p> </p>Repeat as often as necessary.
-
- The topic ‘How can I place multiple space between lines?’ is closed to new replies.