How to set a gap or space between two tables in client -side programming?

hi…iam working on a client-based project.There are two tables on a single form one at the top and second just below to it.In designer mode thers is a gap or space between the two however when i run it,the space disappears completely and it merges.May i know is thr any method so that i can place a space as per my requirements b/w the two tables.If it would have been on web-based then i may have used
and then ‘parse html’ but on client i don’t know what i have to use here.

Thank you

Subject: how to set a gap or space between two tables in client -side programming?

If there is a line space in designer between tables then it should be the same in the client. It looks to me that the space you are referring to is hidden. Right click on the space, go to properties > hide-when tab and make sure it’s not hidden.

Subject: RE: how to set a gap or space between two tables in client -side programming?

thanks Basir Noutash …its working dude