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

Question

Question

Table formatting

asked on October 11, 2018

I have a customer with a paper form that has a table in it that looks something like this:

I am trying to set it up as a table with 4 rows with 1 column using a checkbox and it looks something like this:

In the row text, how do I add line feeds to separate out the listed items onto their own lines?

Or maybe someone can suggest a better way for me to handle this...

0 0

Answer

SELECTED ANSWER
replied on October 11, 2018

Hi Bert,

You could give this a try:

In your table row label:
Does submission include at minimum:<p class="tclass">Requirement 1<p class="tclass">Requirement 2<p class="tclass">Requirement 3<p class="tclass">Requirement 4<p>

And in the css to adjust spacing and whatever else:
p.tclass { 
  margin-bottom: -1em;  margin-top: 0em;
  font-style: italic;
}

~ Andrew
 

 

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.