以下のようなページがあります。
<style type="text/css">
#test a{
display: block;
width: 150px;
height: 50px;
background-color: #CCCCCC;
}
</style>
<div id="test">
<a>text text text<img src="image.jpg"></a>
</div>
私は次のような結果を得ています。
しかし、私は次のようなものが欲しいです。
ここにフィドルがあります
これを修正する方法を知っている人はいますか?