jak w temacie, mam z tym problem i może ktoś podpowie co robię źle. W tej chwili wygląda to tak, że Tytuł oraz input jest w jednej linii a button w następnej i nie mogę odnaleźć błędu.
<div id="tittleButton">Tytuł
</div> <div id="confirm"><input type="button" class="send" value="Wyślij"></input></div>
div#input2{
width:50%;
margin-left:40px;
margin-top:0px;
margin-bottom:0px;
height:24px;
border:0px;
}
input.sendEmail{
width:200px;
height:22px;
border-color:#a52a2a;
border:1px solid;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
float:left;
}
div#confirm{
width:50px;
height:22px;
margin:0px;
}
input.send{
width:60px;
color:#ffdb9d;
background-color:#a52a2a;
border:0px;
}
div#tittle{
width:100%;
height:30px;
border:0px;
font-family:TimesNewRoman;
margin-top:0px;
margin-bottom:0px;
}