Title: No css in website
Last modified: May 4, 2017

---

# No css in website

 *  [ldr23](https://wordpress.org/support/users/ldr23/)
 * (@ldr23)
 * [9 years ago](https://wordpress.org/support/topic/no-css-in-website/)
 * I have installed your plugin, thanks.
    It work well for me in the admin pages.
 * I write a personal theme but the tables don’t work in the website.
    Structure
   is well generated, but css are not includes.
 * I found this solution (added in the header of my theme) :
    <?php $url = plugins_url();?
   > <link rel=”stylesheet” id=”wptg-jquery-ui-structure-css” href=”<?php echo $
   url; ?>/table-generator/css/jquery-ui.structure.css?ver=1.0″ type=”text/css” 
   media=”all”> <link rel=”stylesheet” id=”wptg-stylesheet-css” href=”<?php echo
   $url; ?>/table-generator/css/table-generator.css?ver=1.0″ type=”text/css” media
   =”all”> <?php wp_head(); ?>
 * Is this the only way to make it working ?
    Thanks

The topic ‘No css in website’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/table-generator_394f3e.svg)
 * [Table Generator](https://wordpress.org/plugins/table-generator/)
 * [Support Threads](https://wordpress.org/support/plugin/table-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/table-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/table-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/table-generator/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [website](https://wordpress.org/support/topic-tag/website/)

 * 0 replies
 * 1 participant
 * Last reply from: [ldr23](https://wordpress.org/support/users/ldr23/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/no-css-in-website/)
 * Status: not resolved