benbun
1
I am amending an existing site that has a mixture of tables and CSS based structure.
I have introduced an input text box wrapped in a <FORM> tag at the top right hand side of this site http://simplyredheads.co.uk/
I cant manage to control the height of the input box, I want it to be the same height as the “subscribe” button next to it.
Any help would ne appreciated.
thanks
BB
Luki_be
2
What about simply adjusting the height and padding of .newsletter?
.newsletter{
background-color:#FFFFFF;
border:1px solid #D5D0C9;
color:#000000;
font:11px arial;
height:14px;
margin:0;
padding:1px 2px 3px;
}
Close? 
Off Topic:
Catchy phrase on the image … i like it 
Luki_be
4
Did it help? No good thanking me if i wasn’t of any help

benbun
5
Yes, it helped. The site is fixed now,