Resizing Text (keeping text the same size on all screens)

Please could someone help me,

I have created a website and Published it with the following settings:

100% x 100% and Exact fit

So that the website could be viewed ful screen on all browsers

The only problem that I have got is that is MY TEXT, on a 800600 screen monitor the text shrinks and disorts. On a 1024768 and higher screen setting the text increases it size.

Please could someone help me and let me know how I could keep the text to one size in all screen settings.

Thank you

In your html embedding add a parameter


<param name="scale" value="noscale" />

Then in your embed add

scale="noscale"