>>10036015i hate coding emails
sure you can easily make a normal looking email but the second you try to have anything beyond a sequence of pictures and paragraphs, boy you better watch out. what looks good in gmail will look like shit in outlook and what looks good on both will look shit one the mobile apps, etc. etc.
and no css allowed, you can mostly use only html because some apps or email clients don't support it. what fucking cancer.
here's an example. if you want two elements to have a reasonable distance between each other, the only way is to insert this code between them
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#ffffff">
<tr>
<td height="15">
</td>
</tr>
</table>
using paragraphs or line breaks or anything like that completely breaks across different email clients and gives different distances between elements.
for two full days i've been fucking around with petty edits on three 400 line html files because the client decided they want two columns of short bullet points instead of one full length list and here's me having to do 10 rows with 20 cells because otherwise the bullet points in the columns don't align.
fuuuuuuck i hate doing this lame petty shit so much, i'm not even a coder. why do these people want lame, overly elaborate emails that nobody can read or navigate. just write an email put a pic or two in it and let me code that
>hurrr why does the 20 word long sentence we wanted to go in this cell of this table look so bunched up when i look at it on my 6 inch phone screen, can't you fix it