Problemin font

Hi all, I am having 6 fields ,and getting doc from virtual machine, when i see the doc in browser ,in one particualr field i have data like this.’

PART

NUMBER VRM ANNOUNCED AVAILABLE

00P7259 3.01.0 2000/02/22 2000/03/17

-

it works fine, but in my document other field fonts are helv but this particular field is courier, if i change font to helv , it is not aligning properly. it is a single value text field. any idea?

regds

soma

Subject: Problemin font

Courier is a monospace font meaning that every character is the same width, which is why your data lines up properly. Helv is a proportional font so the width varies on the characters, causing your “misalignment”. To have it appeared aligned, you’ll have to stick to a monospace font. Or maybe use tables?

Hope that helps.