Hello everyone,
Perhaps this is an easy question to answer, but it has me stumped.
I am designing a new simple edit interface with HTML5 and noticed that mysource notices are printed above the doctype in a design - which throws ie8 into quirks mode.
Example:
- I went to add a future status - intentionally only picking the status leaving the date and time empty
- Committed the page
- Mysource Notice prints above doctype!
<table bgcolor="#c0c0c0" cellspacing="0" border="1" cellpadding="2" bordercolor="#ff0000"> <tr> <td style="background-color: #17AA92; font-size: 14px; font-weight: bold; color: #ffffff; font-family: verdana, arial, sans-serif; vertical-align: top;"> MySource Notice </td> </tr> <tr> <td style="background-color: #17AA92; font-size: 12px; color: #ffffff; font-family: verdana, arial, sans-serif; vertical-align: top;"> To add a future status you must specify the date and time at which the status should be changed [CRON0046] </td> </tr> </table><br/><!DOCTYPE html>
Is there a keyword for displaying these notices where I want or some other fix? What am I missing?
Cheers!
Lisa