Layout Element Margin
Hello,
I am using layout elements in my dynamic page.
In my case I want to create a simple layout, two (table) cells.
IE
<
table
style
=
"width:100%;"
>
<
tr
>
<
td
style="width:40%;></
td
>
<
td
style
=
"width:60%;"
></
td
>
</
tr
>
</
table
>
Hi John,
I have created some test and when I set the margin from 12px to 0 from the "spaces" tab in the layout editor everything works fine - no additional spaces. May be the problem is with the margin of the parent element?
But if you want to define your own layout widget you can write the html in an ascx file and then register it in the toolboxes section in the advanced settings.