Rob Benton wrote: > Is there a limit to how many rows you can put in an html table? I > can't find anything wrong with my script but when I get over 1000 > rows or so in my tables they start drawing weird borders.
That would be a function of the browser, so see if your browser has any limits. Try viewing the page with different browsers. Also, make sure your all your tags are balanced (<tr> with </tr>, <td> with </td>, etc.) You can run your HTML through a validator such as http://validator.w3.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]