Meatwad
03-12-2003, 02:34 PM
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?
|
Click to See Complete Forum and Search --> : HTML table limit ? Meatwad 03-12-2003, 02:34 PM 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? jdavia 03-13-2003, 12:26 AM Originally posted by Meatwad 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? 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. Break the tables up. Use multiple tables instead. Maybe what you are seeing is the cellpadding??? Or the computer saying "Hey, how many more do you want"? webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |