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:
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
Ok, it messed up my screenshots. They are here instead. The editor throws errors at me when I try editing the post.
/Rune
Hi Rune,
The closing tag for your <table> is missing a forward slash.
Cheers, Lee.
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
No worries... I've made the same mistake so many times! :-)
is working on a reply...