I'm currently working on removing table borders. It looks good in the GMAIL Webapp, but Outlook keeps displaying default black borders. How can I eliminate them?
<TABLE style="BORDER-TOP: 0px; BORDER-RIGHT: 0px; BORDER-COLLAPSE: collapse; BORDER-BOTTOM: 0px; MARGIN: 0px auto; BORDER-SPACING: 0; BORDER-LEFT: 0px" cellSpacing=0 cellPadding=0 rules=none width="95%" border=0 frame=void>
<TR border="0" cellPadding="0" cellSpacing="0">
<TH style="OVERFLOW: hidden; FONT-SIZE: 12px; BORDER-TOP: 0px solid; FONT-FAMILY: Arial, sans-serif; BORDER-RIGHT: 0px solid; VERTICAL-ALIGN: top; BORDER-BOTTOM: 0px solid; WORD-BREAK: normal; FONT-WEIGHT: bold; COLOR: #ffffff; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 5px; BORDER-LEFT: 0px solid; PADDING-RIGHT: 5px; BACKGROUND-COLOR: #00349a" border="0" cellPadding="0" cellSpacing="0">OEM-Nr.</TH>
<TH style="OVERFLOW: hidden; FONT-SIZE: 12px; BORDER-TOP: 0px solid; FONT-FAMILY: Arial, sans-serif; BORDER-RIGHT: 0px solid; VERTICAL-ALIGN: top; BORDER-BOTTOM: 0px solid; WORD-BREAK: normal; FONT-WEIGHT: bold; COLOR: #ffffff; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 5px; BORDER-LEFT: 0px solid; PADDING-RIGHT: 5px; BACKGROUND-COLOR: #00349a" border="0" cellPadding="0" cellSpacing="0">Bezeichnung</T...
I'm utilizing Supermailer for coding. It automatically changes HTML
/CSS
semantics when exporting, although it's unclear why. Despite that, it tends to function as expected.