Hello,
I'm being told by my developer that CKEditor won't work with DIVs and the page needs to be built using tables. I have a hard time believing that so I thought I'd ask in the forums here.
I'm being told by my developer that CKEditor won't work with DIVs and the page needs to be built using tables. I have a hard time believing that so I thought I'd ask in the forums here.

If you look at http://ckeditor.com/demo you can see in the middle row, about the middle of that row that there's a "div container" button, so it's possible to create divs in CKEditor.
After I explained to the developer that I was investigating further since I haven't seen tables used in coding in years, they then stated that it was possible.
I guessed they figured I would just except poor code and wouldn't find out.
I would be specially careful about using divs inside CKEditor if you're trying to achieve something "special" as the browser might not behave as you expect and the user might face big problems trying to edit the contents, but tables instead might be much more easier to handle for them.