Easy Table Creator

by 3 replies
5
With the Easy Table Creator WordPress plugin, how do you remove the grid lines which surround a table?

I have a site which I outsourced which is setup like this, i've even copied the table code across to my other site, but it shows grid lines on the table. I can't see anything in the plugin settings which draws the lines, so I assume it may be some coding in one of the CSS files which is causing the lines to appear.
#website design #creator #easy #table
  • The gridlines are sometimes specified in the CSS. Choices:

    1) Change the CSS to not display gridlines; but that will apply site-wide

    2) Create the HTML in another editor and hope WP will take it in HTML view

    3) Use the TinyMCE Advanced plugin; add the table-making bit in the plugin options; and specify the parameters when you make the table

    EDIT: Oh yeah; the obvious...There may well be something in the table creator settings that enables you to lose the gridlines.
    • [ 1 ] Thanks
    • [1] reply
    • I don't see anything in the table creator settings related to grid lines.

      What do I need to modify in the CSS to not display gridlines? Also, which file needs to be modified.
      • [1] reply

Next Topics on Trending Feed

  • 5

    With the Easy Table Creator WordPress plugin, how do you remove the grid lines which surround a table? I have a site which I outsourced which is setup like this, i've even copied the table code across to my other site, but it shows grid lines on the table. I can't see anything in the plugin settings which draws the lines, so I assume it may be some coding in one of the CSS files which is causing the lines to appear.