Hi all,
I have given diaplay:inline but it is not allowing bottom border to flow till the end. bottom border is ending with the text limit.
Here is my css. please check & help
#head_in{
color:#bb642f;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
width:400px;
margin-left:10px;
border-bottom:1px solid #bb642f;
display:inline}


