Jump to content

small question


narjis

Recommended Posts

However, you have to nest them properly, and keep in mind what's the legal tags within the different tags.

For instance, this is incorrect as the form element cannot be a direct descendant of the table element, and the tr element cannot be a direct descendant element of the form element.

<table>
    <form>
        <tr>
            <td><input ....></td>

If you want to have input elements divided over multiple table cells/rows, then you need to place the form element outside of the table.

Link to comment
https://forums.phpfreaks.com/topic/267976-small-question/#findComment-1375175
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.