Copy link to clipboard
Copied
Copy link to clipboard
Copied
Did you ever resolve this issue? I am also strggling with this one.
Many thanks....
Copy link to clipboard
Copied
Hi miki,
The code below should give you an example of how to align data within a
column. The code below creates an area 600px wide with two columns
set at 50% each and column content aligned to the left side.
<div style="clear: both; padding: 15px 0px 0px 0px; width: 600px">
<!--- Left Column --->
<div style="clear: both; float: left; width: 50%" align="left">
Left content here
</div>
<!--- Right Column --->
<div style="float: left; width: 50%" align="left">
Right content here
</div>
</div>
As for the page break / content splitting, take a look at the post below.
Perhaps that will address the situation you are having with the splitting
up of data.
http://forums.adobe.com/thread/506421?tstart=0
Leonard B
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more