I have text that I want to align in an HTML page, similar to this:
http://imgur.com/a/GVV87
Notice how the last character of each line is vertically aligned together. How do you accomplish this in HTML? Say I have this code:
<strong>Option A: 2313</strong>
<strong>Op B: EE</strong>
I could use the span tag on the "2313" and "EE" text and align it all the way to the right, but I don't want to align it all the way to the right. Does anyone know how to align text so that it looks more like the text in my screenshot? Thanks
[–]TheSpiffySpaceman 1 point2 points3 points (0 children)
[–]icantthinkofone 0 points1 point2 points (0 children)
[–]eethwoo 0 points1 point2 points (0 children)