How can I display these two page elements on the same line? As they are now, the divs make the elements display on two rows.
<div id="logo-img"><a class="nobk" href="/ai">
<img src="/_/img/logo.gif" alt="Logo"/></a><div class="fb-like" data-send="false" data-width="450" data-show-faces="false">
</div><div>
div is block type, which is always on new line unless it is:
float: leftpostition: absolutedisplay: inlineset some of these styles on div.fb-like