A designer in our company wants to "add padding / margin to left and bottom " of Images using the editor. Can this be done?
2 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 26 May 2008, 02:30 PM
Hi Julian,
Just define a global IMG tag, put the desired padding, margin properties in it and save the class in an external css file. After that load the file using the CssFilesproperty of RadEditor and the IMG class will be applied to all images in the content area of the editor.