BM
0
Narrowest Table Stretching Too Wide on Default Samsung Galaxy Client
The default email client on a Samsung Galaxy phones is making up its own rules on how it renders HTML tables.
If you have 3 tables stacked on top each other and each set to it owns width, the shorter tables will be streched out to the biggest table size. The set size of the smaller tables (using CSS and table size) is completely ignored.
I have no problem with sharing my newsletter code if need be.
Help Please!
thanks,
Brian
Hi Brian, I had a similar issue a while back. I added a max-width style to the table (set to the width of the table) and that seems to have fixed it.
That is a beautiful fix, you are awesome.
I was so mad that day I couldn't think straight.
Thank you for taking the time.
You're welcome! I'm glad it worked for you.