Border not taking Radius
How can I make it look like the attached design?
PS: Sorry for the ugly table based code, I need it mainly for Email Newsletter.

3 Replies
stick the border and border-radius on the A tag
Thanks, but any idea why it's not working on td tag?
off the top of my head, I'd say you can't put a radius on a table cell
ah, the MDN article says this:
Applies to: all elements; but User Agents are not required to apply to table and inline-table elements when border-collapse is collapse. The behavior on internal table elements is undefined for the moment.. It also applies to ::first-letter.https://developer.mozilla.org/en-US/docs/Web/CSS/border-radius