• I am not a coder so I downloaded TinyMCE to create tables and it works great but I cant figure out how to het my table scrolling horizontally, I am using the suffusion theme.

    I have about 16 lines in my table and i want to show about 5 (it doesnt matter if the header is still visable)

    I have worked out how to scroll in individual cells but when I apply a height and overflow scroll to the entire table, nothing happens.

    Please help me, This is the last thing I have left to do on my site and its driving me crazy!!!!!!

    Many Thanks

    Paddy

    http://wordpress.org/extend/plugins/tinymce-advanced/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Paddytheclaw

    (@paddytheclaw)

    Oh by the way my TinyMCE version is 3.4.9

    Plugin Author Andrew Ozz

    (@azaozz)

    This depends on your theme’s CSS. If it has max-width: 100% for tables, all tables will shrink to fit the theme’s width.

    Making another class for these tables in both style.css and editor-style.css, and adding that class to your tables would do it.

    You may also need to wrap the tables in a DIV and add that new class there… Worth a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: TinyMCE Advanced] Scroll down my table’ is closed to new replies.