You are viewing limited content. For full access, please sign in.

Question

Question

How do I adjust the space between columns in a table?

asked on August 8, 2016

I know I am overlooking something easy.  Forms version 9.2.  How do I reduce the gaps between columns on a table?  I have tried changing the size from small to x-large.  I have tried choosing a percentage of the column width in the table setup.  How do I get rid of the gap?

In the shot below I have the table set to auto % for each column.  I have Yes/No and Quantity set to Small for size, Line and Person are Medium, Description and Vendor are x-large.

 

Thanks

 

1 0

Answer

SELECTED ANSWER
replied on August 8, 2016

Jennifer,

What I usually do is to leave the percentages alone, and size them with CSS...it just allows you to be more specific with how large you want each field to be.  The gap will stay the same that way, but let you increase or decrease each column width with relation to the others in the row.  For instance, for the example you have, I set larger values for the description and vendor fields, like so:

#q50 {width: 350px !IMPORTANT;}
#q51 {width: 350px !IMPORTANT;}
#q46 {width: 80px !IMPORTANT;}
#q48 {width: 80px !IMPORTANT;}
#q47 {width: 150px !IMPORTANT;}
#q49 {width: 150px !IMPORTANT;}

They are the two top values, just change the q fields to what you have, and what you will get is as follows:

0 0
replied on August 8, 2016

Thanks.  I will give it a try.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.