I'm displaying data on an asp page from information entered through an MS Access form. The spacing of the text in Access looks good, for example:
This is line 1 text:
This is line 2...........123
This is line three.......125
But when I display it on the asp page the font is different and skews the text display. If I change the font on the Access form to a fixed length, like courier, and use the pretag in asp it will display it correctly but this would be a major undertaking to re-type all the text.
Is there any other way of dealing with this?
This is line 1 text:
This is line 2...........123
This is line three.......125
But when I display it on the asp page the font is different and skews the text display. If I change the font on the Access form to a fixed length, like courier, and use the pretag in asp it will display it correctly but this would be a major undertaking to re-type all the text.
Is there any other way of dealing with this?