Click here to Skip to main content
16,012,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to repeat the head repeatedly and footer fixed for a page

suppose i have
HTML
<table>
<thead>
<tr><td>Logo image </td></tr>
</thead>

<tbody>
Content 
</tbody>

<tfoot>
<tr><td>Footer </td></tr>
<tfoot>
</table> 


i need to repeat "thead" in all pages and need "tfoot" only at the bottom of 1st page.Is there any way to implement this via " style type="text/css" " ?
Posted
Updated 6-Aug-15 20:18pm
v2
Comments
SundararamanS 7-Aug-15 8:54am    
How are you generating the table ?? Is it generated on the server ?? or are you having any xsl ? Please confirm what you are trying to achieve
fiashieen 18-Aug-15 7:23am    
I am getting the table by jquery
Actually this problem is seen on chrome,working in Mozilla.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900