Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 12, 2012 @ 10:39
    Rune Grønkjær
    0

    Widget Grid messes up backend styles (Or something)

    Hi,

    This problem is experienced in Umbraco 4.9.0

    Look at the screenshot below. My backend setup is being messed up when I insert the Widget grid. It also looks like it inserts some extra pickers/td's which is not a part of what I have chosen in the datatype. My table setup looks like this:

    <table>
      <tr>
        <td width="50%"></td>
        <td id="widgetsRight" width="50%"></td>
      </tr>
      <tr>
        <td id="widgetsBottom" colspan="2"></td>
      </tr>
    <table>

    Furthermore it removes all content from the other tabs. The other tabs looks like this:

    I have tryed a lot of things to do it right but it keeps doing this.

    Hope you can help me or I can't use this brilliant package.

    /Rune

     

  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 12, 2012 @ 10:44
    Rune Grønkjær
    0

    Ok, it messed up my screenshots. They are here instead. The editor throws errors at me when I try editing the post.

    /Rune

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Oct 12, 2012 @ 11:29
    Lee Kelleher
    2

    Hi Rune,

    The closing tag for your <table> is missing a forward slash.

    <table>
      <tr>
        <td width="50%"></td>
        <td id="widgetsRight" width="50%"></td>
      </tr>
      <tr>
        <td id="widgetsBottom" colspan="2"></td>
      </tr>
    </table>

    Cheers, Lee.

  • Rune Grønkjær 1371 posts 3102 karma points
    Oct 12, 2012 @ 11:32
    Rune Grønkjær
    1

    Haha. And I call myself a web developer. I just copied the example table from below the textarea and inserted that wondering why it didn't work.

    Nice spottet Lee. High five from me.

    /Rune

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Oct 12, 2012 @ 11:33
    Lee Kelleher
    0

    No worries... I've made the same mistake so many times! :-)

Please Sign in or register to post replies

Write your reply to:

Draft