how to change eclipse html formatting -


when open html file in eclipse, after format it, looks this:

<form>             <fieldset>                 <label for="membername">login name:</label> <input type="text"                     name="membername" id="membername" value=""                     class="text ui-widget-content ui-corner-all" /> <label                     for="memberpass">password:</label> <input type="password"                     name="memberpass" id="memberpass" value=""                     class="text ui-widget-content ui-corner-all" />               </fieldset>         </form> 

but want each tag of attributes on same line

how make eclipse understand that?

under

window->preferences->web->html files->editor

there options in terms of html formatting.

in comparison java, there no options available, maybe can figure out on do.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -