March 2026 HTML Updates
Beefree App is now RGE Studio!
The email design suite you already know and love just leveled up. We’re working hard to update our help center, but you still may see some references to the old product name.
Overview
The Yahoo Mail mobile app handles table padding in a non-standard way. This behavior has caused some rendering issues in RGE Studio messages.
This affected two elements: columns and buttons. The following example shows the issue:

To address this, we made the following HTML changes:
- Added an extra
<table>element to wrap column content - Introduced an additional
<span>around button labels
The final result is the expected rendering:

These changes also had the following effects:
- Button labels now include an extra
<span>tag. - These changes also fixed long-standing padding issues in Outlook.
- HTML file size increases by about 5.9%.
The images below show the HTML structure before and after the change.
| Before | After |
Note the additional .col-pad element.
The button structure also changed. Buttons now use two <span> tags around the label, instead of one.
Before:

After:

If you have any questions, feel free to contact us.
Comments
0 comments
Please sign in to leave a comment.