Jump to content
  • 0

Label and Field Spacing Issue


commish

Question

In the attached image you can see 4 text fields with labels set to the left and the field entry cell is far to the right. Each text field is followed by a check box field.

Is this a Style issue that's causing the spacing? It's only these fields on this datapage.

Any suggestions on what I could try and change?

Thanks,

Rick

[attachment=0]spacing_image.jpg[/attachment]

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

You can find the attribute you need to change in firebug. That is very cool. One of the representative told me about it here is what she said:

"The Firebug extension for Mozilla Firefox allows the debugging, editing, and monitoring of any website's CSS, HTML, DOM, and JavaScript, and provides other Web development tools. It also has a JavaScript console for logging errors and watching values, as well as a "Net" feature which monitors the amount of time in milliseconds it takes to execute scripts and load images on the page."

If you send me the link I can help you on that :D:D:D:D:D

Link to comment
Share on other sites

  • 0

Hello, commish.

Reproduced your issue.

1) Edit your Style.

2) Check "Advanced" on the 1st Wizard step.

3) Open this item: Forms/Details >> Layout.

4) Click "Source" tab.

5) Class 'cbFormTable'.

By default (created new style) there are following settings here:

.cbFormTable

{

/*Form Table Attributes*/

border-color: #2a497d;

border-width: 2px;

border-style: solid;

border-collapse: collapse;

}

6) I've added "width: 100%;" and my WebForm looks like yours:

.cbFormTable

{

/*Form Table Attributes*/

border-color: #2a497d;

border-width: 2px;

border-style: solid;

border-collapse: collapse;

width: 100%;

}

So, suggestion is to inspect this class.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...