Hugh Betcha
17 Aug 2006, 03:00 PM
Hello,
Have a web page that references an external .js file with code like this:
}
function num_jse() {
document.write(co);
}
The font displays as Times, but I prefer Arial. Do I need to put a <font> tag in my html before it references the .js file or is there a way I can put some code right in the .js file to make it Arial? The webpage uses a style sheet with Arial as the main font and I want the .js to write with Arial too.
Thanks!!
Have a web page that references an external .js file with code like this:
}
function num_jse() {
document.write(co);
}
The font displays as Times, but I prefer Arial. Do I need to put a <font> tag in my html before it references the .js file or is there a way I can put some code right in the .js file to make it Arial? The webpage uses a style sheet with Arial as the main font and I want the .js to write with Arial too.
Thanks!!