Hi everyone,
I'm currently coding a promotional html email to send out to opt-in clients. I'm using a table layout and inline css so it will be compatible with the most number of email clients.
I have a few paragraphs but have found that it's adding too much space between the p tags. I thought about setting the margin via css but just found out that hotmail doesn't support this, so at the moment I've just placed the whole block of text in between two p tags and then inserted line breaks where needed. This doesn't work though because now there's no space at all between the paragraphs. Since it seems I can't use css to enforce a custom amount of space between the paras and have it work across all email clients, is there another way to do this with plain html?
Appreciate any support.
I'm currently coding a promotional html email to send out to opt-in clients. I'm using a table layout and inline css so it will be compatible with the most number of email clients.
I have a few paragraphs but have found that it's adding too much space between the p tags. I thought about setting the margin via css but just found out that hotmail doesn't support this, so at the moment I've just placed the whole block of text in between two p tags and then inserted line breaks where needed. This doesn't work though because now there's no space at all between the paragraphs. Since it seems I can't use css to enforce a custom amount of space between the paras and have it work across all email clients, is there another way to do this with plain html?
Appreciate any support.