Got that to work brilliant thank you,
One more thing can you do the same on textboxes? ( I know you can set a textarea to 1 line and hide the scrobars )
Ive tryed
<style>
textfield {
border: #000000 1px inset;
border-color: #000000;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
</style>
&
<style>
textbox {
border: #000000 1px inset;
border-color: #000000;
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
</style>