Trying to get text to grow to the left in a webbrowser control.
I am trying to use a web browser like a label to try and display text. I need this text to be displayed right to left.
The syntax that I am using is webbrowser1.DocumentText="<p dir=""RTL"">" & "Hello world" & "</p>".
Now this seems to work except the only character in the string that is displayed is "H". I think that the text is growing to the right (out of view) instead of to the left. How do I make the text grow to the left?
Merry Holidays!