I'm tying to make a box that has a border on one side. I've tried everything I can think of in the Elements dropdown but nothing is working. Besides uploading an image of a line, how do I do this?
Thanks
Solved! Go to Solution.
Thanks for the help. It's a landing page not email. I couldn't see how to get to the html code but now I see that html box instead of a normal box. I've never used that html box before so I guess I need to play around with it.
Could you provide a reference image for what you're trying to do?
Agreed a picture would help, but if you are using a table cell as your "box" that only has a border on one side, try using the border-width property using 0's for the sides you don't want a border on. It'd need to be styled inline if you are building an email.
You may need to use HTML instead of the out of the box design features!