I have a fraction and I want to display it neatly and nicely.
For example
4/5
would be
4 - 5
I have looked at this and
Use this
6/7
DEMO
For straight line
HTML
26
CSS
.top{border-bottom:solid black 1px; display:inline-block; float:left} .bottom{ display:inline-block; clear:left; float:left}
DEMO 2