Guest Posted March 17, 2020 Share Posted March 17, 2020 Just trying to put a border around an image. I'm proficient with CSS, but I can't for the life of me figure out to put my CSS skills to work in SquareSpace.com! Link to comment
dcode Posted March 17, 2020 Share Posted March 17, 2020 Hi @inclusive It should be exactly the same in Squarespace as in any online platform. Simply target the image(s) you want to format by class or id and then specify the border: <style> img { border: black 2px solid; } </style> You can add this into the Header of your site as a whole - or just the page itself. Hope it helps! AndrewDCODE GROUP Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.