Last active
July 18, 2017 19:14
-
-
Save manbearwolf/6ddfcf8ebde3ff31946360837647e44f to your computer and use it in GitHub Desktop.
Full Width of Margins in Blogger in Posts for img, etc. https://www.blogger.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="https://image.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="auto" src="https://image.jpg" width="100%" /></a> | |
| to... | |
| <a href="https://image.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img border="0" height="auto" src="https://image.jpg" width="100%" /></a> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Auto size to the very edges of page.