Home > Web Front-end > HTML Tutorial > Button control_html/css_WEB-ITnose

Button control_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:15:12
Original
1073 people have browsed it

I wrote a code that includes a button control and a table, but why is the button control not within the scope of the table, and the leftmost part of the button happens to be on the rightmost side of the table~
Please give me some advice, I can’t tell you much. ! I hope you can give me some advice


Reply to the discussion (solution)

Where is the code?



























System System Negative Class pre
public Thetd>
Wanfang Revised 2013-01-12

Um, I don’t understand. Do you want this effect?

<table border="1" width="500">    <thead>        <tr>            <th>选择</th>            <th>姓名</th>            <th>版本</th>            <th>日期</th>        </tr>    </thead>    <tbody>        <tr>            <td>                <input type="checkbox" /><a href="#">公</a>            </td>            <td>姓名</td>            <td>1.1</td>            <td>2012-09-24</td>        </tr>        <tr>            <td colspan="4" style="text-align:right">                <input type="button" value="导出" />            </td>        </tr>    </tbody></table>
Copy after login

Because you didn’t write the button into the table at all, the button control is not within the scope of the table~

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