how to make stuffs inline in html code example
Example 1: make div tag inline
<div class="inline">1<br />2<br />3</div>
<div class="inline">1<br />2<br />3</div>
<div class="inline">1<br />2<br />3</div>
<br class="clearBoth" /><!-- you may or may not need this -->
Example 2: set items inline html
display:inline;