Hi,
I am using this HTML code shown below in trying to set up a Welcome Email, but not matter what I do, it is leaving a large space before the “Dear...” As if all this code is in the email body, but just not visible.
Someone helped me write this code, and I’m not sure why I’m having a problem. Any help would be greatly appreciated. Thanks.
<!DOCTYPE html>
<html>
<head>
<style>
@media only screen and (max-width: 600px) {
.bodyClass {
font-size: 18px; /* Adjust font size for mobile */
}
}
</style>
</head>
<body style="font-size: 20px;" class="bodyClass">
<p style="text-align: justify; margin-right: 50px; margin: 0; padding: 0;" class="pClass">Dear {{205625425__name}},</p>