Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Now that we can embed image by url (thanks for that plugin) is it possible to center it as well somehow ?
@meetdilip said:
You can use css to center images using margin-left:auto; and margin-right:auto;
margin-left:auto;
margin-right:auto;
Thanks @a_5mith . But will it affect text as well ? I mean if I need put a list
ltem 1
Item 2
Item 3
Won' t that too get centered ?
you need to bind it to the images like by tag-name:
img { margin-left: auto; margin-right: auto; }
M
_20190511_101244.JPG
I just used the plugin image upload, but the image can't show how to fix it?
F
Is there any improvements regarding this feature?
J
That, I haven't seen a plugin for, but I don't see why somebody couldn't make that a plugin...
Q
I have several number and string fields in my plugin-rendered page through a custom template edit_info.tpl. Everything is working fine and wanted to add some validations for the fields before submitting. What would be the best way to achieve this?
P
you could enable HTML from the markdown ACP, although its not really recommended