Submitted by David_H on 2009/04/29 15:17
I have reached the point with IQ where I want to use the HTML pane with a vengeance but the constant defaulting to Times Roman is stopping me.  Even in the same pane I often change the font and the next thing I know a few lines later it's back to Times Roman.  Am I doing something wrong?  Is there a way to override this?  I looked under options but cannot find any settings for the HTML pane.  Of course I'd also like to be able to set default font size etc.
 
To clarify, I want to set the default for ALL panes so I do not have to mess with it.
 
Thanks

Comments

Hi David,
You open the  /SQLNotes/AppFiles/NewHTML.htm file in an editor and change the font.
 
Here's mine, where I set it to Corbel, with a font size of 13 and 11 (body and tables):
 
<HTML><HEAD>
<META content="SQLNotes 0.9.23.7c" name=GENERATOR>
<STYLE> body {font-family:corbel; font-size:13;}table {font-family:corbel; font-size:11;}</STYLE>
</HEAD>
<BODY style="MARGIN: 2px" bottomMargin=0 bgColor=#ffffff leftMargin=2
topMargin=2 rightMargin=2>
<DIV>&nbsp;</DIV></BODY></HTML>
 
 
Just be careful to protect this file when you update IQ or it will get overwritten -- well, it used to be.
 
Pierre : this is something that should probably be handled differently. The ("unintuitive") font changing, and the ennoying overwriting by new IQ installations/updates...

David_H

2009/04/29 17:18

In reply to by Armando

Thanks.  What if I do not have those files/folders?  I recently moved IQ to another computer and omitted moving those and it does not seem to have recreated them.  What else is stored in those files?  Because all the content in my HTML pane seems intact (for all items).  Is there a way for me to recreate those Pierre?  Or just move the old ones over?

Pierre_Admin

2009/04/29 17:35

In reply to by David_H

You could extract the missing files from the portable zip file (in the download page)

Pierre_Admin

2009/04/29 17:40

In reply to by Armando

>Pierre : this is something that should probably be handled differently. The ("unintuitive") font changing, and the ennoying overwriting by new IQ installations/updates...
 
Fixed. The program now first checks in the user folder for NewHTML.htm file. If not found, it uses the one in the AppFiles folder.
 
Same for:
  • HTMLClipperTemplate.htm
  • NewMHT.mht
 I updated book pages 4. Document Pane and 1. Clipping Content from other Apps with this info