Jump to content

How to place text paralel to image


alvingkh

Recommended Posts

<div class="panel-affix-top">
<div class="panel">
    <h2><?= $_POST['username']; ?></h2> 
    <div class="images"><img src="<?= $data['profile_picture']?>" class="img-circle" height="125px" width="100px">

<p><b><?= $posts ?></span>&nbsp;Posts</b> &nbsp;
<b><?= $followers ?></span>&nbsp;Followers</b> &nbsp;
<b><?= $following ?></span>&nbsp;Followings</b></p>

<button type="submit" class="btn btn-short" name="submit_curr">NEXT</button>
</div>
</div>
</div>

1579353922_originalcode.png.c196d20c150eb09523776d875cb9ac6f.png

 

Hello guys, can someone guide me how to place the text right to image same as the image below. Thank you.

target.png.e99f82c2d1b63c024a4c19f95b69e54b.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...