I'm currently working on crafting an HTML email that features two background images within a 600px width layout.
Each image is sized at 600 x 786px, and while I've successfully managed to make the first image fill the width of the parent table, I'm encountering issues with the second one. Despite having the same dimensions as the first, it appears half cut-off.
If anyone could offer guidance or suggestions on how to resolve this issue, it would be greatly appreciated.
Here's the code snippet for reference:
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
...
...
... (continues with CSS styling and presentation)
...
...
...
</body>
</html>