Jump to content
  • 0

Multiple datapages on one page


Jess147

Question

5 answers to this question

Recommended Posts

  • 1

You can create an HTML  container in a way you want your DataPages and deploy your pages in those blocks.  For instance to have two DataPages on left stacked  and one next to them on the right size you can have:

 DataPage Deploy Code 1

 DataPage Deploy Code 3

 DataPage deploy Code 2

<table style="border-collapse: collapse; width: 98.4323%;" height="449" border="0">
<tbody>
<tr>
<td style="width: 50%;">
<table style="border-collapse: collapse; width: 100%;" height="449" border="1">
<tbody>
<tr>
<td style="width: 100%; valign: top;">DATAPAGE DEPLOY CODE 1</td>
</tr>
<tr>
<td style="width: 100%;">DATAPAGE DEPLOY CODE 2</td>
</tr>
</tbody>
</table>
</td>
<td style="width: 50%; valign: top;">DATAPAGE DEPLOY CODE 3</td>
</tr>
</tbody>
</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...