how to fix dreamweaver that stoped working -


i programing php deamweaver , work form tag following error appear :

"dreamweaver cc has stopped working".

my operating system win 10.

 <form dir="rtl" style="border:1px solid #999;padding:20px;background-color:#f3f2f1;">       <div class="form-group">      <label for="amount" class="col-sm-2 control-label">مبلغ</label>      <div class="col-md-4">        <input type="amount" class="form-control" id="amount" placeholder="مبلغ" >      </div>    </div>  </form>

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -