Although the techniques in How-to: Simulate inline text floating behavior as in previous version work properly in common scenarios, it is not the recommended way to create a pixel-perfect layout. The recommended way to create side-by-side elements in a single row is by using TABLE layout.
TABLE layout enables you to create layout that will look and behave consistently in either old or modern browsers. If your web page has been using TABLE layout since previous version of WebCombo, you do not need to perform any extra efforts to adapt to the changes in User Interface. As an example, all of our samples provided in the previous version of WebCombo were using TABLE layout. When they are migrated to version 4.0, they can be displayed properly without changes. |
The following illustration shows the design using TABLE layout. Notice that text and WebCombo are contained in separate cells.