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; }