HTML Code:
<h5>
<span style="vertical-align:central"><i class="fa fa-angle-right pull-right" style="font-size: x-large;"></i></span>
<img src="/myimage.jpg" /><span style="padding-left: 1em"></span>
<b> Item 1 - Item 2 </b> <br />
<span style="font-size:small;padding-left:4em">StatusColourCode</span>
</h5>
Is there another way to vertically center the span element with the class fa fa-angle-right pull-right
, relative to the h5
element?
I attempted using style="vertical-align:central"
, but it was not effective.