This page has not been translated yet.
画像のレイアウト調整方法
- For:
- Administrators
- Plans:
- Paid Options
書類テンプレートに挿入した画像は、左揃えで配置されます。
HTMLモードで画像の<img>タグを編集することで、レイアウトを調整できます。
画像を表示する
右揃えにする場合
<img>タグ内のstyle=に続けて、以下を追記してください。
"display: block; margin: auto; margin-right: 0;"
中央揃えにする場合
<img>タグ内のstyle=に続けて、以下を追記してください。
"display: block; margin: auto;"
Was this helpful?
