ppbb123 Posted September 9, 2013 Report Share Posted September 9, 2013 I saw field can be positioned next to the previous field. But I want to make the next whole Section appear horizontally on the same line. Thanks Quote Link to comment Share on other sites More sharing options...
0 HongTaiLang Posted September 9, 2013 Report Share Posted September 9, 2013 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> Quote Link to comment Share on other sites More sharing options...
0 Barbara Posted September 9, 2013 Report Share Posted September 9, 2013 It does work! It's also good to know that the code is applicable in submission, update and details pages. For results list or gallery view, you can use <div> element. Quote Link to comment Share on other sites More sharing options...
Question
ppbb123
I saw field can be positioned next to the previous field. But I want to make the next whole Section appear horizontally on the same line.
Thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.