楽天HPちょっとお役立ち(2000)

楽天の日記に画像を載せるとき、画面いっぱいにならないように表示。 画像を右に、文字を左に表示 
<div style="width:80%;margin:0px auto;border:none;">
	<img src="http://plaza.rakuten.co.jp/img/user/**/**/****/画像No."
	    alt="***" style="border:none;
			width:**px;height:**px;margin-left:1em;float:right;">
	<div>
	ここに日記を書く
	</div>
	<br style="clear:both;">
</div>
***
ここに日記を書く

 画像を左に、文字を右に表示 
<div style="width:80%;margin:0px auto;border:none;">
	<img src="http://plaza.rakuten.co.jp/img/user/**/**/****/画像No."
	    alt="***" style="border:none;width:**px;height:**px;
			     margin-right:1em;float:left;">
	<div>
	ここに日記を書く
	</div>
	<br style="clear:both;">
</div>
***
ここに日記を書く

最後に、改行を削除して、UPする。
*楽天の日記は改行すると<br>が入る。

© Rakuten Group, Inc.
X
Design a Mobile Site
スマートフォン版を閲覧 | PC版を閲覧
Share by: