Opened 16 years ago
Closed 16 years ago
#2693 closed Bug (invalid)
div boxes not sizing correctly
Reported by: | Gary Hoff | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6.3 |
Keywords: | Cc: |
Description
see modified sample01.aspx that is attached. There are two simple examples of html that does not render correctly in the editor.
While seemingly simple example, it gets worse when margins and padding are used. What the user enters, does not display the same way when used in a web page, causing scrollbars to display when not desired or text to get cut off.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | sample01.aspx added |
---|
comment:1 Changed 16 years ago by
Keywords: | not sizing correctly removed |
---|---|
Priority: | High → Normal |
Resolution: | → invalid |
Status: | new → closed |
That's due to Quirks mode differences. You should use the same Doctype in the configuration as you want to use in your final page.
example of problem