
November 2nd, 2012, 04:45 AM
|
|
Contributing User
|
|
Join Date: Jul 2002
Location: Mumbai
Posts: 108
Time spent in forums: 14 h 30 m 7 sec
Reputation Power: 11
|
|
|
Display fractions
Dear all
I want to display fraction numbers for website that teaches addition and substration of fractional numbers
normally we write a .5 as 1/2 .25 as 1/4
I want to change the format and display
1/2 as 1 upon 2 (1 then there wil be dash "_" below it and below that number 2) on a single line
Repeating :
in shot 1/2 should be displayed as
1 upon 2
or
1 then there wil be dash "_" below it and below that number 2 on a single line
is this possible using css or any other method
example
1
--
2
Last edited by vikaspa : November 2nd, 2012 at 04:48 AM.
Reason: wanted to show an example
|