Hello Waffle,
again I've found 2 more wrong syntax that make trouble
STYLE-css: "font weight": without "
-" only works for IE, it should be "font-weight"
Inline <FONT SIZE> : only applies relative values: e.g.: -2/+2 = smaller/bigger, 2 = relative to the body size
To get the pixel-values you need to use: <font style="font-size:12">.
Maybe even change the whole font insert to inline css-style like e.g.:
<font style="font-family:Georgia; font-size:20; color:#ffcc00; font-style:italic; font-weight:bold">TEXT</font>
I put up a study example that looks the same on IE as on FF:
<html><body>
<br>Normal body text<hr>
<font ="Courier New"><font size=12>Font: Courier New ? - size 12 ?</font></font><hr>
<font face="Courier New"><font style=font-size:12><font face="Courier New"> - <font style="font-size:12"> !</font></font><hr>
<font style="font-size:22"><font style="font-size:22"> !</font><hr>
<font style="font-family:Georgia; font-size:20; color:green; font-style:italic; font-weight:bold"><font style="font-family:Georgia; font-size:20; color:green; font-style:italic; font-weight:bold"> !</font><br>
<hr style="height:6px; background-color:red">
<font face="Georgia"><font size=-2>Georgia - font size: -2 </font></font><hr>
<font face="Georgia"><font size=+2>Georgia - font size: +2 </font></font><hr>
<font size=1>font size:1 - </font><font size=2>font size:2 - </font><font size=3>font size:3 - </font><font size=4>font size:4 - </font><font size=5>font size:5 - </font><font size=6>font size:6 </font><hr>
Normal body text<br><br><br>
</body></html>
Opening & closing the Body settings still corrupts an existing style as most of the values aren't read and by this removed. Your blank page setting has different items than the settings ask for.
E.g. there's no background color but font style. Afterwards I get unwanted backcolor and my fontstyle is removed.
Adding words to a user.dic is good idea but why should I add the suggestions? Wouldn't it make sense to add new words instead of copying existing ones?
Besides - there's no exit/cancel button to leave the popup. Luckily ESC is available at the moment.
I did not remove spaces or add in quotes because at the moment, these seem to be mostly asthetic.
I'm fine if this is a case of asthetic for you, to me it's a case of cleanliness and the achievment of standart code syntax. Besides I do oversee mistakes because items and values aren't positioned coherent towards each other and obove that the syntax in itself is even mixed.
Eg: these extra-blanks in the links eg: <a..>
_object
_</a> they do not show in IE but in FF all links or pictured links have these extending underlining spaces left and right of the object.
Its a good idea to "check" the lower case files menu option. I do this because on my PC the filenames are frequently mixed case. Once I upload to my website, its hard to remember if something was uppercase or lowercase.
That means you don't have an original mirroring of what you have local and what's on the server.
Mind you how many users keep up two different versions and have to make sure to upload something different than what is worked on. Making sure that when uploading new folders and files to switch them all to lower case first. Then you need a second local mirroring: a mixed style for working and a purified one for uploading.
To me this is a trap of inaccuracy and carelessness MS allows you to step into.
Another point is: your MyPad is meant to create html-pages but not only for HPs. Someone might just like to build a picture-album or poetry or whatsoever that he wants to share with friends to be viewed offline. As long as everybody is on WIN it'll be fine with mixed cases, slashes and unclean syntax but all other friends might not see half of the contents.
I don't think it's fair to lead future users into mischief that could be prevented.
Besides all of this - the new link-resolving seems to work perfectly - and that's just great

... and not to forget the new help-gui dimensions
And while creating/opening... several test-files it was a stricking mischief that the message requester is set to txt-files as default, so you need to switch it every single time.
greetings ~ Vera