Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+4 votes

For my final project, I am working on a page where the user can look at a multiple choice question and then type in the letter of their choice. Is there a way to line up the letters so they will be on the same indent rather than the center of the screen?

asked in CSC201 Spring 2021 by (1 point)

1 Answer

+2 votes

Using courier font should help with this, since the characters in that font are all the same width. Also, add spaces to the shorter options to make all of the lines the same length.

answered by (1 point)
...