手順
- 画像を貴社サーバにアップし、URLを控える
- 「入力画面の文章」や「完了画面の文章」等でHTMLの画像タグを記入する。
画像タグ例
画像のURLが「https://jcity.com/sample.jpg」とします。
画像のみ表示
<img src="https://jcity.com/sample.jpg">
クリックすると別ページ(https://sample.jcity.com/)に行く画像の表示
<a href="https://sample.jcity.com/">
<img src="https://jcity.com/sample.jpg">
</a>
よくあるトラブル
画像が表示されない
画像が表示されないをご覧ください。