Scrollbar stuff

there is another way. instead of using the html align and p tags you could use the table tag. just make a table with 2 columns and 1 row and then put your text into that. align one table cell’s content to the right and the other to the left. viola … there you have your seperately aligned text without all the actionscripting.

there are ways to link the text boxes with actionscripting but i really think if you’re going to use html anyway, this is better. it’s certainly much faster anyway.

hope this helps