投稿の下に 2 つの画像を横と右に、真下と右に浮かせてみます。問題は、常にこれら 2 つの画像が上下に表示される
私のコードはこれです:
<div style="clear:both;float:right;">
<a onclick="increase_text(1)" href="#"><img src="'.get_template_directory_uri().'/images/text_increase.png" style="float:left;"></a>
<a onclick="decrease_text(1)" href="#"><img src="'.get_template_directory_uri().'/images/text_decrease.png" style="float:left;"></a>
</div>
<br/>
このショーの画像を同じ行に表示して右に浮かせるにはどうすればよいですか? 、 ありがとう