Home  >  Article  >  Web Front-end  >  Control the last row in the table to be at the bottom of the page_html/css_WEB-ITnose

Control the last row in the table to be at the bottom of the page_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:072387browse

[img=http://s13.sinaimg.cn/middle/69f22c72gc6355ef6ce1c&690][/img]

My original code is similar to the following. I want to change it to the form of the picture above, because my original The paging part always follows the data. If I want to change it, the paging part will always be at the bottom of the page. Then the data will be arranged as many rows as possible. When a certain number of rows is exceeded, the paging part will move down. , how to implement it well, it is best to write a little code

<table width="100%" cellpadding="0" cellspacing="0">	<tr>		<td width="5%" height="30"                         xx		</td>		<td width="15%">		       xx		</td>	</tr>	<s:iterator value="XX">		<tr>			<td><s:property value="xx"/>		          </td>			<td>			<s:property value="xx"/>				</td>		</tr>	</s:iterator>          <tr>		<td>				              这里是分页的标签		</td>	</tr></table>


Reply to the discussion (solution)

b1f6c6445a713f79146a1f3593eafff3 4f8426b303fd482c2b5cad5323c6ce0d
                                                                    :iterator value="XX" >
                                                                                                                         a333d28a23e33e4e74b05073ecda8989                                                                      a34de1251f0d9fe1e645927f19a896e8
b6c5a531a458a2e790c1fd6421739d1c
This is the paging tag
b90dd5946f0946207856a8a37f441edf
fd273fcf5bcad3dfdad3c41bd81ad3e5
d93f946a39a259de3097f230ac6e3edf
f16b1740fad44fb09bfe928bcc527e08

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