DOCTYPE advice
I'm updating our email templates to make them all consistent and have just converted to Email 2.0, Email on Acid suggested the following declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
But when I go into my 1.0 template to re-edit the code, Marketo converts it to this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
I'm not sure if it's a bug, as when I clone the template and edit it, it keeps my original declaration. Any advice?