Page 1 of 1

Image Border & Size

Posted: Wed 25. Apr 2018, 16:47
by spjoruss
Hello,

I am attempting to set a border and color of the border around an image. When I set the px for the border it is not showing up. Also how do you set the color of the border in the attributes?

Thanks,
Sperry

Re: Image Border & Size

Posted: Wed 25. Apr 2018, 19:41
by Gert
Hi Sperry,

that's not a CMSimple thing, it's CSS. There are a lot of options, please have a look about CSS websites.

I would do it this way for a single image:

Code: Select all

style="border: 3px solid #999999;"
Gert

Re: Image Border & Size

Posted: Thu 26. Apr 2018, 07:00
by spjoruss
Gert,

I thought it was a CSS thing but I must have wrote the code wrong. Thanks for your help.

Sperry