Space between controls on page
Hello everyone, I have an easy question, but I can't seem to find it anywhere.
I'm making a page in asp.net, and I'm using a flow layout. I need to make some space between my controls on the page. How can I accomplish this.
Sorry about the bogus question, I just did not see a newbies section.
Any help will be greatly appreciated.
Thanks
Re: Space between controls on page
There's  
or you could place your controls nicely inside a table's cells with proper cellspacing and padding.
Re: Space between controls on page
Thanks, that worked great :)