EDIT: I got it to double space and do whatever kind of spacing i want (via CSS, p {line-height: .73775em;}), however i need it to keep the formatting.
Something like the PRE tag would be perfect, however that seems to be double spacing (with no hope of fixing), the converted text.
So basically what the script does is take the text, change the font (through a form), and then echo it back with that differet font.
But i need to keep the original formatting....
Tom
EDIT EDIT: YES got it working - it was just a matter of putting the P tag inside of the PRE tag... i had it the other way around