To align two div in same row, is really very simple, after you know, how it is done.
See the Demo below,
Code :
<div>Rajesh</div><div>Singh</div>
Output :
Rajesh
Singh
Solution to this Problem,
Code :
<div style="float:left;">Rajesh</div><div>Singh</div>
Output :
RajeshSingh
Hope this post will help you,
if yes please put comment below of this page,
Rajesh Singh,
Asp.Net Developer
Indianic Infotech Ltd (India)
rajesh@indianic.com
No comments :
Post a Comment