CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Getting grids to sit side by side!

Print topic Send  topic

Author Message
davidpowell

Posts: 14
Posted: 05/28/2010, 3:18 PM

Hi

I am sure the answer to this is simple but I cant seem to do it!

I have a page on which I have build two small grids using the builder.

I wish to place them so they sit side by side. I know this can be done from viewing some fo the codecharge examples!

However they refuse to do this - revealing tags shows no difference between my page and the example pages where it is achieved, but mine insist on being on top of each other!

Could someone put me out of my misery and tell me how to do it ?

David
_________________
David Powell
View profile  Send private message
rho


Posts: 85
Posted: 05/29/2010, 12:24 AM

I use table to lay-out my grids. For example:

<table>
<tr>
<td>{Grid1}</td>
<td>{Grid2}</td>
</tr>
</table>

Hope this helps, Rob.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.