View Single Post
  #12   Report Post  
Posted to uk.d-i-y
John Rumm John Rumm is offline
external usenet poster
 
Posts: 25,191
Default Imagne doing THAT for a living ....

On 11/06/2021 13:09, Roger Hayter wrote:
On 11 Jun 2021 at 13:01:44 BST, ""Jim GM4DHJ ...""
wrote:

Track your order#outlook a{padding:0;} .ReadMsgBody{width:100%;}
.ExternalClass{width:100%;} .ExternalClass, .ExternalClass p,


Writing HTML, you mean?


That's not really HTML anyway - mostly a lump of "minimised" CSS. Looks
far more "readable" if you lay it out as one might write it in the first
place:


a{
padding:0;
}
.ReadMsgBody{
width:100%;
}
.ExternalClass{
width:100%;
}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass
font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
body, table, td, a{
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
}
table, td{
mso-table-lspace:0pt;
mso-table-rspace:0pt;
}
img{
-ms-interpolation-mode:bicubic;
}
body{
margin:0;
padding:0;
}
img{
border:0;
height:auto;
line-height:100%;
outline:none;
text-decoration:none;
}
table{
border-collapse:collapse !important;
}
body{
margin:0;
padding:0;
min-width:100%;
width:100% !important;
}

--
Cheers,

John.

/================================================== ===============\
| Internode Ltd - http://www.internode.co.uk |
|-----------------------------------------------------------------|
| John Rumm - john(at)internode(dot)co(dot)uk |
\================================================= ================/