Jump to content
  • 0

Continue Next Section On Same Line


ppbb123

Question

2 answers to this question

Recommended Posts

  • 0

It is not a standard feature. But you can create your own <table>  <tr> <td>tags instead of using Sections.

1. Remove the Sections

2.  Insert three HTML Blocks surrounding the fields

//HTML Block 1
<table cellspacing="0" cellpadding="0">
<tr><td valign="top">
<table cellpadding="0" cellspacing="0"><tr><td> 

     Field11

     Field12

     Field13

//HTML Block 2
</td></tr></table>
</td>
<td>
<table cellspacing="0" cellpadding="0"><tr><td> 

      Field21

      Field22

      Field23

//HTML Block 3
</td></tr></table></td></tr></table> 
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...