Email Notification Indents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 08:26 AM
Right now, I'm manipulating email template layouts in attempt to format the email body with indents. This seems way too complicated vs adding an indent tab like you would in Word on the ruler. Does anyone know of a better way to get 2 columns lined up perfectly? I've been editing the td{}, td:first-child{} and td:second-child{} with frustrating results.
Hitting tab doesn't necessarily line things up so that's not an option.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 02:03 PM
So the answer is 'padding: left;'. I was running into an issue with spacing between 2 columns so had to manage the width via 'width: <number of pixels>px;'.