• Resolved condonp

    (@condonp)


    I am sorry but I am very new to this plugin I have used colspan but in ie7 it does not seem to work the plugin version is 1.8.

    Is there any workaround? Please see

    https://www.psweb-design.com/about-us/

    Alot of the text is remaining in first table on left e.g. text for brochure design. I have seen a post relating to this issue but it is in german and Iam afriad i did not understand it.

    Could you please help?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    it might be because of some invalid HTML on the page, I would not be surprised, if IE 7 breaks due to that.

    It seems that you don’t have an empty line between the text and the following Shortcode. Can you try inserting an empty line? That should lead to a slightly different HTML code which might work.

    Regards,
    Tobias

    Thread Starter condonp

    (@condonp)

    Thanks for your prompt reply, sorry to sound thick but
    You talk about introducing an empty line and
    I am not sure how to do this currently in the table I have these two lines.

    ——————————–|———————————-|
    Website Brouchure Text |#COLSPAN# |
    | |
    | |
    ———————————————————————

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, I don’t mean a line within the table, but within the page where you have entered the Shortcode for the table.

    So, after

    ps web design is a small family business based in Market Harborough, Leicestershire.

    and before

    [table id=1 /]

    you should have an empty line.

    Best wishes,
    Tobias

    Thread Starter condonp

    (@condonp)

    OK sorry I have now done this but still does not work…please can you suggest anything else?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    ah ok. The problem might be related to the custom cell width that you have set using the CSS.
    It seems that in IE 7 that width takes a higher precedence that the colspanning.

    Can you remove the

    .wp-table-reloaded .column-1 {
    width: 300px;
    }

    and the

    wp-table-reloaded .column-1 {
    width: 20px;
    }

    from the “Custom CSS”? (Also: The second piece of code is missing a . at the beginning, so it would never work actually and is not necessary.)

    You should still get your desired column widths due to the width of the images in the left column.

    Best wishes,
    Tobias

    Thread Starter condonp

    (@condonp)

    I will try this when I get home from work later on tonight and let you know outcome. Many thanks for your help

    Peter

    Thread Starter condonp

    (@condonp)

    Looks like that done the trick!!

    Many thanks

    Peter

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Colspan not working in IE 7’ is closed to new replies.