Pasting changes next column

  • Thread starter Thread starter Rack Jite
  • Start date Start date
R

Rack Jite

I have about 60 pages to redue.
On the right I have a narrow column of 30 cells and a wider
column to the right for the text body.
I made a template of sorts with the narrow column and the
header stuff. But when I paste the text into the larger body
column, the first few small cells on the left extend to the
same length. Then I have to size and move up all 30 cells.
60 times! :)

I must be missing something. There has to be a better way.
 
Make a single row, 2 column table.
In the left cell, place another table, 1 column with 30 rows. Use the
right column for the page content.
Set each column to place content at the top
<td valign="top">
The 30 cells will now be completely independent from the page content.
 
Make a single row, 2 column table.
In the left cell, place another table, 1 column with 30 rows. Use the
right column for the page content.
Set each column to place content at the top
<td valign="top">
The 30 cells will now be completely independent from the page content.

Thats the simple answer I was looking for! Thanx!
 
Back
Top