facebook

HTML TD Tag Error

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210884 Reply

    sefkan3
    Member

    Hi,

    This is in beta2. Not sure if this is Elipse or Workbench issue. When you insert a HTML with a form, the td tag align tag value is middle, instead of center.

    Simple to correct but just an fyi.

    Regards
    Saif

    <td align=”middle”>Name:</td>

    <td align=”middle” colspan=”2″><input maxlength=”50″ name=
    “Name”></td>
    </tr>

    <tr>

    #210885 Reply

    sefkan3
    Member

    Also the validation check does not work even when it is corrected and the file is saved.

    #210898 Reply

    Greg
    Member

    Even though “middle” seems to be interchangable with “center”, we will investigate the behavior you mentioned. Thanks for the information.

    The validation check you mentioned is actually a new behavior in beta2. In previous versions of MyEclipse, the HTML tidy integration has a incremental builder that would validate and mark html files with annotations of warnings and errors automatically. In some of the use cases reported by our users, this was causing a problem because they were importing thousands of html files and didn’t want to wait for html validation to process all of them. So in beta2, we disabled the incremental builder by default. You can re-enable this feature in the preferences under
    MyEclipse->Editors->Jsp/HTML Editor->HTML Formatting & validation
    At the top of this page you will see an option for “Enable Incremental HTML validation”. If you check that, then all html files will be validated on save.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: HTML TD Tag Error

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