HTML table limit ?

liunx

Guest
I'm using a cgi program to generate an HTML table. The problem is when I get a table with over 1500 or so rows the borders start acting weird. Is there a limit to how many rows an html table can have?<!--content-->Originally posted by Meatwad <br />
I'm using a cgi program to generate an HTML table. The problem is when I get a table with over 1500 or so rows the borders start acting weird. Is there a limit to how many rows an html table can have? <br />
No. You can make as many rows or columns in a table, or an many tables within them until your hard drive is full or you get tired first.<br />
Break the tables up. Use multiple tables instead.<br />
Maybe what you are seeing is the cellpadding???<br />
Or the computer saying "Hey, how many more do you want"?<!--content-->
 
Back
Top