The style property specifying a CSS inline style |
Using CSS, you can specify an inline style attribute for all types of HTML elements. In Web Designer, you can specify this CSS inline style setting for an object by setting the Style (Layout) property. Here is a typical example of an inline style setting that can be set on an object: border-width: 3px
The resulting HTML contains a DIV element: <div id="GroupControl1" class="ContainerControl" style="borderwidth:3px">
|