nope, I didn't. I'm beginning to think it's because I have a # of IQ versions on my machine w a # of newhtml files to confuse things so I'm trying to sort that out at the moment.
Did you restart IQ? I just did some tests and found the same, until I restarted IQ. Try the below for your newhtml file and see if it turns the background black, text white 24 point. Works for me.
<HTML><HEAD> <META content="SQLNotes 0.9.23.7c" name=GENERATOR> <STYLE> body {font-family:MS Sans Serif; font-size:24; color="white";}table {font-family:MS Sans Serif; font-size:24;} P {margin: 0px, 0px, 0px, 0px}</STYLE> </HEAD> <BODY style="MARGIN: 20px" bottomMargin=0 bgColor=#0f0f0f leftMargin=2 topMargin=2 rightMargin=2> <DIV> </DIV></BODY></HTML>
Comments
<META content="SQLNotes 0.9.23.7c" name=GENERATOR>
<STYLE> body {font-family:MS Sans Serif; font-size:24; color="white";}table {font-family:MS Sans Serif; font-size:24;}
P {margin: 0px, 0px, 0px, 0px}</STYLE>
</HEAD>
<BODY style="MARGIN: 20px" bottomMargin=0 bgColor=#0f0f0f leftMargin=2 topMargin=2 rightMargin=2>
<DIV> </DIV></BODY></HTML>