Share Your Work

JStearns
Miembro

CTA Border

resolver

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 Me gusta
1 Soluciones aceptada
ChehakWadhdwa
Solución
Miembro | Partner nivel Diamond
Miembro | Partner nivel Diamond

CTA Border

resolver

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.

Ver la solución en mensaje original publicado

0 Me gusta
2 Respuestas 2
JStearns
Miembro

CTA Border

resolver

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 Me gusta
ChehakWadhdwa
Solución
Miembro | Partner nivel Diamond
Miembro | Partner nivel Diamond

CTA Border

resolver

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 Me gusta