I am struggling to create a custom HTML newsletter for Campaign Monitor. The table width is set to 600px and I have three columns of images with text. Each column should have a width of 200px, but the images are not taking up the full 200px width. How can I ensure that the images fit within the column and occupy the full 200px width?
It's worth noting that the same newsletter works fine in Outlook 2007 when sent from Mailchimp. Please refrain from focusing on classes, as I have already used them in media queries without issue. The problem specifically arises in Outlook 2007.
https://i.sstatic.net/cDYuk.jpg
<table width="600" class="hp" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" height="192" class="mob-column" background="https://i.imgur.com/sNVCXJg.jpg" align="left" style="width:200px; height:192px; background-image:url('https://i.imgur.com/sNVCXJg.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center;" bgcolor="#000080">
<!--[if mso]>
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:200px; height:192px;>
<v:fill type="tile" src="https://i.imgur.com/sNVCXJg.jpg" color="#000080"/>
<v:textbox style="mso-fit-shape-to-text:true;" inset="0,0,0,0">
<![endif]-->
(content continues...)