Image Border & Size

CMSimple 4.0 und höher
Post Reply
spjoruss
Posts: 36
Joined: Thu 21. Nov 2013, 09:47
Contact:

Image Border & Size

Post 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
Gert
Posts: 2075
Joined: Sun 18. Nov 2012, 14:18

Re: Image Border & Size

Post 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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
spjoruss
Posts: 36
Joined: Thu 21. Nov 2013, 09:47
Contact:

Re: Image Border & Size

Post by spjoruss »

Gert,

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

Sperry
Post Reply