I have 4 small images lined up horizontally as shown below
<span style="font-size: 10.0pt; font-family: Verdana, Tahoma, Geneva, sans-serif; color: gray">
<a href="image link"><img src="image source"></a>
<a href="image link"><img src="image source"></a>
<a href="image link"><img src="image source"></a>
<a href="image link"><img src="image source"></a><br /> </span>
when i run the code, browsers diplay these for images with the right space between them, but if i run the code using outlook the test it, the images do not have the spacing between them. I understand this is an outlook problem but is there a way to solve these issue, i have tried adding padding style and margin stil to each image but that does not help. How can i get around this problem to add spaces between these images.
Outlook tends to ignore most of CSS and almost anything you put into a “style” attribute, so your most reliable option here is to insert (non-breaking space) entities between the images.