Here is some HTML code that I am working with:
<div class="row">
<div col-md-9>
<div>
<img class="img-valign" src="an image">
<span class="text1" Style="font-size: 8pt">Text number 1</span>
<span class="text1" Style="font-size: 8pt">Text number 2</span>
</div>
</div>
<div col-md-3>
</div>
</div>
</div>
My question is, is it possible to have text number two positioned below text number 1 but to the right of the image? I am trying to achieve this layout where the second span falls below the image.