Bobtheduck wrote:Does anyone have a clue how I can fix Java so the text isn't misaligned like that? So it has the proper spacing between lines?
1st, fixing the Java isn't an issue, it's loaded from their site... no way to "fix" it (the final product is HTML).....
2nd, have you actually saved the page and looked at it outside the editor? Does the final page look the same as in the editor?
Bobtheduck wrote:There was no font size change... If there were, it still wouldn't be different in the editor than in the final page... It's called a WYSIWYG editor for a reason. I like that because even if I did learn HTML, I wouldn't know where to place things, whereas when I was able to use the WYSIWYG editor, I just whipped it out and I don't need any features that it didn't have... Until now, because I need it to, you know, work.
There really isn't such a thing as a WYSIWYG editor when it comes to HTML, for a couple of reasons. 1) Each system/browser will render it slightly different, very different if you use custom font styles (i.e. not everyone has Comic Sans). 2) If the WYSIWYG display isn't drawn with the same renderer you're using you have problem #1 above, even so, I've used Netscape's editor in the past (long time ago) and the final page didn't match the on-screen version.
BTW, if you weren't testing your page on a couple of different browsers/resolutions, you don't really know how the page looks to other people.
Oh, and I'll bet noone has complained because the people who are using Sun's Java aren't using IE... this could be a combination of the two.
Bobtheduck wrote:Ah... It doesn't matter... I guess I'll have to give in and learn HTML, but it was so easy until that stupid sun Java Console took over...
A friend of mine took the time to learn to write her own pages (she had some basic HTML knowledge, but not much) after Prodigy started messing up her pages durring an "upgrade" to their page wizard system. Her new pages are 1000 times better than the old ones, both in appearance and function (and she's a grandmother with lots of kids)..... I think you can handle it, and you'll be better off in the end (not being a slave to an editor).