I’m getting values from MySQL and I want to show them in a mini line. But because of the line’s length they are creating new lines by themselves.
My CSS code below there is;
position:absolute;
top:76px;
left:25%;
width:50%;
height:30px;
background-color:#d0d0d0;
and my print is;
http://666kb.com/i/c6810lb5lniu28x41.png
I want to show them just in first line that you see.
Thanks.
Does
white-space: nowrap;do what you want?