1

Since cellpadding causes errors in outlook emails. What are the other logical workarounds for it?

I do not want to use a <div> tag

user544079
  • 16,109
  • 42
  • 115
  • 171

1 Answers1

2

How about some inline css; style="cell-padding:10px;"?

There's an answer to another StackOverflow question that does in some detail about this at Set cellpadding and cellspacing in CSS?.

Community
  • 1
  • 1
Richard Ev
  • 52,939
  • 59
  • 191
  • 278