Home  >  Article  >  Web Front-end  >  td居右_html/css_WEB-ITnose

td居右_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:47:311092browse


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>

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

Statement:
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