Title: Error in CSS styling ?
Last modified: August 20, 2016

---

# Error in CSS styling ?

 *  Resolved [gsbohn](https://wordpress.org/support/users/gsbohn/)
 * (@gsbohn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/)
 * [test tablepress](http://perioddrama.com/?page_id=2844)
 * I’m back, now setting up TablePress.
 * Here is my short code: [table id=5 datatables_scrolly=”650px” /]
    I have enlarged
   my theme, so I thought this new size might work.
 * Here is my Custom CSS: (do you see any errors in it?)
    I cannot seem to get the
   widths correct. See link above.
 *     ```
       .tablepress-id-5 .column-1 {
       	width: 75px;
       }
       .tablepress-id-5 .column-2 {
       	width: 75px;
       }
       .tablepress-id-5 .column-3 {
       	width: 200px;
       }
       .tablepress-id-5 .column-4 {
       	width: 300px;
       }
   
       .tablepress td a {
         color: #008080;
       }
   
       .tablepress td {
         vertical-align: top;
       }
       ```
   
 * Should I deactivate Reloaded?
    [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197467)
 * Hi,
 * first: Yes, please deactivate WP-Table Reloaded after switching to TablePress.
 * The CSS itself looks ok, but unfortunately, I couldn’t check, because the link
   you posted only returns a “Not found” error. Is this really a publicly published
   page?
 * Regards,
    Tobias
 *  Thread Starter [gsbohn](https://wordpress.org/support/users/gsbohn/)
 * (@gsbohn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197502)
 * I’m sorry about the link. I had forgotten I was looking in “draft” mode.
 * It should be viewable, now.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197506)
 * Hi,
 * yes, thanks, now it is 🙂
 * As it seems, your page does contain more than the Shortcode. Specifically, the
   Shortcode seems to be wrapped in things like HTML `<pre>`, `<code>`, and `<div
   >` elements. You will see this nicely in the “HTML editor” view of the editor
   of the page. Please switch to that and remove all unnecessary HTML. Very likely,
   you will then only have the Shortcode in the content.
 * Regards,
    Tobias
 *  Thread Starter [gsbohn](https://wordpress.org/support/users/gsbohn/)
 * (@gsbohn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197507)
 * Good grief. I’m sorry for taking your time.
 * Thank you. Waiting patiently for beta .8
 *  Thread Starter [gsbohn](https://wordpress.org/support/users/gsbohn/)
 * (@gsbohn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197512)
 * This may be of interest to you. I’m sure it’s nothing that could be foreseen.
 * I have iframe youtubes in one of my columns – working great.
 * When I imported from “Reloaded”, they no longer worked.
 * Here is the imported code:
 *     ```
       <iframe width=\"300\" height=\"169\" src=\"http://www.youtube.com/embed/KJVuqYkI2jQ\" frameborder=\"0\" allowfullscreen></iframe>
       ```
   
 * Here is the original code, that has to be corrected.
 *     ```
       <iframe width="300" height="169" src="http://www.youtube.com/embed/KJVuqYkI2jQ" frameborder="0" allowfullscreen></iframe>
       ```
   
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197514)
 * Hi,
 * good to hear that fixing the HTML worked so nicely 🙂
 * And that issue with the backslashes in front of the quotation marks is definitely
   something that I will investigate!
    It would be really nice if you could send
   me a WP-Table Reloaded Dump File, so that I can try to reproduce this on my test
   site. For that, temporarily enable WP-Table Reloaded again, and create the file
   on the “Plugin Options” screen. My email address is in the main plugin file “
   tablepress.php” of the plugin. Also, which import method did you use, the “WordPress
   database” or “WP-Table Reloaded Dump File”? Oh, and I could also send you a preview
   of the 0.8-beta, so that you could already use the scroll feature, if you want.
 * Regards,
    Tobias
 *  Thread Starter [gsbohn](https://wordpress.org/support/users/gsbohn/)
 * (@gsbohn)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197520)
 * See email
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197521)
 * Hi,
 * thanks for the email! I’ll gladly invest the issue with the CSV file then!
 * Best wishes,
    Tobias

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

The topic ‘Error in CSS styling ?’ 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/)

 * 8 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/error-in-css-styling/#post-3197521)
 * Status: resolved