I got my HTML file:
<textarea id="text1" style="font-Family:Courier New" rows="6" cols="80"></textarea>
<textarea id="text2" style="font-Family:Times New Roman" rows="6" cols="80"></textarea>
<textarea id="text3" rows="6" cols="80"></textarea>
And my IE Option Font:
Webpage font: Times New Roman
Plain text font: Courier New
I have found the font in text3 looks is not the same as that in text1, not the same as that in text2. How to set the font for text1 and text2 as the same as that in text3?
Thank you in advance.
<textarea id="text1" style="font-Family:Courier New" rows="6" cols="80"></textarea>
<textarea id="text2" style="font-Family:Times New Roman" rows="6" cols="80"></textarea>
<textarea id="text3" rows="6" cols="80"></textarea>
And my IE Option Font:
Webpage font: Times New Roman
Plain text font: Courier New
I have found the font in text3 looks is not the same as that in text1, not the same as that in text2. How to set the font for text1 and text2 as the same as that in text3?
Thank you in advance.