html - How to place an image at the right of a centered one -


hi i'm trying put image next centered 1

the code looks :

<div id="body3" >     <center><img  height="700" width="600" src="logo.jpg"></center>     <img height="40" width="220" ;" src="reserver.png" style="float: right;"> </div> 

but second image go underneath first 1 , right.i want to right of centered one.

any options? thank you

try this:

<div id="body3" >     <center><img  height="700" width="600" style="display: inline-block;" src="logo.jpg">  <img height="40" width="220" style="display: inline-block;" src="reserver.png">  </center>  </div> 

Comments

Popular posts from this blog

account - Script error login visual studio DefaultLogin_PCore.js -

xcode - CocoaPod Storyboard error: -