CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> IDE/GUI

 Developer

Print topic Send  topic

Author Message
Nader
Posted: 12/22/2005, 2:10 PM

How do you put forms next to each other in a page?
Like in the example pack Master Detail pages?
Thanks,
Nader
Walter Kempees
Posted: 12/23/2005, 3:19 AM

Short answer, on the blank page add a Table with as many rows and cells as
you would like Forms on your page.
Using the form tool in a cell.

"Nader" <Nader@forum.codecharge> schreef in bericht
news:443ab243b995ab@news.codecharge.com...
> How do you put forms next to each other in a page?
> Like in the example pack Master Detail pages?
> Thanks,
> Nader
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

Nader
Posted: 12/23/2005, 10:00 AM

Cool!
Thank you :)
DonB
Posted: 12/23/2005, 3:46 PM

The <form> is a 'block" style element. This means each one implicitly has a
line break before and after it. You can explicitly define the element as
"inline" so that they can be placed horizontally.

<form style="display:inline">...</form>

or put this into a stylesheet:

form {
display: inline;
}

--
DonB

http://www.gotodon.com/ccbth


"Nader" <Nader@forum.codecharge> wrote in message
news:443ac3b42e6081@news.codecharge.com...
> Cool!
> Thank you :)
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


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.

MS Access to Web

Convert MS Access to Web.
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.