Wednesday, 21 August 2013

Codemirror editor cursor set to the right

Codemirror editor cursor set to the right

I have to align my textarea on the right of the page. So I have my
textarea code as follows.
<td align="right" >
<textarea style="align:left" id="scriptevalresult"
name="scriptevalresult" cols="64" rows="4"></textarea>
</td>
Because I have align="right" for the , my codemirror editor is set to the
right of the editor.
how to resolve this.

No comments:

Post a Comment