pwired Posted September 22, 2014 Share Posted September 22, 2014 Hi, I entered a picture through the back end where you edit the body in the admin and I gave the picture align-center. But I need the picture to move a bit more to the right for what I want. If I click on the source button I can not enter things like or use style= " " which is not recommended any way. So how would I do this ? Link to comment Share on other sites More sharing options...
mr-fan Posted September 22, 2014 Share Posted September 22, 2014 maybe this is an option to have control over the images in wysiwyg fields: https://processwire.com/talk/topic/4071-textformatterimageinterceptor/ or if the textbox + image setup is almost the same you could setup a "user-input-save" combination with two fields one for the text and one for the "right image".... such things are often messed up by userinput in a wysiwyg.... regards mr-fan Link to comment Share on other sites More sharing options...
adrian Posted September 22, 2014 Share Posted September 22, 2014 Or give up on RTE fields for images completely and use PageTableExtended for a content block type approach I have actually been removing the images plugin from CkEditor so that users can't be tempted I know that maybe sometimes this will be overkill to set up, but it is nice having complete control of how things will look. For simple sites, I bet ImageInterceptor will be very useful. 2 Link to comment Share on other sites More sharing options...
diogo Posted September 22, 2014 Share Posted September 22, 2014 If it's a one image problem, give the image a transparent margin in an image editing software. 4 Link to comment Share on other sites More sharing options...
pwired Posted September 22, 2014 Author Share Posted September 22, 2014 If it's a one image problem, give the image a transparent margin in an image editing software. This is certainly the fastest solution for the moment. Thanks for all your replies. Link to comment Share on other sites More sharing options...
Recommended Posts