Rank: Advanced Member Groups: Member
Joined: 8/4/2007 Posts: 42
|
If you drop an editor on a page; set it's width to say 95% and put it inside a <div style="text-align:center"></div> the intent being to center the editor left to right in the window you will have the Footer and the edit area kick over so left _edge_ of the footer is at the center. The rest of the control remains properly centered as it should. <center> and td align="center" do the same thing.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Thanks for letting us know. It will never work out that way. :) The Editor is a very complex block of HTML elements with rather sophisticate layouts inside. Because of this, many features that supported by simple HTML element or block simply do not work or does not work consistently across different browser. We have put in great effort to make some mostly used features to work, such as positioning and sizing, but have decided against other less used because it would only result in bloated and unreliable code.
|