🐞 Fix header(s) markup

This commit is contained in:
Dan Mindru 2016-05-19 02:20:17 +02:00
parent 276b9b30f6
commit c8e7624c39
7 changed files with 260 additions and 260 deletions

View File

@ -1,12 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
@ -44,7 +43,8 @@
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>
<body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<br> <!-- <br/> Makes it easier to add text when composing --> <br> <!-- <br/> Makes it easier to add text when composing -->

View File

@ -1,12 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
@ -44,7 +43,8 @@
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>
<body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<br> <!-- <br/> Makes it easier to add text when composing --> <br> <!-- <br/> Makes it easier to add text when composing -->

View File

@ -1,20 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
* ================ * ================
* 4. Basic responsive stuff. * 4. Basic responsive stuff.
* ================ * ================
*/ */
@media only screen and (max-width:480px){ @media only screen and (max-width:480px){
.footer td{ .footer td{
font-size: 12px!important; font-size: 12px!important;
} }
@ -35,8 +34,9 @@
.footer__main__col2__td__img{ .footer__main__col2__td__img{
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>
<body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<table class="main rbcc" style="border: 0; cellpadding: 0; cellspacing: 0;" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"> <table class="main rbcc" style="border: 0; cellpadding: 0; cellspacing: 0;" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%">

View File

@ -1,20 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
* ================ * ================
* 4. Basic responsive stuff. * 4. Basic responsive stuff.
* ================ * ================
*/ */
@media only screen and (max-width:480px){ @media only screen and (max-width:480px){
.footer td{ .footer td{
font-size: 12px!important; font-size: 12px!important;
} }
@ -35,8 +34,9 @@
.footer__main__col2__td__img{ .footer__main__col2__td__img{
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>
<body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<br> <!-- <br/> Makes it easier to add text when composing --> <br> <!-- <br/> Makes it easier to add text when composing -->

View File

@ -1,20 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
* ================ * ================
* 4. Basic responsive stuff. * 4. Basic responsive stuff.
* ================ * ================
*/ */
@media only screen and (max-width:480px){ @media only screen and (max-width:480px){
.footer td{ .footer td{
font-size: 12px!important; font-size: 12px!important;
} }
@ -35,8 +34,9 @@
.footer__main__col2__td__img{ .footer__main__col2__td__img{
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>
<body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> <body style="-webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<br> <br>

View File

@ -1,12 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="dark.css"> <link rel="stylesheet" href="dark.css">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
@ -44,4 +43,5 @@
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>

View File

@ -1,20 +1,19 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="light.css"> <link rel="stylesheet" href="light.css">
</head>
<style type="text/css"> <style type="text/css">
/* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */ /* Ideally, this would be part of a linked CSS file. @see https://github.com/fadeit/responsive-html-email-signature/issues/15 */
/* /*
* ================ * ================
* 4. Basic responsive stuff. * 4. Basic responsive stuff.
* ================ * ================
*/ */
@media only screen and (max-width:480px){ @media only screen and (max-width:480px){
.footer td{ .footer td{
font-size: 12px!important; font-size: 12px!important;
} }
@ -35,5 +34,6 @@
.footer__main__col2__td__img{ .footer__main__col2__td__img{
padding-left:0!important; padding-left:0!important;
} }
} }
</style> </style>
</head>