TexasEngineer
Technical User
I'm using a script (Javascript 1.2) to display the current date on a page I'm building. The text is output to the page using document.write ( ); in the script.
The resulting text however changes size when the browser settings change. In IE 6.0 View-Text Size-Smallest....or Medium or Largest, etc.
I've got other text on my page that is controlled by internal style sheets, so this text doesn't change size when I change the browser settings. How can I similarly control the text that is output by my date script, and other scripts?
Thanks.
The resulting text however changes size when the browser settings change. In IE 6.0 View-Text Size-Smallest....or Medium or Largest, etc.
I've got other text on my page that is controlled by internal style sheets, so this text doesn't change size when I change the browser settings. How can I similarly control the text that is output by my date script, and other scripts?
Thanks.