facebook

Format HTML Document

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253994 Reply

    hi,

    Is it possible to change the default way a document is being formatted from inserting CR,LF on each <td> tag. The default formatting produce something like this
    ..
    <tr>
    <td>
    Some Text
    </td>

    </tr>
    ..

    and I’d like to achieve this
    ..
    <tr>
    <td>Some Text</td>
    </tr>
    ..

    #254021

    Riyad Kalla
    Member

    Unfortunately at this time there isn’t a way to fine tune this behavior. The default behavior is to put each tag and each tag contents on a new line indented from the previous tag.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Format HTML Document

You must be logged in to post in the forum log in