Title: Insert image won&#039;t work
Last modified: September 1, 2016

---

# Insert image won't work

 *  Resolved [turkeylegs](https://wordpress.org/support/users/turkeylegs/)
 * (@turkeylegs)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/)
 * I have downloaded, installed and activated TablePress and am attempting to insert
   an image. I click in the cell and move the cursor to insert image, click and 
   get a message that tells men to click in the cell where I want to image and it
   will open the media library. So I click in the cell I want, click insert image
   and get the message again. I suppose I am doing something wrong, but can’t figure
   out what it is. Please steer me in the right direction.
    Thanks, Joe
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [turkeylegs](https://wordpress.org/support/users/turkeylegs/)
 * (@turkeylegs)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540650)
 * I dropped down a couple of rows and the dialog worked and deleted the rows above
   so I startee the table in row 1. I entered the CSS: .tablepress-id-N .column-
   2 {padding: 4px;}, am getting the same results as in tablemaker. I need the text
   to left justify next to the image: [http://pleasantgrovepb.com/pleasant-grove-ministries/](http://pleasantgrovepb.com/pleasant-grove-ministries/)
   
   Thanks, Joe
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540700)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * From what I can see, the “Insert Image” is working now? You’ll basically have
   to click the button first, then confirm that dialog (but just once per loading
   of the “Edit” screen) and then click into the desired cell.
 * For the widths: You’ll actually not have to modify the padding here. Instead,
   you’ll want to set column widths, from what I understand. For that, please add
   this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-2 .column-1 {
         width: 220px;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [turkeylegs](https://wordpress.org/support/users/turkeylegs/)
 * (@turkeylegs)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540704)
 * Thank you sir!
    Joe
 *  Thread Starter [turkeylegs](https://wordpress.org/support/users/turkeylegs/)
 * (@turkeylegs)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540705)
 * That trick pulled the text over!!! YEA!! Is there a way to A. reduce the overall;
   width of the table and once that happens center it on the page?
    Thanks again!
   Joe
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540710)
 * Hi Joe,
 * yes, that’s possible as well. Please add this to the “Custom CSS”:
 *     ```
       .tablepress-id-2 {
       	width: 800px !important;
       	margin: 0 auto 1em;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [turkeylegs](https://wordpress.org/support/users/turkeylegs/)
 * (@turkeylegs)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540711)
 * Tobias,
    You are my hero of the day.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540712)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Insert image won't work’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/insert-image-wont-work/#post-7540712)
 * Status: resolved