I can use javascript to control BODY style like
document.body.style.fontFamily = fooFont;
document.body.style.fontSize = fooSize;
How about for HTML tag?
You may question me what's for and what's the point since all html tags
are inside BODY?
I am working on HTML editor.
In Firefox, I turn on designMode inside IFRAME. I click a brand new
document, then Firefox tells me I am clicking HTML tag, not BODY tag.
No comments:
Post a Comment