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

 Text boxes in HTML Table Cell

Print topic Send  topic

Author Message
lchurch

Posts: 20
Posted: 11/10/2008, 9:23 AM

I have a HTML table, and in one cell I need to have 4 text boxes, stacked tightly on top of each other in order to keep a clean interface. I cannot find a way to reduce the default vertical space between the text boxes.

How can I adjust the vertical space inserted by a carriage return in the form designer?
View profile  Send private message
datadoit
Posted: 11/10/2008, 10:08 AM

Use <BR> instead.
lchurch

Posts: 20
Posted: 11/10/2008, 10:36 AM

Still not right visually.
Here's my code:
<td>
<p>{Shipper}
<select id="InvoiceShipperID1" style="WIDTH: 123px" name="{ShipperID1_Name}">
<option value="" selected>Select Value</option>
{ShipperID1_Options}
</select>
</p>

<p><input id="InvoiceShipName" style="WIDTH: 184px; HEIGHT: 25px" maxlength="250" size="12" value="{ShipName}" name="{ShipName_Name}"></p>

<p><input id="InvoiceShipContact" style="WIDTH: 184px; HEIGHT: 25px" size="12" value="{ShipContact}" name="{ShipContact_Name}"></p>
</td>
<td>

Between the cell "InvoiceShipName" & "InvoiceShipContact", I want minimal vertical spacing. What am I missing?
View profile  Send private message
datadoit
Posted: 11/10/2008, 10:51 AM

Remove the <p></p> tags.

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.