hello daniweb friends.
sorry for my title i didn't find how tell shortly or exact my problem. so i have a div in header which in i have image as site logo and near i have form "search form" i want to make near, face to face. but what i get here the form goes under the image i have no idea how to do i have made form fly left.. but still it is under the image
<div id="menu2" class="header"><a href="#"><img src="../images/logocnc.png" alt="" name="" width="260" height="98" id="Insert_logo" style="background-color: #009EC2; display:block;" /></a><form class="form-wrapper cf" action="../resultat.php" method="post">
<input type="text" id="searchword" name="searchword" placeholder="Search here..." required>
<button type="submit">Search</button>
</form>
</div>