RE: html table limit

2003-03-12 Thread Brett W. McCoy
On 12 Mar 2003, Rob Benton wrote: > 1000+ rows is a rare situation on my page but in can happen. It's a dbi > script. I couldn't really think of a better design but I am open to > suggestions... Ideally you could page the returned data in groups of 100. Take a look at this: http://www.carumba

RE: html table limit

2003-03-12 Thread Rob Benton
Scroll up and down to the bottom of the page then see if the borders screw up. On Wed, 2003-03-12 at 14:57, Bob Showalter wrote: > Rob Benton wrote: > > Mozilla, Konqueror, Opera, and IE all act the same way. Check out this > > page to see what I mean. The top, bottom, and right side of the > > t

RE: html table limit

2003-03-12 Thread Bob Showalter
Rob Benton wrote: > Mozilla, Konqueror, Opera, and IE all act the same way. Check out this > page to see what I mean. The top, bottom, and right side of the > table borders act funky: > > http://www.geocities.com/emperorrob/test.html Hmm, this page displays fine for me in IE6. > > I tried the

RE: html table limit

2003-03-12 Thread Rob Benton
1000+ rows is a rare situation on my page but in can happen. It's a dbi script. I couldn't really think of a better design but I am open to suggestions... On Wed, 2003-03-12 at 15:07, Brett W. McCoy wrote: > On 12 Mar 2003, Rob Benton wrote: > > > > > Is there a limit to how many rows you can p

RE: html table limit

2003-03-12 Thread Brett W. McCoy
On 12 Mar 2003, 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. I think if you are needing tables on an HTML page that

RE: html table limit

2003-03-12 Thread Rob Benton
Mozilla, Konqueror, Opera, and IE all act the same way. Check out this page to see what I mean. The top, bottom, and right side of the table borders act funky: http://www.geocities.com/emperorrob/test.html I tried the validator but it keeps timing out. :) I guess the file is too big. On Wed,

RE: html table limit

2003-03-12 Thread Bob Showalter
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

html table limit

2003-03-12 Thread Rob Benton
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. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]