5 | | 1 Add a Div, and float it left. |
6 | | 2 Switch to WYSIWYG view , and add a PlaceHolder in the Div |
7 | | 3 Double click the placeholder, and modify it’s content in the dialog window,click ok. |
8 | | 4 Fck adding a placeholder instend of updating it . |
| 5 | 1. Add a Div, and float it left. |
| 6 | {{{ |
| 7 | <div style="border:1px solid red; float:left;">this is a div</div> |
| 8 | }}} |
| 9 | 2. Switch to WYSIWYG view, and add a PlaceHolder in the Div |
| 10 | 3. Double click the placeholder, and modify its content in the dialog window, click ok. |
| 11 | 4. Fck adds a new placeholder instead of updating it. |