NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on April 16, 2014, 03:40:26 PM

Title: Blank line under each record in the table
Post by: broche on April 16, 2014, 03:40:26 PM
See image of blank line, not sure what  am doing wrong here?
See attached Image

[attachment deleted by admin]
Title: Re: Blank line under each record in the table
Post by: broche on April 16, 2014, 03:46:25 PM
Looked at Firebug and it looks like the row is repeated.  This is a copy of another table that does not have the issue, is there something in copying a procedure that it does not like?
Title: Re: Blank line under each record in the table
Post by: Bruce on April 16, 2014, 08:22:05 PM
I'm not aware of anything in the copy, ubt make sure the "last field" does not have "last on line" ticked on. Ticking on "Last on Line" creates a new <tr>, even if there are no fields on it.

In other words, if I _wanted_ the effect you are describing, I'd tick on Last On Line on the last field in the browse.

cheers
Bruce
Title: Re: Blank line under each record in the table
Post by: broche on April 17, 2014, 06:33:25 AM
That was it, I made the assumption that I needed to do this, not sure why :)