Share Your Work

JStearns
Member

CTA Border

SOLVE

I am trying to figure out how to add a rectangular black border around my CTA button in a certain module, like there is for other modules in the same email. For some reason, one of the modules is missing the black border. (see images attached)

Screen Shot 2022-04-14 at 4.46.22 PM.pngScreen Shot 2022-04-14 at 4.46.27 PM.png

0 Upvotes
1 Accepted solution
ChehakWadhdwa
Solution
Member | Diamond Partner
Member | Diamond Partner

CTA Border

SOLVE

Hey @JStearns ,

you can create a new button module and add this code
<table>
<td style="width:160px; padding:10px; background-color:#b2a06e;">
<a herf="#">
<td style="padding:10px; text-align:center; background-color:#b2a06e; font-size:16px; color:#000; border: 2px solid #000;">
Learn More <td>
</a>
</td>
</table>

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

View solution in original post

0 Upvotes
2 Replies 2
JStearns
Member

CTA Border

SOLVE

Wow thank you SO much! I am the furthest thing from a coder/developer but was able to paste this right into the source code and make some edits for the hex code background color and padding and it looks perfect!

0 Upvotes
ChehakWadhdwa
Solution
Member | Diamond Partner
Member | Diamond Partner

CTA Border

SOLVE

Hey @JStearns ,

you can create a new button module and add this code
<table>
<td style="width:160px; padding:10px; background-color:#b2a06e;">
<a herf="#">
<td style="padding:10px; text-align:center; background-color:#b2a06e; font-size:16px; color:#000; border: 2px solid #000;">
Learn More <td>
</a>
</td>
</table>

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.

0 Upvotes