You are viewing a single comment's thread from:

RE: Earn $10 in EOS with Coinbase Earn, Invite Inside

in LeoFinance4 years ago (edited)

The images in the article are positioned with the old pull left pull right div trick. Like this:

<table>
<tr>
<td>
<div class"pull-left">

![](https://images.hive.blog/DQmfJp2XYWbpRXoFm7Qg2kvvmwKvJ5fAZvmhjjyBaRKq2k3/image.png)

</div>
</td>
<td>
<div class"pull-right">

![](https://images.hive.blog/DQmaECGErMKWVYo7kUrAnbfUGBLSxnXuHDrUDcVBGmos5ze/image.png)

</div>
</td>
</tr>
</table>

Some Hive interfaces display this code better than others :)