td居右_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:47:31
Original
1093 people have browsed it


How to make the td in the lower left corner align with the checkbox column in the lower right corner


Reply to discussion (solution)

Merge cells Just placeholder display, as shown in the following test table

<table><tbody>	<tr>    	<td>1</td>        <td>1</td>        <td>1</td>        <td>1</td>        <td><input type="checkbox" /></td>    </tr>    <tr>    	<td>2</td>        <td>2</td>        <td>2</td>        <td>2</td>        <td><input type="checkbox" /></td>    </tr>    <tr>    	<td>3</td>        <td>3</td>        <td>3</td>        <td>3</td>        <td><input type="checkbox" /></td>    </tr></tbody><tfoot>	<tr>    	<td colspan="4"></td>        <td><input type="checkbox" /></td>    </tr></tfoot></table>
Copy after login

Change the lower left corner td to Merge 6 cells and then on the right Aligned with other checkboxes

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template