text-align HTML doesn't right justify

Try this. Add a text box to your page and change the code name id to #box1. In the editor set the box to “left” justify. Now run the code below, which should “right” justify but it doesn’t.

I noticed someone else had a similar problem last year but there was no solution identified. Can someone tell me if it is possible to right-justify text in a text box using the HTML tag “text-align”?

$w ( ‘#box1’ ). html = ‘

text box1

I figured it out…sorry to bother everyone. There may be other possible changes, but here is my corrected HTML that works.

$w ( ‘#box1’ ). html = ‘

text box1