Question

I am preparing for a class project and I am using LibreOffice (version 4.2.0 - Win32) to create the title page of my report. In sWriter, I created a 1 row, 2 column table that I pulled down so it spans the length of the page (essentially resembling a left and right sided frame in (x)html. In the left cell, I inserted a small table with filled cells for aesthetic purposes. At the moment, the title page looks like the following:

___________________
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|____|____________|

I am trying to modify the structure so it looks like the following:

___________________
|  |   |          |
|  |   |          |
|  |___|          |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|    |            |
|____|____________|

My intention is to insert a small image in the cell located on the border. I have tried merging cells but I cannot select "across" the border and inserting a new row doesn't work either. I assume that is due to the way the table was initially constructed, i.e., dragged to the bottom of the screen.

Any constructive feedback would be appreciated.

Thanks,

~Caitlin

Was it helpful?

Solution

The solution depends on your needs, especially the content of the right "column".

  • If there's no text or other content that should appear besides the picture, the simplest solution would be just to insert the picture in the left "column" and drag it to its final position. Notice that the "wrap" options apply only to the left column where the image is anchored, so if you try to enter text starting at the upper left corner of the right "column", it will "collide" with the picture.

  • If you want to put content into the right "column" starting at the right border of the image, you should modify the table layout. I'm sure you can insert a new column, but it will appear at the bottom of the page (or even on the next page). Instead, you could split the single table row into two rows, using Menu Table -> Split cells:

    split cells dialogue

    Next, you can split the left cell in the first row, so the first row has three cells. Finally, hold CTRL+SHIFT and drag the right cell border of the first cell to the left (CTRL+SHIFT makes sure that moving the border only affects the current, first row). Now, the table should look like this:

    ___________________
    |  |   |          |
    |  |   |          |
    |__|___|__________|
    |    |            |
    |    |            |
    |    |            |
    |    |            |
    |    |            |
    |    |            |
    |____|____________|

Another solution would be to get completely rid of the table that covers the entire page. If you want to put some design content into the left "column", just add a frame, move it to its place, and enter the content. To keep the main content out of the left "column's" area, adjust the left margin (in Menu Style -> Page). Now, just add the picture to the main content and drag it to its place.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top