What is my fundamental misunderstanding about why the following source code, when viewed as WYSIWYG, Text1 doesn't seem to float left in the editor?
<div style="width: 200px; border:1px solid green;">Text2</div> <div style="width: 200px; border:1px solid black; float:left;">Text1</div>
Re: Floats not floating?
Re: Floats not floating?
I had asked about floating because my test didn't behave as expected. The testing was because of something I don't see on a real implementation of using the editor on an existing web site.
Currently, I have hard-coded each (using include(file)) article of a php-rendered page to have either a single table cell or two table cells. The editor is stripping out the <td> tags. So, I decided to try putting the <td> tags in the php wrapper and not the article, and use floats in the article.