I would like to report what appears to be a minor bug when importing into AMN via HTML. I have observed this in ver. 2.84.



Steps to reproduce the problem



1. In AMN, go to Tools / Options / Defaults, and set the default font name to (say) Verdana, and the default font size to 10.



2. Create an HTML file similar to the following:



	
	
		My New Note
	
	
		

This is an example of a new note.



3. Drag that file into AMN.



Results



I would expect teh new note to appear in the specified default font and size. In fact, the font face is respected, but the size is not; the note appears in a larger font.



You can work round this by explicitly specifying the font name and size within the HTML:



	
	
		My New Note
	
	
		

This is an example of a new note.



However, if the text has one or more line break (
), the font setting are only respected only up to the first line break. In other words:



	
	
		My New Note
	
	
		

This is an example of a new note.
And this is another line.



Here, the first line shows the correct font and size, but the second one shows the larger size.



I know this is not a big issue, and probably won't affect many users, but I thought I would bring it to your attention, in the hope that you will be able to fix it.



Mike