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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -